Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c1460 static __attribute__((noinline)) void cacheline_wback ( UWord wix ) in cacheline_wback() argument
1473 VG_(printf)("scache wback line %d\n", (Int)wix); in cacheline_wback()
1475 tl_assert(wix >= 0 && wix < N_WAY_NENT); in cacheline_wback()
1477 tag = cache_shmem.tags0[wix]; in cacheline_wback()
1478 cl = &cache_shmem.lyns0[wix]; in cacheline_wback()
1603 static __attribute__((noinline)) void cacheline_fetch ( UWord wix ) in cacheline_fetch() argument
1612 VG_(printf)("scache fetch line %d\n", (Int)wix); in cacheline_fetch()
1614 tl_assert(wix >= 0 && wix < N_WAY_NENT); in cacheline_fetch()
1616 tag = cache_shmem.tags0[wix]; in cacheline_fetch()
1617 cl = &cache_shmem.lyns0[wix]; in cacheline_fetch()
[all …]
/external/ltp/tools/top-LTP/
Dtop.c3488 static void framehlp(int wix, int max) in framehlp() argument
3493 for (i = wix, rsvd = 0, wins = 0; i < GROUPSMAX; i++) { in framehlp()
3512 for (i = wix; i < GROUPSMAX; i++) { in framehlp()