Home
last modified time | relevance | path

Searched refs:halfOffset (Results 1 – 25 of 38) sorted by relevance

12

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DBitReader.java52 if (s.halfOffset > HALF_WATERLINE) { in readMoreInput()
64 int readOffset = s.halfOffset << LOG_HALF_SIZE; in doReadMoreInput()
68 s.halfOffset = 0; in doReadMoreInput()
110 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
113 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
125 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
128 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
178 s.halfOffset = HALVES_CAPACITY; in initBitReader()
211 return limit - s.halfOffset; in halfAvailable()
232 int readOffset = s.halfOffset << LOG_HALF_SIZE; in copyBytes()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DBitReader.java52 if (s.halfOffset > HALF_WATERLINE) { in readMoreInput()
64 int readOffset = s.halfOffset << LOG_HALF_SIZE; in doReadMoreInput()
68 s.halfOffset = 0; in doReadMoreInput()
110 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
113 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
125 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
128 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
178 s.halfOffset = HALVES_CAPACITY; in initBitReader()
211 return limit - s.halfOffset; in halfAvailable()
232 int readOffset = s.halfOffset << LOG_HALF_SIZE; in copyBytes()
[all …]
H A DState.java36 int halfOffset; // BitReader: offset of next item in intBuffer/shortBuffer. field in State
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DBitReader.java52 if (s.halfOffset > HALF_WATERLINE) { in readMoreInput()
64 int readOffset = s.halfOffset << LOG_HALF_SIZE; in doReadMoreInput()
68 s.halfOffset = 0; in doReadMoreInput()
110 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
113 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
125 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
128 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
178 s.halfOffset = HALVES_CAPACITY; in initBitReader()
211 return limit - s.halfOffset; in halfAvailable()
232 int readOffset = s.halfOffset << LOG_HALF_SIZE; in copyBytes()
[all …]
H A DState.java36 int halfOffset; // BitReader: offset of next item in intBuffer/shortBuffer. field in State
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DBitReader.java52 if (s.halfOffset > HALF_WATERLINE) { in readMoreInput()
64 int readOffset = s.halfOffset << LOG_HALF_SIZE; in doReadMoreInput()
68 s.halfOffset = 0; in doReadMoreInput()
110 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
113 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
125 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
128 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
178 s.halfOffset = HALVES_CAPACITY; in initBitReader()
211 return limit - s.halfOffset; in halfAvailable()
232 int readOffset = s.halfOffset << LOG_HALF_SIZE; in copyBytes()
[all …]
H A DState.java36 int halfOffset; // BitReader: offset of next item in intBuffer/shortBuffer. field in State
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DBitReader.java52 if (s.halfOffset > HALF_WATERLINE) { in readMoreInput()
64 int readOffset = s.halfOffset << LOG_HALF_SIZE; in doReadMoreInput()
68 s.halfOffset = 0; in doReadMoreInput()
110 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
113 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
125 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
128 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
178 s.halfOffset = HALVES_CAPACITY; in initBitReader()
211 return limit - s.halfOffset; in halfAvailable()
232 int readOffset = s.halfOffset << LOG_HALF_SIZE; in copyBytes()
[all …]
H A DState.java36 int halfOffset; // BitReader: offset of next item in intBuffer/shortBuffer. field in State
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DBitReader.java52 if (s.halfOffset > HALF_WATERLINE) { in readMoreInput()
64 int readOffset = s.halfOffset << LOG_HALF_SIZE; in doReadMoreInput()
68 s.halfOffset = 0; in doReadMoreInput()
110 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
113 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
125 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
128 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
178 s.halfOffset = HALVES_CAPACITY; in initBitReader()
211 return limit - s.halfOffset; in halfAvailable()
232 int readOffset = s.halfOffset << LOG_HALF_SIZE; in copyBytes()
[all …]
H A DState.java36 int halfOffset; // BitReader: offset of next item in intBuffer/shortBuffer. field in State
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DBitReader.java52 if (s.halfOffset > HALF_WATERLINE) { in readMoreInput()
64 int readOffset = s.halfOffset << LOG_HALF_SIZE; in doReadMoreInput()
68 s.halfOffset = 0; in doReadMoreInput()
110 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
113 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
125 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
128 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
178 s.halfOffset = HALVES_CAPACITY; in initBitReader()
211 return limit - s.halfOffset; in halfAvailable()
232 int readOffset = s.halfOffset << LOG_HALF_SIZE; in copyBytes()
[all …]
H A DState.java36 int halfOffset; // BitReader: offset of next item in intBuffer/shortBuffer. field in State
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DBitReader.java52 if (s.halfOffset > HALF_WATERLINE) { in readMoreInput()
64 int readOffset = s.halfOffset << LOG_HALF_SIZE; in doReadMoreInput()
68 s.halfOffset = 0; in doReadMoreInput()
110 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
113 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
125 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
128 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
178 s.halfOffset = HALVES_CAPACITY; in initBitReader()
211 return limit - s.halfOffset; in halfAvailable()
232 int readOffset = s.halfOffset << LOG_HALF_SIZE; in copyBytes()
[all …]
H A DState.java36 int halfOffset; // BitReader: offset of next item in intBuffer/shortBuffer. field in State
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DBitReader.java52 if (s.halfOffset > HALF_WATERLINE) { in silk_LPC_analysis_filter16_FLP()
64 int readOffset = s.halfOffset << LOG_HALF_SIZE;
68 s.halfOffset = 0;
110 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS)
113 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS)
125 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS)
128 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS)
178 s.halfOffset = HALVES_CAPACITY;
211 return limit - s.halfOffset; in silk_LPC_analysis_filter_FLP()
232 int readOffset = s.halfOffset << LOG_HALF_SIZE;
[all …]
H A DState.java36 int halfOffset; // BitReader: offset of next item in intBuffer/shortBuffer. field in State
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/java/org/brotli/dec/
H A DBitReader.java47 if (s.halfOffset > HALF_WATERLINE) { in readMoreInput()
59 int readOffset = s.halfOffset << LOG_HALF_SIZE; in doReadMoreInput()
63 s.halfOffset = 0; in doReadMoreInput()
96 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
99 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
108 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
111 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
155 s.halfOffset = HALVES_CAPACITY; in initBitReader()
188 return limit - s.halfOffset; in halfAvailable()
209 int readOffset = s.halfOffset << LOG_HALF_SIZE; in copyBytes()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DBitReader.java52 if (s.halfOffset > HALF_WATERLINE) { in readMoreInput()
64 int readOffset = s.halfOffset << LOG_HALF_SIZE; in doReadMoreInput()
68 s.halfOffset = 0; in doReadMoreInput()
110 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
113 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in fillBitWindow()
125 s.accumulator64 = ((long) s.intBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
128 s.accumulator32 = ((int) s.shortBuffer[s.halfOffset++] << HALF_BITNESS) in doFillBitWindow()
178 s.halfOffset = HALVES_CAPACITY; in initBitReader()
211 return limit - s.halfOffset; in halfAvailable()
232 int readOffset = s.halfOffset << LOG_HALF_SIZE; in copyBytes()
[all …]
H A DState.java36 int halfOffset; // BitReader: offset of next item in intBuffer/shortBuffer. field in State
/dports/www/firefox-esr/firefox-91.8.0/gfx/ots/src/
H A Dgvar.cc49 uint16_t halfOffset; in ParseGlyphVariationDataArray() local
50 if (!subtable.ReadU16(&halfOffset)) { in ParseGlyphVariationDataArray()
53 offset = halfOffset * 2; in ParseGlyphVariationDataArray()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ots/src/
H A Dgvar.cc49 uint16_t halfOffset; in ParseGlyphVariationDataArray() local
50 if (!subtable.ReadU16(&halfOffset)) { in ParseGlyphVariationDataArray()
53 offset = halfOffset * 2; in ParseGlyphVariationDataArray()
/dports/www/firefox/firefox-99.0/gfx/ots/src/
H A Dgvar.cc49 uint16_t halfOffset; in ParseGlyphVariationDataArray() local
50 if (!subtable.ReadU16(&halfOffset)) { in ParseGlyphVariationDataArray()
53 offset = halfOffset * 2; in ParseGlyphVariationDataArray()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ots/src/
H A Dgvar.cc49 uint16_t halfOffset; in ParseGlyphVariationDataArray() local
50 if (!subtable.ReadU16(&halfOffset)) { in ParseGlyphVariationDataArray()
53 offset = halfOffset * 2; in ParseGlyphVariationDataArray()
/dports/x11-fonts/ots/ots-8.1.4/src/
H A Dgvar.cc49 uint16_t halfOffset; in ParseGlyphVariationDataArray() local
50 if (!subtable.ReadU16(&halfOffset)) { in ParseGlyphVariationDataArray()
53 offset = halfOffset * 2; in ParseGlyphVariationDataArray()

12