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

/external/valgrind/coregrind/
H A Dm_transtab.c2160 #define N_UNREDIR_TCQ (N_UNREDIR_TT * UNREDIR_SZB / sizeof(ULong)) macro
2172 static Int unredir_tc_used = N_UNREDIR_TCQ;
2214 if (unredir_tc_used > N_UNREDIR_TCQ) return False;
2244 if (i >= N_UNREDIR_TT || code_szQ > (N_UNREDIR_TCQ - unredir_tc_used)) {
2251 vg_assert(unredir_tc_used <= N_UNREDIR_TCQ);
2253 vg_assert(code_szQ + unredir_tc_used <= N_UNREDIR_TCQ);
2273 vg_assert(unredir_tc_used <= N_UNREDIR_TCQ);

Completed in 51 milliseconds