Searched refs:nstime_isubtract (Results 1 – 3 of 3) sorted by relevance
23 void nstime_isubtract(nstime_t *time, uint64_t subtrahend);
128 nstime_isubtract(&nsta, 42*BILLION + 43); in TEST_BEGIN()134 nstime_isubtract(&nsta, 41*BILLION + 44); in TEST_BEGIN()
73 nstime_isubtract(nstime_t *time, uint64_t subtrahend) { in nstime_isubtract() function