Lines Matching defs:bit
100 /* 32 bit float (not IEEE; nonnormalized mantissa +
173 int bit=(entry>>(length-j-1))&1;
180 if (chase < 0 || chase >= n || chase*2+bit > n*2+1) return 1;
181 if(!r[chase*2+bit])
182 r[chase*2+bit]=top;
183 chase=r[chase*2+bit];
187 int bit=(entry>>(length-j-1))&1;
192 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) |
246 * This probably wastes a bit of space, but it shouldn't
503 /* this is the correct boundary here; we lose one bit to
520 long total1=(s->q_bits*s->dim+8)/8; /* remember flag bit */
522 /* vector of column offsets; remember flag bit */
586 if( (s->q_bits*s->dim+8)/8 <=4){ /* remember flag bit */
684 int bit=(lok>>i)&1;
685 int next=t[chase+bit];
687 chase= (next<<8) | t[chase+bit+1+(!bit || t[chase]&0x80)];
714 int bit=(lok>>i)&1;
715 int next=t[chase+bit];
717 chase= (next<<16) | t[chase+bit+1+(!bit || t[chase]&0x8000)];