Searched refs:NextBit (Results 1 – 2 of 2) sorted by relevance
385 unsigned NextBit = 0; in ReadVBR() local387 Result |= (Piece & ((1U << (NumBits-1))-1)) << NextBit; in ReadVBR()392 NextBit += NumBits-1; in ReadVBR()405 unsigned NextBit = 0; in ReadVBR64() local407 Result |= uint64_t(Piece & ((1U << (NumBits-1))-1)) << NextBit; in ReadVBR64()412 NextBit += NumBits-1; in ReadVBR64()
1210 unsigned NextBit = 0; in computeSubRegLaneMasks() local1216 unsigned SrcBit = NextBit; in computeSubRegLaneMasks()1218 if (NextBit < 31) in computeSubRegLaneMasks()1219 ++NextBit; in computeSubRegLaneMasks()