Lines Matching full:bitpos
8547 int bitpos;8549 for(bitpos = 0; bitpos < 70 && (byte & 0x80); bitpos += 7) {8551 *u64 |= (uint64_t)(byte & 0x7F) << bitpos;8553 if(bitpos == 70 && (byte & 0x80)) {