Lines Matching refs:JEMALLOC_INLINE_C
120 JEMALLOC_INLINE_C int idxof(int i);
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);
125 JEMALLOC_INLINE_C void gen_rand_all(sfmt_t *ctx);
126 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size);
127 JEMALLOC_INLINE_C uint32_t func1(uint32_t x);
128 JEMALLOC_INLINE_C uint32_t func2(uint32_t x);
131 JEMALLOC_INLINE_C void swap(w128_t *array, int size);
145 JEMALLOC_INLINE_C int idxof(int i) { in idxof()
149 JEMALLOC_INLINE_C int idxof(int i) { in idxof()
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()
202 JEMALLOC_INLINE_C void lshift128(w128_t *out, w128_t const *in, int shift) { in lshift128()
217 JEMALLOC_INLINE_C void lshift128(w128_t *out, w128_t const *in, int shift) { in lshift128()
244 JEMALLOC_INLINE_C void do_recursion(w128_t *r, w128_t *a, w128_t *b, w128_t *c, in do_recursion()
261 JEMALLOC_INLINE_C void do_recursion(w128_t *r, w128_t *a, w128_t *b, w128_t *c, in do_recursion()
285 JEMALLOC_INLINE_C void gen_rand_all(sfmt_t *ctx) { in gen_rand_all()
312 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()
346 JEMALLOC_INLINE_C void swap(w128_t *array, int size) { in swap()