Home | History | Annotate | Download | only in lib

Lines Matching defs:index3

100 	      uint32_t index3 = (wc & ((1 << t->p) - 1))
102 ELEMENT lookup3 = t->level3[index3];
117 uint32_t index3 = wc & ((1 << t->p) - 1);
172 index3 += t->level2[index2] << t->p;
174 t->level3[index3] = value;
197 uint32_t index3;
198 for (index3 = 0; index3 < (1 << t->p); index3++)
200 ELEMENT lookup3 = t->level3[index3 + lookup2_shifted];
202 fn ((((index1 << t->q) + index2) << t->p) + index3,