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

/external/valgrind/helgrind/
H A 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));
773 for (j = 0; j < N_LINE_ARANGE/4; j++)
857 for (j = 0; j < N_LINE_ARANGE
[all...]

Completed in 85 milliseconds