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

/external/valgrind/main/coregrind/
H A Dm_transtab.c2024 #define N_UNREDIR_TCQ (N_UNREDIR_TT * UNREDIR_SZB / sizeof(ULong)) macro
2036 static Int unredir_tc_used = N_UNREDIR_TCQ;
2078 if (unredir_tc_used > N_UNREDIR_TCQ) return False;
2108 if (i >= N_UNREDIR_TT || code_szQ > (N_UNREDIR_TCQ - unredir_tc_used)) {
2115 vg_assert(unredir_tc_used <= N_UNREDIR_TCQ);
2117 vg_assert(code_szQ + unredir_tc_used <= N_UNREDIR_TCQ);
2137 vg_assert(unredir_tc_used <= N_UNREDIR_TCQ);

Completed in 587 milliseconds