Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c442 #define N_LINE_ARANGE (1 << N_LINE_BITS) macro
443 #define N_LINE_TREES (N_LINE_ARANGE >> 3)
448 SVal svals[N_LINE_ARANGE]; // == N_LINE_TREES * 8
472 UChar ix2s[N_LINE_ARANGE/4]; /* array of N_LINE_ARANGE 2-bit
486 SVal w64s[N_LINE_ARANGE];
518 #define N_SECMAP_ZLINES (N_SECMAP_ARANGE / N_LINE_ARANGE)
581 return 0 == (tag & (N_LINE_ARANGE - 1)); in is_valid_scache_tag()
773 for (j = 0; j < N_LINE_ARANGE/4; j++) in shmem__alloc_or_recycle_SecMap()
857 for (j = 0; j < N_LINE_ARANGE && ok_to_GC; j++) in shmem__SecMap_do_GC()
968 for (i = 0; i < N_LINE_ARANGE; i++) in rcinc_LineF()
[all …]