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

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

Completed in 177 milliseconds