Searched refs:th (Results 1 – 3 of 3) sorted by relevance
| /third_party/ulib/jemalloc/test/src/ |
| A D | SFMT.c | 164 uint64_t th, tl, oh, ol; in rshift128() local 166 th = ((uint64_t)in->u[2] << 32) | ((uint64_t)in->u[3]); in rshift128() 169 oh = th >> (shift * 8); in rshift128() 171 ol |= th << (64 - shift * 8); in rshift128() 179 uint64_t th, tl, oh, ol; in rshift128() local 184 oh = th >> (shift * 8); in rshift128() 186 ol |= th << (64 - shift * 8); in rshift128() 203 uint64_t th, tl, oh, ol; in lshift128() local 208 oh = th << (shift * 8); in lshift128() 218 uint64_t th, tl, oh, ol; in lshift128() local [all …]
|
| /third_party/ulib/musl/sanitizers/ |
| A D | hooks.c | 23 __WEAK void __sanitizer_thread_create_hook(void* hook, thrd_t th, int error) { in __sanitizer_thread_create_hook() argument
|
| /third_party/ulib/musl/src/internal/ |
| A D | floatscan.c | 68 static const uint32_t th[] = {LD_B1B_MAX}; in decfloat() local 205 while (rp < 9 * LD_B1B_DIG || (rp == 9 * LD_B1B_DIG && x[a] < th[0])) { in decfloat() 239 if (k == z || x[k] < th[i]) { in decfloat() 243 if (x[(a + i) & MASK] > th[i]) in decfloat()
|
Completed in 7 milliseconds