Searched refs:numSymbols (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h91 unsigned numSymbols; // number of symbol addresses member in class:llvm::NVPTXAsmPrinter::AggBuffer
107 numSymbols = 0;
135 numSymbols++;
138 if (numSymbols == 0) {
177 if (nSym >= numSymbols)
H A DNVPTXAsmPrinter.cpp1546 if (aggBuffer.numSymbols) {
/external/chromium_org/tools/binary_size/template/
H A DD3SymbolTreeMap.js776 var numSymbols = 0;
784 if (stats !== undefined) numSymbols += stats.count;
788 numSymbols = 1;
801 this.infobox.append('div').text('Count: ' + numSymbols);
814 .text('Number of symbols: ' + D3SymbolTreeMap._pretty(numSymbols));
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp25 void dumpSymbols(unsigned numSymbols);
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) argument
229 if (i >= numSymbols)
235 if (i >= numSymbols)
239 for (; i < numSymbols; i++)
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java220 public void SetPrices(int posState, int numSymbols, int[] prices, int st) argument
229 if (i >= numSymbols)
235 if (i >= numSymbols)
239 for (; i < numSymbols; i++)
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c756 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32 *ProbPrices) argument
765 if (i >= numSymbols)
771 if (i >= numSymbols)
775 for (; i < numSymbols; i++)
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c757 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32 *ProbPrices) argument
766 if (i >= numSymbols)
772 if (i >= numSymbols)
776 for (; i < numSymbols; i++)
/external/lzma/C/
H A DLzmaEnc.c756 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32 *ProbPrices) argument
765 if (i >= numSymbols)
771 if (i >= numSymbols)
775 for (; i < numSymbols; i++)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp130 unsigned numSymbols = numberShadow / symbolsSize; local
131 while (numSymbols--)

Completed in 169 milliseconds