HomeSort by relevance Sort by last modified time
    Searched full:numsymbols (Results 1 - 21 of 21) sorted by null

  /external/zopfli/src/zopfli/
katajainen.c 99 numsymbols: Number of leaves.
106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) {
111 if (index == 0 && lastcount >= numsymbols) return;
126 if (lastcount < numsymbols && sum > leaves[lastcount].weight) {
134 BoundaryPM(lists, maxbits, leaves, numsymbols, pool, index - 1, 0);
135 BoundaryPM(lists, maxbits, leaves, numsymbols, pool, index - 1, 0);
184 int numsymbols = 0; /* Amount of symbols with frequency > 0. */ local
191 /* One leaf per symbol. Only numsymbols leaves will be used. */
202 leaves[numsymbols].weight = frequencies[i];
203 leaves[numsymbols].count = i; /* Index of symbol this leaf represents. *
    [all...]
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
SymbolResolvers.h 86 Subclass::NumSymbols,
91 for (size_t i = 0; i < Subclass::NumSymbols; i++) {
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.h 78 static int NumSymbols() {
84 assert(index < NumSymbols());
109 if (!InternalLoadSymbols(handle_, NumSymbols(), kSymbolNames, symbols_)) {
130 assert(index < NumSymbols());
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 91 unsigned numSymbols; // number of symbol addresses
107 numSymbols = 0;
135 numSymbols++;
138 if (numSymbols == 0) {
177 if (nSym >= numSymbols)
NVPTXAsmPrinter.cpp     [all...]
  /external/openfst/src/include/fst/
symbol-table.h 173 size_t NumSymbols() const {
400 virtual size_t NumSymbols(void) const {
401 return impl_->NumSymbols();
436 nsymbols_(table.NumSymbols()),
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 25 void dumpSymbols(unsigned numSymbols);
136 void COFFDumper::dumpSymbols(unsigned NumSymbols) {
  /external/llvm/lib/MC/
MachObjectWriter.cpp 251 uint32_t NumSymbols,
262 Write32(NumSymbols);
805 unsigned NumSymbols = LocalSymbolData.size() + ExternalSymbolData.size() +
807 if (NumSymbols) {
899 if (NumSymbols) {
    [all...]
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 181 void WriteSymtabLoadCommand(uint32_t SymbolOffset, uint32_t NumSymbols,
  /external/chromium_org/third_party/libjpeg_turbo/
jdhuff.c 157 int p, i, l, si, numsymbols; local
194 numsymbols = p;
264 for (i = 0; i < numsymbols; i++) {
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdhuff.c 158 int p, i, l, _si, numsymbols; local
195 numsymbols = p;
264 for (i = 0; i < numsymbols; i++) {
  /external/chromium_org/tools/binary_size/template/
D3SymbolTreeMap.js 776 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));
    [all...]
  /external/jpeg/
jdhuff.c 155 int p, i, l, si, numsymbols; local
192 numsymbols = p;
261 for (i = 0; i < numsymbols; i++) {
  /external/qemu/distrib/jpeg-6b/
jdhuff.c 155 int p, i, l, si, numsymbols; local
192 numsymbols = p;
261 for (i = 0; i < numsymbols; i++) {
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st)
229 if (i >= numSymbols)
235 if (i >= numSymbols)
239 for (; i < numSymbols; i++)
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 220 public void SetPrices(int posState, int numSymbols, int[] prices, int st)
229 if (i >= numSymbols)
235 if (i >= numSymbols)
239 for (; i < numSymbols; i++)
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 756 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32 *ProbPrices)
765 if (i >= numSymbols)
771 if (i >= numSymbols)
775 for (; i < numSymbols; i++)
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 757 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32 *ProbPrices)
766 if (i >= numSymbols)
772 if (i >= numSymbols)
776 for (; i < numSymbols; i++)
    [all...]
  /external/lzma/C/
LzmaEnc.c 756 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32 *ProbPrices)
765 if (i >= numSymbols)
771 if (i >= numSymbols)
775 for (; i < numSymbols; i++)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.cpp 130 unsigned numSymbols = numberShadow / symbolsSize;
131 while (numSymbols--)
    [all...]
  /external/chromium_org/third_party/brotli/src/
ots-lzma.patch     [all...]

Completed in 1194 milliseconds