Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c1080 # define N_CACHE 131 /*prime*/ in find_nsegment_idx() macro
1081 static Addr cache_pageno[N_CACHE]; in find_nsegment_idx()
1082 static Int cache_segidx[N_CACHE]; in find_nsegment_idx()
1093 for (ix = 0; ix < N_CACHE; ix++) { in find_nsegment_idx()
1100 ix = (a >> 12) % N_CACHE; in find_nsegment_idx()
1120 # undef N_CACHE in find_nsegment_idx()