Home
last modified time | relevance | path

Searched refs:nHeap (Results 1 – 8 of 8) sorted by relevance

/external/bzip2/
Dhuffman.c50 if (yy > nHeap) break; \
51 if (yy < nHeap && \
72 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local
85 nHeap = 0; in BZ2_hbMakeCodeLengths()
93 nHeap++; in BZ2_hbMakeCodeLengths()
94 heap[nHeap] = i; in BZ2_hbMakeCodeLengths()
95 UPHEAP(nHeap); in BZ2_hbMakeCodeLengths()
98 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 ); in BZ2_hbMakeCodeLengths()
100 while (nHeap > 1) { in BZ2_hbMakeCodeLengths()
101 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1); in BZ2_hbMakeCodeLengths()
[all …]
/external/u-boot/lib/bzip2/
Dbzlib_huffman.c91 if (yy > nHeap) break; \
92 if (yy < nHeap && \
113 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local
126 nHeap = 0; in BZ2_hbMakeCodeLengths()
134 nHeap++; in BZ2_hbMakeCodeLengths()
135 heap[nHeap] = i; in BZ2_hbMakeCodeLengths()
136 UPHEAP(nHeap); in BZ2_hbMakeCodeLengths()
139 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 ); in BZ2_hbMakeCodeLengths()
141 while (nHeap > 1) { in BZ2_hbMakeCodeLengths()
142 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1); in BZ2_hbMakeCodeLengths()
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2CompressorOutputStream.java160 int nHeap = 0; in hbMakeCodeLengths() local
167 nHeap++; in hbMakeCodeLengths()
168 heap[nHeap] = i; in hbMakeCodeLengths()
170 int zz = nHeap; in hbMakeCodeLengths()
179 while (nHeap > 1) { in hbMakeCodeLengths()
181 heap[1] = heap[nHeap]; in hbMakeCodeLengths()
182 nHeap--; in hbMakeCodeLengths()
191 if (yy > nHeap) { in hbMakeCodeLengths()
195 if ((yy < nHeap) in hbMakeCodeLengths()
211 heap[1] = heap[nHeap]; in hbMakeCodeLengths()
[all …]
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/sqlite/dist/orig/
Dsqlite3.c17165 int nHeap; /* Size of pHeap[] */ member
22768 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2; in memsys3Init()
23364 nByte = sqlite3GlobalConfig.nHeap; in memsys5Init()
40282 DWORD dwMaximumSize = (DWORD)sqlite3GlobalConfig.nHeap;
143872 sqlite3GlobalConfig.nHeap = va_arg(ap, int);
143990 sqlite3GlobalConfig.nHeap = va_arg(ap, int);
/external/sqlite/dist/
Dsqlite3.c17165 int nHeap; /* Size of pHeap[] */ member
22768 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2; in memsys3Init()
23364 nByte = sqlite3GlobalConfig.nHeap; in memsys5Init()
40298 DWORD dwMaximumSize = (DWORD)sqlite3GlobalConfig.nHeap;
143888 sqlite3GlobalConfig.nHeap = va_arg(ap, int);
144006 sqlite3GlobalConfig.nHeap = va_arg(ap, int);