Searched refs:numSymbols (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.h | 83 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()
|
D | NVPTXAsmPrinter.cpp | 1217 if (aggBuffer.numSymbols) { in printModuleLevelGV()
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 220 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/ |
D | LzmaEncoder.cs | 220 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/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/ |
D | Encoder.java | 198 public void SetPrices (int posState, int numSymbols, int[] prices, int st) { in SetPrices() argument 205 if (i >= numSymbols) return; in SetPrices() 209 if (i >= numSymbols) return; in SetPrices() 212 for (; i < numSymbols; i++) in SetPrices()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 27 void dumpSymbols(unsigned numSymbols);
|
/external/lzma/C/ |
D | LzmaEnc.c | 766 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32… in LenEnc_SetPrices() argument 775 if (i >= numSymbols) in LenEnc_SetPrices() 781 if (i >= numSymbols) in LenEnc_SetPrices() 785 for (; i < numSymbols; i++) in LenEnc_SetPrices()
|