Searched refs:numSymbols (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.h | 92 unsigned numSymbols; // number of symbol addresses variable 107 numSymbols = 0; in AggBuffer() 134 numSymbols++; in addSymbol() 137 if (numSymbols == 0) { in print() 165 if (nSym >= numSymbols) in print()
|
D | NVPTXAsmPrinter.cpp | 1227 if (aggBuffer.numSymbols) { in printModuleLevelGV()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/angle/ |
D | ANGLEPlatformBridge.cpp | 60 ANGLEGetInfoType numSymbols = getValidationResultValue(compiler, symbolType); in getSymbolInfo() local 74 for (ANGLEGetInfoType i = 0; i < numSymbols; ++i) { in getSymbolInfo()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 25 void dumpSymbols(unsigned numSymbols);
|
/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/lzma/C/ |
D | LzmaEnc.c | 756 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32… in LenEnc_SetPrices() argument 765 if (i >= numSymbols) in LenEnc_SetPrices() 771 if (i >= numSymbols) in LenEnc_SetPrices() 775 for (; i < numSymbols; i++) in LenEnc_SetPrices()
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaEnc.c | 757 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32… in LenEnc_SetPrices() argument 766 if (i >= numSymbols) in LenEnc_SetPrices() 772 if (i >= numSymbols) in LenEnc_SetPrices() 776 for (; i < numSymbols; i++) in LenEnc_SetPrices()
|
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaEnc.c | 756 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32… in LenEnc_SetPrices() argument 765 if (i >= numSymbols) in LenEnc_SetPrices() 771 if (i >= numSymbols) in LenEnc_SetPrices() 775 for (; i < numSymbols; i++) in LenEnc_SetPrices()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderListMarker.cpp | 138 unsigned numSymbols = numberShadow / symbolsSize; in toSymbolic() local 139 while (numSymbols--) in toSymbolic()
|