Home
last modified time | relevance | path

Searched defs:numSymbols (Results 1 – 25 of 402) sorted by last modified time

12345678910>>...17

/dports/games/evq3/evq3/code/qcommon/
H A Dvm_local.h156 int numSymbols; member
/dports/games/evq3/evq3/code/tools/asm/
H A Dq3asm.c173 int numSymbols; variable
/dports/comms/flwrap/flwrap-1.3.5/src/lzma/
H A DLzmaEnc.c777 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32… in LenEnc_SetPrices()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/OpenCTM-1.0.3/lib/liblzma/
H A DLzmaEnc.c777 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32… in LenEnc_SetPrices()
/dports/cad/openctm/OpenCTM-1.0.3/lib/liblzma/
H A DLzmaEnc.c777 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32… in LenEnc_SetPrices()
/dports/archivers/bzip/bzip-0.21/
H A Dbzip.c735 UInt32 numSymbols; member
/dports/archivers/lzma/lzma-19.00/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) in SetPrices()
/dports/archivers/lzma/lzma-19.00/Java/SevenZip/Compression/LZMA/
H A DEncoder.java220 public void SetPrices(int posState, int numSymbols, int[] prices, int st) in SetPrices()
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp197 void CEncoder::SetPrices(UInt32 posState, UInt32 numSymbols, UInt32 *prices) const in SetPrices()
/dports/archivers/py-lzma/pylzma-0.5.0/src/sdk/C/
H A DLzmaEnc.c873 unsigned i, numSymbols; in LenPriceEnc_UpdateTable() local
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) in SetPrices()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java220 public void SetPrices(int posState, int numSymbols, int[] prices, int st) in SetPrices()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/C/
H A DLzmaEnc.c873 unsigned i, numSymbols; in LenPriceEnc_UpdateTable() local
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) in SetPrices()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/C/
H A DLzmaEnc.c873 unsigned i, numSymbols; in LenPriceEnc_UpdateTable() local
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZMA/
H A DEncoder.java220 public void SetPrices(int posState, int numSymbols, int[] prices, int st) in SetPrices()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) in SetPrices()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/C/
H A DLzmaEnc.c873 unsigned i, numSymbols; in LenPriceEnc_UpdateTable() local
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/java/org/brotli/dec/
H A DDecode.java296 int[] codeLengthCodeLengths, int numSymbols, int[] codeLengths, State s) { in readHuffmanCodeLengths()
379 int numSymbols = BitReader.readFewBits(s, 2) + 1; in readHuffmanCode() local
/dports/www/h2o-devel/h2o-dcc7134/deps/brotli/csharp/org/brotli/dec/
H A DDecode.cs180 …private static void ReadHuffmanCodeLengths(int[] codeLengthCodeLengths, int numSymbols, int[] code… in ReadHuffmanCodeLengths()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/COFF/
H A DInputFiles.cpp169 uint32_t numSymbols = coffObj->getNumberOfSymbols(); in parse() local
408 uint32_t numSymbols = coffObj->getNumberOfSymbols(); in initializeSymbols() local
481 uint32_t numSymbols = obj->getNumberOfSymbols(); in findSectionDef() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/ELF/
H A DSyntheticSections.cpp2537 unsigned numSymbols = symTab->getNumSymbols(); in writeTo() local
2887 size_t numSymbols = 0; in createSymbols() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Analysis/
H A DAffineStructures.h639 unsigned numSymbols; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DAffineExprVisitor.h258 unsigned numSymbols; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp1015 unsigned numSymbols = 0; in reifyResultShapes() local

12345678910>>...17