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

/external/valgrind/main/coregrind/
H A Dm_transtab.c178 UShort n_tte2ec; // # tte2ec pointers (1 to 3) member in struct:__anon32681
181 // for i in 0 .. n_tte2ec-1
1070 tte->n_tte2ec = r;
1124 if (tte->n_tte2ec < 1 || tte->n_tte2ec > 3)
1125 BAD("tte->n_tte2ec out of range");
1129 for (k = 0; k < tte->n_tte2ec; k++) {
1130 if (k < tte->n_tte2ec-1
1160 if (tte->n_tte2ec != 0)
1167 if (tte->n_tte2ec <
[all...]

Completed in 165 milliseconds