Searched refs:N_CACHE (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1140 the results thereof, to save time. With N_CACHE of 63 we get a hit
1144 might be different from 12. Really "(a >> 12) % N_CACHE" is merely
1176 # define N_CACHE 131 /*prime*/ macro
1177 static Addr cache_pageno[N_CACHE];
1178 static Int cache_segidx[N_CACHE];
1189 for (ix = 0; ix < N_CACHE; ix++) {
1196 ix = (a >> 12) % N_CACHE;
1216 # undef N_CACHE macro

Completed in 98 milliseconds