Searched refs:NextBit (Results 1 – 2 of 2) sorted by relevance
387 unsigned NextBit = 0; in ReadVBR() local389 Result |= (Piece & ((1U << (NumBits-1))-1)) << NextBit; in ReadVBR()394 NextBit += NumBits-1; in ReadVBR()407 unsigned NextBit = 0; in ReadVBR64() local409 Result |= uint64_t(Piece & ((1U << (NumBits-1))-1)) << NextBit; in ReadVBR64()414 NextBit += NumBits-1; in ReadVBR64()
1200 unsigned NextBit = 0; in computeSubRegLaneMasks() local1206 unsigned SrcBit = NextBit; in computeSubRegLaneMasks()1208 if (NextBit < 31) in computeSubRegLaneMasks()1209 ++NextBit; in computeSubRegLaneMasks()