Home
last modified time | relevance | path

Searched refs:numSymbols (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h83 unsigned numSymbols; // number of symbol addresses
107 numSymbols = 0; in AggBuffer()
135 numSymbols++; in addSymbol()
138 if (numSymbols == 0) { in print()
180 if (nSym >= numSymbols) in print()
DNVPTXAsmPrinter.cpp1241 if (aggBuffer.numSymbols) { in printModuleLevelGV()
/external/brotli/java/org/brotli/dec/
DDecode.java173 int[] codeLengthCodeLengths, int numSymbols, int[] codeLengths, BitReader br) { in readHuffmanCodeLengths() argument
183 while (symbol < numSymbols && space > 0) { in readHuffmanCodeLengths()
213 if (symbol + repeatDelta > numSymbols) { in readHuffmanCodeLengths()
228 Utils.fillWithZeroes(codeLengths, symbol, numSymbols - symbol); in readHuffmanCodeLengths()
243 int numSymbols = BitReader.readBits(br, 2) + 1; in readHuffmanCode() local
250 for (int i = 0; i < numSymbols; i++) { in readHuffmanCode()
255 switch (numSymbols) { in readHuffmanCode()
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java220 public void SetPrices(int posState, int numSymbols, int[] prices, int st) in SetPrices() argument
229 if (i >= numSymbols) in SetPrices()
235 if (i >= numSymbols) in SetPrices()
239 for (; i < numSymbols; i++) in SetPrices()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) in SetPrices() argument
229 if (i >= numSymbols) in SetPrices()
235 if (i >= numSymbols) in SetPrices()
239 for (; i < numSymbols; i++) in SetPrices()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp27 void dumpSymbols(unsigned numSymbols);
/external/lzma/C/
DLzmaEnc.c806 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, const … in LenEnc_SetPrices() argument
815 if (i >= numSymbols) in LenEnc_SetPrices()
821 if (i >= numSymbols) in LenEnc_SetPrices()
825 for (; i < numSymbols; i++) in LenEnc_SetPrices()