Searched refs:idxof (Results 1 – 1 of 1) sorted by relevance
120 JEMALLOC_INLINE_C int idxof(int i);145 JEMALLOC_INLINE_C int idxof(int i) { in idxof() function149 JEMALLOC_INLINE_C int idxof(int i) { in idxof() function390 inner ^= psfmt32[idxof(i)] & parity[i]; in period_certification()403 psfmt32[idxof(i)] ^= work; in period_certification()619 psfmt32[idxof(0)] = seed; in init_gen_rand()621 psfmt32[idxof(i)] = 1812433253UL * (psfmt32[idxof(i - 1)] in init_gen_rand()622 ^ (psfmt32[idxof(i - 1)] >> 30)) in init_gen_rand()671 r = func1(psfmt32[idxof(0)] ^ psfmt32[idxof(mid)] in init_by_array()672 ^ psfmt32[idxof(N32 - 1)]); in init_by_array()[all …]