Searched refs:lshift128 (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc_new/test/src/ |
D | SFMT.c | 123 static inline void lshift128(w128_t *out, w128_t const *in, int shift); 202 static inline void lshift128(w128_t *out, w128_t const *in, int shift) { in lshift128() function 217 static inline 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()
|