Searched refs:w128_t (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/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 JEMALLOC_INLINE_C void rshift128(w128_t *out, w128_t const *in, int shift); 123 JEMALLOC_INLINE_C void lshift128(w128_t *out, w128_t const *in, int shift); 126 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size); 131 JEMALLOC_INLINE_C void swap(w128_t *array, int size); 163 JEMALLOC_INLINE_C void rshift128(w128_t *out, w128_t const *in, int shift) { in rshift128() 178 JEMALLOC_INLINE_C void rshift128(w128_t *out, w128_t const *in, int shift) { in rshift128() [all …]
|
/external/jemalloc/test/include/test/ |
D | SFMT-alti.h | 125 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array() 176 JEMALLOC_INLINE void swap(w128_t *array, int size) { in swap()
|
D | SFMT-sse2.h | 114 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()
|