Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h82 unsigned numSymbols; // number of symbol addresses
106 numSymbols = 0; in AggBuffer()
137 numSymbols++; in addSymbol()
141 if (numSymbols == 0) { in print()
183 if (nSym >= numSymbols) in print()
DNVPTXAsmPrinter.cpp1200 if (aggBuffer.numSymbols) { in printModuleLevelGV()
/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.java296 int[] codeLengthCodeLengths, int numSymbols, int[] codeLengths, State s) { in readHuffmanCodeLengths() argument
306 while (symbol < numSymbols && space > 0) { in readHuffmanCodeLengths()
337 if (symbol + repeatDelta > numSymbols) { in readHuffmanCodeLengths()
352 Utils.fillIntsWithZeroes(codeLengths, symbol, numSymbols); in readHuffmanCodeLengths()
379 int numSymbols = BitReader.readFewBits(s, 2) + 1; in readHuffmanCode() local
386 for (int i = 0; i < numSymbols; i++) { in readHuffmanCode()
392 switch (numSymbols) { in readHuffmanCode()
407 ok = checkDupes(symbols, numSymbols); in readHuffmanCode()
/external/brotli/csharp/org/brotli/dec/
DDecode.cs180 …private static void ReadHuffmanCodeLengths(int[] codeLengthCodeLengths, int numSymbols, int[] code… in ReadHuffmanCodeLengths() argument
189 while (symbol < numSymbols && space > 0) in ReadHuffmanCodeLengths()
227 if (symbol + repeatDelta > numSymbols) in ReadHuffmanCodeLengths()
248 Org.Brotli.Dec.Utils.FillWithZeroes(codeLengths, symbol, numSymbols - symbol); in ReadHuffmanCodeLengths()
266 int numSymbols = Org.Brotli.Dec.BitReader.ReadBits(br, 2) + 1; in ReadHuffmanCode()
274 for (int i = 0; i < numSymbols; i++) in ReadHuffmanCode()
280 switch (numSymbols) in ReadHuffmanCode()
/external/brotli/js/
Ddecode.js263 function readHuffmanCodeLengths(codeLengthCodeLengths, numSymbols, codeLengths, s) { argument
271 while (symbol < numSymbols && space > 0) {
310 if (symbol + repeatDelta > numSymbols) {
324 codeLengths.fill(0, symbol, numSymbols);
364 var /** !number */ numSymbols = readFewBits(s, 2) + 1;
369 for (var /** !number */ i = 0; i < numSymbols; i++) {
378 switch(numSymbols) {
393 ok = checkDupes(symbols, numSymbols);
/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/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp31 void dumpSymbols(unsigned numSymbols);