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) {
149 JEMALLOC_INLINE_C int idxof(int i) {
163 JEMALLOC_INLINE_C void rshift128(w128_t *out, w128_t const *in, int shift) {
178 JEMALLOC_INLINE_C void rshift128(w128_t *out, w128_t const *in, int shift) {
202 JEMALLOC_INLINE_C void lshift128(w128_t *out, w128_t const *in, int shift) {
217 JEMALLOC_INLINE_C void lshift128(w128_t *out, w128_t const *in, int shift) {
244 JEMALLOC_INLINE_C void do_recursion(w128_t *r, w128_t *a, w128_t *b, w128_t *c,
261 JEMALLOC_INLINE_C void do_recursion(w128_t *r, w128_t *a, w128_t *b, w128_t *c,
285 JEMALLOC_INLINE_C void gen_rand_all(sfmt_t *ctx) {
312 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) {
346 JEMALLOC_INLINE_C void swap(w128_t *array, int size) {