HomeSort by: relevance | last modified time | path
    Searched defs:lshift128 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/src/
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) { function
217 static inline void lshift128(w128_t *out, w128_t const *in, int shift) { function
249 lshift128(&x, a, SL2);
266 lshift128(&x, a, SL2);
  /src/external/bsd/jemalloc.old/dist/test/src/
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) { function
217 static inline void lshift128(w128_t *out, w128_t const *in, int shift) { function
249 lshift128(&x, a, SL2);
266 lshift128(&x, a, SL2);

Completed in 35 milliseconds