Searched defs:rshift128 (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/src/
H A DSFMT.c122 JEMALLOC_INLINE_C void rshift128(w128_t *out, w128_t const *in, int shift);
163 JEMALLOC_INLINE_C void rshift128(w128_t *out, w128_t const *in, int shift) { function
178 JEMALLOC_INLINE_C void rshift128(w128_t *out, w128_t const *in, int shift) { function
250 rshift128(&y, c, SR2);
267 rshift128(&y, c, SR2);

Completed in 72 milliseconds