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