Searched refs:w128_t (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/test/src/ |
D | SFMT.c | 77 typedef union W128_T w128_t; typedef 86 typedef union W128_T w128_t; typedef 95 typedef struct W128_T w128_t; typedef 101 w128_t sfmt[N]; 122 static inline void rshift128(w128_t *out, w128_t const *in, int shift); 123 static inline void lshift128(w128_t *out, w128_t const *in, int shift); 126 static inline void gen_rand_array(sfmt_t *ctx, w128_t *array, int size); 131 static inline void swap(w128_t *array, int size); 163 static inline void rshift128(w128_t *out, w128_t const *in, int shift) { in rshift128() 178 static inline void rshift128(w128_t *out, w128_t const *in, int shift) { in rshift128() [all …]
|
/external/jemalloc_new/test/include/test/ |
D | SFMT-alti.h | 125 static inline void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array() 176 static inline void swap(w128_t *array, int size) { in swap()
|
D | SFMT-sse2.h | 114 static inline void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()
|