Searched refs:tl (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A D__mo_lookup.c25 uint32_t tl = swapc(mo[t + 2 * (b + n / 2)], sw); local
27 if (ts >= size || tl >= size - ts || ((char*)p)[ts + tl])
/fuchsia/zircon/third_party/ulib/jemalloc/test/src/
H A DSFMT.c164 uint64_t th, tl, oh, ol; local
167 tl = ((uint64_t)in->u[0] << 32) | ((uint64_t)in->u[1]);
170 ol = tl >> (shift * 8);
179 uint64_t th, tl, oh, ol; local
182 tl = ((uint64_t)in->u[1] << 32) | ((uint64_t)in->u[0]);
185 ol = tl >> (shift * 8);
203 uint64_t th, tl, oh, ol; local
206 tl = ((uint64_t)in->u[0] << 32) | ((uint64_t)in->u[1]);
209 ol = tl << (shift * 8);
210 oh |= tl >> (6
218 uint64_t th, tl, oh, ol; local
[all...]

Completed in 30 milliseconds