Searched refs:intOffset (Results 1 – 3 of 3) sorted by relevance
43 private int intOffset; field in Org.Brotli.Dec.BitReader58 if (br.intOffset <= Capacity - 9) in ReadMoreInput()70 int readOffset = br.intOffset << 2; in ReadMoreInput()73 br.intOffset = 0; in ReadMoreInput()103 int byteOffset = (br.intOffset << 2) + ((br.bitOffset + 7) >> 3) - 8; in CheckHealth()119 …br.accumulator = ((long)br.intBuffer[br.intOffset++] << 32) | ((long)(((ulong)br.accumulator) >> 3… in FillBitWindow()151 br.intOffset = Capacity; in Init()203 return limit - br.intOffset; in IntAvailable()227 int readOffset = br.intOffset << 2; in CopyBytes()231 br.intOffset += copyInts; in CopyBytes()
768 int64_t intOffset = ShapedType::kDynamicStrideOrOffset; in computeReshapeCollapsedType() local770 intOffset = o.getValue(); in computeReshapeCollapsedType()780 makeStridedLinearLayoutMap(intStrides, intOffset, type.getContext()); in computeReshapeCollapsedType()
574 uint32 intOffset; /* Internal offset */ member