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

/external/valgrind/main/coregrind/
H A Dm_transtab.c117 UInt n_fixed; /* 0 .. N_FIXED_IN_EDGE_ARR */ member in struct:__anon32679
126 UInt n_fixed; /* 0 .. N_FIXED_OUT_EDGE_ARR */ member in struct:__anon32680
475 vg_assert(iea->n_fixed == 0);
478 vg_assert(iea->n_fixed <= N_FIXED_IN_EDGE_ARR);
479 return iea->n_fixed;
486 vg_assert(iea->n_fixed == 0);
490 vg_assert(iea->n_fixed <= N_FIXED_IN_EDGE_ARR);
491 iea->n_fixed = 0;
499 vg_assert(iea->n_fixed == 0);
502 vg_assert(i < iea->n_fixed);
[all...]

Completed in 90 milliseconds