Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dsim.c462 #define PF_STREAMS 8 macro
465 static UInt pf_lastblock[PF_STREAMS];
466 static Int pf_seqblocks[PF_STREAMS];
472 for(i=0;i<PF_STREAMS;i++) in prefetch_clear()
484 UInt stream = (a >> PF_PAGEBITS) % PF_STREAMS; in prefetch_LL_doref()