Searched refs:lshift128 (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/test/src/ |
D | SFMT.c | 123 JEMALLOC_INLINE_C void lshift128(w128_t *out, w128_t const *in, int shift); 202 JEMALLOC_INLINE_C void lshift128(w128_t *out, w128_t const *in, int shift) { in lshift128() function 217 JEMALLOC_INLINE_C void lshift128(w128_t *out, w128_t const *in, int shift) { in lshift128() function 249 lshift128(&x, a, SL2); in do_recursion() 266 lshift128(&x, a, SL2); in do_recursion()
|