Lines Matching defs:highbit
57 dst->highbit = (e1->highbit > e2->highbit) ? e1->highbit : e2->highbit;
69 dst->highbit = tmp.highbit;
112 dst->highbit = prev->startbit + MAPSIZE;
162 dst->highbit = prev->startbit + MAPSIZE;
211 dst->highbit = prev->startbit + MAPSIZE;
261 if (e1->highbit != e2->highbit)
303 dst->highbit = src->highbit;
311 if (e1->highbit < e2->highbit)
360 if (e->highbit < bit)
381 uint32_t highbit = startbit + MAPSIZE;
383 if (highbit == 0) {
405 e->highbit =
409 e->highbit = 0;
437 e->highbit = highbit;
495 e->highbit = maxhighbit;
534 e->highbit = 0;
553 e->highbit = le32_to_cpu(buf[1]);
558 mapsize, MAPSIZE, e->highbit);
561 if (!e->highbit) {
565 if (e->highbit & (MAPSIZE - 1)) {
567 e->highbit, MAPSIZE);
571 if (e->highbit && !count)
596 if (n->startbit > (e->highbit - MAPSIZE)) {
598 n->startbit, (e->highbit - MAPSIZE));
625 if (count && l->startbit + MAPSIZE != e->highbit) {
627 e->highbit, l->startbit + MAPSIZE);