Home
last modified time | relevance | path

Searched refs:w128_t (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc_new/test/src/
DSFMT.c77 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/
DSFMT-alti.h125 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()
DSFMT-sse2.h114 static inline void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()