Home
last modified time | relevance | path

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

/external/jemalloc/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 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/
DSFMT-alti.h125 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()
DSFMT-sse2.h114 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()