Home
last modified time | relevance | path

Searched refs:LiteralContextBits (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DDecode.cs21 private const int LiteralContextBits = 6; field in Org.Brotli.Dec.Decode
436 state.contextMapSlice = literalBlockType << LiteralContextBits; in DecodeLiteralBlockSwitch()
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits]; in ReadMetablockHuffmanCodesAndContextMaps()
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
581 for (int j = 0; j < state.numBlockTypes[0] << LiteralContextBits; j++) in ReadMetablockHuffmanCodesAndContextMaps()
583 if (state.contextMap[j] != j >> LiteralContextBits) in ReadMetablockHuffmanCodesAndContextMaps()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DDecode.cs21 private const int LiteralContextBits = 6; field in Org.Brotli.Dec.Decode
436 state.contextMapSlice = literalBlockType << LiteralContextBits; in DecodeLiteralBlockSwitch()
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits]; in ReadMetablockHuffmanCodesAndContextMaps()
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
581 for (int j = 0; j < state.numBlockTypes[0] << LiteralContextBits; j++) in ReadMetablockHuffmanCodesAndContextMaps()
583 if (state.contextMap[j] != j >> LiteralContextBits) in ReadMetablockHuffmanCodesAndContextMaps()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DDecode.cs21 private const int LiteralContextBits = 6; field in Org.Brotli.Dec.Decode
436 state.contextMapSlice = literalBlockType << LiteralContextBits; in DecodeLiteralBlockSwitch()
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits]; in ReadMetablockHuffmanCodesAndContextMaps()
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
581 for (int j = 0; j < state.numBlockTypes[0] << LiteralContextBits; j++) in ReadMetablockHuffmanCodesAndContextMaps()
583 if (state.contextMap[j] != j >> LiteralContextBits) in ReadMetablockHuffmanCodesAndContextMaps()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DDecode.cs21 private const int LiteralContextBits = 6; field in Org.Brotli.Dec.Decode
436 state.contextMapSlice = literalBlockType << LiteralContextBits; in DecodeLiteralBlockSwitch()
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits]; in ReadMetablockHuffmanCodesAndContextMaps()
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
581 for (int j = 0; j < state.numBlockTypes[0] << LiteralContextBits; j++) in ReadMetablockHuffmanCodesAndContextMaps()
583 if (state.contextMap[j] != j >> LiteralContextBits) in ReadMetablockHuffmanCodesAndContextMaps()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DDecode.cs21 private const int LiteralContextBits = 6; field in Org.Brotli.Dec.Decode
436 state.contextMapSlice = literalBlockType << LiteralContextBits; in DecodeLiteralBlockSwitch()
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits]; in ReadMetablockHuffmanCodesAndContextMaps()
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
581 for (int j = 0; j < state.numBlockTypes[0] << LiteralContextBits; j++) in ReadMetablockHuffmanCodesAndContextMaps()
583 if (state.contextMap[j] != j >> LiteralContextBits) in ReadMetablockHuffmanCodesAndContextMaps()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DDecode.cs21 private const int LiteralContextBits = 6; field in Org.Brotli.Dec.Decode
436 state.contextMapSlice = literalBlockType << LiteralContextBits; in DecodeLiteralBlockSwitch()
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits]; in ReadMetablockHuffmanCodesAndContextMaps()
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
581 for (int j = 0; j < state.numBlockTypes[0] << LiteralContextBits; j++) in ReadMetablockHuffmanCodesAndContextMaps()
583 if (state.contextMap[j] != j >> LiteralContextBits) in ReadMetablockHuffmanCodesAndContextMaps()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DDecode.cs21 private const int LiteralContextBits = 6; field in Org.Brotli.Dec.Decode
436 state.contextMapSlice = literalBlockType << LiteralContextBits; in DecodeLiteralBlockSwitch()
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits]; in ReadMetablockHuffmanCodesAndContextMaps()
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
581 for (int j = 0; j < state.numBlockTypes[0] << LiteralContextBits; j++) in ReadMetablockHuffmanCodesAndContextMaps()
583 if (state.contextMap[j] != j >> LiteralContextBits) in ReadMetablockHuffmanCodesAndContextMaps()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DDecode.cs21 private const int LiteralContextBits = 6; field in Org.Brotli.Dec.Decode
436 state.contextMapSlice = literalBlockType << LiteralContextBits; in DecodeLiteralBlockSwitch()
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits]; in ReadMetablockHuffmanCodesAndContextMaps()
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
581 for (int j = 0; j < state.numBlockTypes[0] << LiteralContextBits; j++) in ReadMetablockHuffmanCodesAndContextMaps()
583 if (state.contextMap[j] != j >> LiteralContextBits) in ReadMetablockHuffmanCodesAndContextMaps()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/csharp/org/brotli/dec/
H A DDecode.cs21 private const int LiteralContextBits = 6;
436 state.contextMapSlice = literalBlockType << LiteralContextBits;
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits];
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context…
581 for (int j = 0; j < state.numBlockTypes[0] << LiteralContextBits; j++)
583 if (state.contextMap[j] != j >> LiteralContextBits)
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/csharp/org/brotli/dec/
H A DDecode.cs21 private const int LiteralContextBits = 6; field in Org.Brotli.Dec.Decode
436 state.contextMapSlice = literalBlockType << LiteralContextBits; in DecodeLiteralBlockSwitch()
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits]; in ReadMetablockHuffmanCodesAndContextMaps()
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
581 for (int j = 0; j < state.numBlockTypes[0] << LiteralContextBits; j++) in ReadMetablockHuffmanCodesAndContextMaps()
583 if (state.contextMap[j] != j >> LiteralContextBits) in ReadMetablockHuffmanCodesAndContextMaps()
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/csharp/org/brotli/dec/
H A DDecode.cs21 private const int LiteralContextBits = 6; field in Org.Brotli.Dec.Decode
436 state.contextMapSlice = literalBlockType << LiteralContextBits; in DecodeLiteralBlockSwitch()
578 state.contextMap = new byte[state.numBlockTypes[0] << LiteralContextBits]; in ReadMetablockHuffmanCodesAndContextMaps()
579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
581 for (int j = 0; j < state.numBlockTypes[0] << LiteralContextBits; j++) in ReadMetablockHuffmanCodesAndContextMaps()
583 if (state.contextMap[j] != j >> LiteralContextBits) in ReadMetablockHuffmanCodesAndContextMaps()
/dports/lang/perl5.30/perl-5.30.3/cpan/IO-Compress/bin/
H A Dzipdetails1503 my $LiteralContextBits = 0;
1507 $LiteralContextBits = $LzmaInfo - $LiteralPosStateBits * 9;
1511 out1 " LiteralContextBits", $LiteralContextBits;
/dports/lang/perl5.32/perl-5.32.1/cpan/IO-Compress/bin/
H A Dzipdetails1521 my $LiteralContextBits = 0;
1525 $LiteralContextBits = $LzmaInfo - $LiteralPosStateBits * 9;
1529 out1 " LiteralContextBits", $LiteralContextBits;
/dports/lang/perl5.34/perl-5.34.0/cpan/IO-Compress/bin/
H A Dzipdetails1697 my $LiteralContextBits = 0;
1701 $LiteralContextBits = $LzmaInfo - $LiteralPosStateBits * 9;
1705 out1 " LiteralContextBits", $LiteralContextBits;
/dports/archivers/p5-IO-Compress/IO-Compress-2.101/bin/
H A Dzipdetails1697 my $LiteralContextBits = 0;
1701 $LiteralContextBits = $LzmaInfo - $LiteralPosStateBits * 9;
1705 out1 " LiteralContextBits", $LiteralContextBits;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/IO-Compress/bin/
H A Dzipdetails1697 my $LiteralContextBits = 0;
1701 $LiteralContextBits = $LzmaInfo - $LiteralPosStateBits * 9;
1705 out1 " LiteralContextBits", $LiteralContextBits;