Searched refs:tc (Results 1 – 10 of 10) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | atomic.c | 11 #define TEST_BODY(p, t, tc, ta, FMT) do { \ argument 40 (t)((tc)tests[i].accum0 + (tc)tests[i].x), \ 48 (t)((tc)tests[i].accum0 - (tc)tests[i].x), \
|
| /third_party/ulib/jemalloc/include/jemalloc/ |
| A D | jemalloc_macros.h | 27 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) argument
|
| A D | jemalloc_macros.h.in | 27 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) argument
|
| A D | jemalloc.h | 111 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) argument
|
| /third_party/ulib/musl/third_party/math/ |
| A D | lgammal.c | 119 tc = 1.4616321449683623412626595423257213284682E0L, variable 262 y = x - (tc - 1.0); in __lgammal_r() 276 y = x - tc; in __lgammal_r()
|
| A D | lgamma_r.c | 97 tc = 1.46163214496836224576e+00, /* 0x3FF762D8, 0x6356BE3F */ variable 218 y = x - (tc - 1.0); in __lgamma_r() 230 y = x - tc; in __lgamma_r()
|
| A D | lgammaf_r.c | 32 tc = 1.4616321325e+00, /* 0x3fbb16c3 */ variable 153 y = x - (tc - 1.0f); in __lgammaf_r() 165 y = x - tc; in __lgammaf_r()
|
| /third_party/ulib/musl/include/arpa/ |
| A D | nameser.h | 325 unsigned tc : 1; member 334 unsigned tc : 1; member
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 335 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to the *allocx() API 431 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to control tcache usage.
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 5191 ta and -tc options. ACPICA BZ 853.
|
Completed in 48 milliseconds