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

/external/valgrind/coregrind/
H A Dm_transtab.c204 UShort n_tte2ec; // # tte2ec pointers (1 to 3) member in struct:__anon19638
207 // for i in 0 .. n_tte2ec-1
1120 tte->n_tte2ec = r;
1176 if (tte->n_tte2ec < 1 || tte->n_tte2ec > 3)
1177 BAD("tte->n_tte2ec out of range");
1181 for (k = 0; k < tte->n_tte2ec; k++) {
1182 if (k < tte->n_tte2ec-1
1212 if (tte->n_tte2ec != 0)
1219 if (tte->n_tte2ec <
[all...]

Completed in 62 milliseconds