Searched refs:NextBit (Results 1 – 2 of 2) sorted by relevance
383 unsigned NextBit = 0; in ReadVBR() local385 Result |= (Piece & ((1U << (NumBits-1))-1)) << NextBit; in ReadVBR()390 NextBit += NumBits-1; in ReadVBR()403 unsigned NextBit = 0; in ReadVBR64() local405 Result |= uint64_t(Piece & ((1U << (NumBits-1))-1)) << NextBit; in ReadVBR64()410 NextBit += NumBits-1; in ReadVBR64()
1207 unsigned NextBit = 0; in computeSubRegLaneMasks() local1213 unsigned SrcBit = NextBit; in computeSubRegLaneMasks()1215 if (NextBit < 31) in computeSubRegLaneMasks()1216 ++NextBit; in computeSubRegLaneMasks()