Home
last modified time | relevance | path

Searched refs:nstime_isubtract (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/test/unit/
Dnstime.c128 nstime_isubtract(&nsta, 42*BILLION + 43); in TEST_BEGIN()
134 nstime_isubtract(&nsta, 41*BILLION + 44); in TEST_BEGIN()
/external/jemalloc_new/include/jemalloc/internal/
Dnstime.h23 void nstime_isubtract(nstime_t *time, uint64_t subtrahend);
Dprivate_namespace.h246 #define nstime_isubtract JEMALLOC_N(nstime_isubtract) macro
Dprivate_namespace_jet.h249 #define nstime_isubtract JEMALLOC_N(nstime_isubtract) macro
/external/jemalloc_new/src/
Dnstime.c73 nstime_isubtract(nstime_t *time, uint64_t subtrahend) { in nstime_isubtract() function