Searched refs:bitpos (Results 1 – 4 of 4) sorted by relevance
231 size_t bitpos = totalNumBits & 7; in parseAudioSpecificConfig() local241 if (bitpos & 7) { in parseAudioSpecificConfig()242 bs.skipBits(8 - (bitpos & 7)); in parseAudioSpecificConfig()
279 {{if gt $pos -1}} bitpos="{{$pos}}" §
7835 int bitpos; in upb_pbdecoder_decode_varint_slow() local7837 for(bitpos = 0; bitpos < 70 && (byte & 0x80); bitpos += 7) { in upb_pbdecoder_decode_varint_slow()7840 *u64 |= (uint64_t)(byte & 0x7F) << bitpos; in upb_pbdecoder_decode_varint_slow()7842 if(bitpos == 70 && (byte & 0x80)) { in upb_pbdecoder_decode_varint_slow()
8547 int bitpos; in upb_pbdecoder_decode_varint_slow() local8549 for(bitpos = 0; bitpos < 70 && (byte & 0x80); bitpos += 7) { in upb_pbdecoder_decode_varint_slow()8551 *u64 |= (uint64_t)(byte & 0x7F) << bitpos; in upb_pbdecoder_decode_varint_slow()8553 if(bitpos == 70 && (byte & 0x80)) { in upb_pbdecoder_decode_varint_slow()