Home | History | Annotate | Download | only in src

Lines Matching refs:highbit

57 	dst->highbit = (e1->highbit > e2->highbit) ? e1->highbit : e2->highbit;
69 dst->highbit = tmp.highbit;
154 if (e1->highbit != e2->highbit)
196 dst->highbit = src->highbit;
204 if (e1->highbit < e2->highbit)
231 if (e->highbit < bit)
252 uint32_t highbit = startbit + MAPSIZE;
254 if (highbit == 0) {
276 e->highbit =
280 e->highbit = 0;
309 e->highbit = highbit;
337 e->highbit = 0;
356 e->highbit = le32_to_cpu(buf[1]);
362 mapsize, MAPSIZE, e->highbit);
365 if (!e->highbit) {
369 if (e->highbit & (MAPSIZE - 1)) {
372 e->highbit, MAPSIZE);
398 if (n->startbit > (e->highbit - MAPSIZE)) {
401 n->startbit, (e->highbit - MAPSIZE));