Searched defs:w128_t (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/src/
H A DSFMT.c77 typedef union W128_T w128_t; typedef in typeref:union:W128_T
86 typedef union W128_T w128_t; typedef in typeref:union:W128_T
95 typedef struct W128_T w128_t; typedef in typeref:struct:W128_T
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 *arra
[all...]

Completed in 109 milliseconds