Searched refs:nHeap (Results 1 - 17 of 17) sorted by relevance

/external/bzip2/
H A Dhuffman.c50 if (yy > nHeap) break; \
51 if (yy < nHeap && \
72 Int32 nNodes, nHeap, n1, n2, i, j, k; local
85 nHeap = 0;
93 nHeap++;
94 heap[nHeap] = i;
95 UPHEAP(nHeap);
98 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 );
100 while (nHeap > 1) {
101 n1 = heap[1]; heap[1] = heap[nHeap]; nHea
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c3205 if (yy > nHeap) break; \
3206 if (yy < nHeap && \
3227 Int32 nNodes, nHeap, n1, n2, i, j, k; local
3240 nHeap = 0;
3248 nHeap++;
3249 heap[nHeap] = i;
3250 UPHEAP(nHeap);
3253 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 );
3255 while (nHeap > 1) {
3256 n1 = heap[1]; heap[1] = heap[nHeap]; nHea
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c3229 if (yy > nHeap) break; \
3230 if (yy < nHeap && \
3251 Int32 nNodes, nHeap, n1, n2, i, j, k; local
3264 nHeap = 0;
3272 nHeap++;
3273 heap[nHeap] = i;
3274 UPHEAP(nHeap);
3277 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 );
3279 while (nHeap > 1) {
3280 n1 = heap[1]; heap[1] = heap[nHeap]; nHea
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c3220 if (yy > nHeap) break; \
3221 if (yy < nHeap && \
3242 Int32 nNodes, nHeap, n1, n2, i, j, k; local
3255 nHeap = 0;
3263 nHeap++;
3264 heap[nHeap] = i;
3265 UPHEAP(nHeap);
3268 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 );
3270 while (nHeap > 1) {
3271 n1 = heap[1]; heap[1] = heap[nHeap]; nHea
[all...]
H A Dvarinfo6.c3258 if (yy > nHeap) break; \
3259 if (yy < nHeap && \
3280 Int32 nNodes, nHeap, n1, n2, i, j, k; local
3293 nHeap = 0;
3301 nHeap++;
3302 heap[nHeap] = i;
3303 UPHEAP(nHeap);
3306 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 );
3308 while (nHeap > 1) {
3309 n1 = heap[1]; heap[1] = heap[nHeap]; nHea
[all...]
/external/valgrind/main/perf/
H A Dbz2.c3220 if (yy > nHeap) break; \
3221 if (yy < nHeap && \
3242 Int32 nNodes, nHeap, n1, n2, i, j, k; local
3255 nHeap = 0;
3263 nHeap++;
3264 heap[nHeap] = i;
3265 UPHEAP(nHeap);
3268 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 );
3270 while (nHeap > 1) {
3271 n1 = heap[1]; heap[1] = heap[nHeap]; nHea
[all...]
H A Dtest_input_for_tinycc.c2752 Int32 nNodes, nHeap, n1, n2, i, j, k; local
2765 nHeap = 0;
2773 nHeap++;
2774 heap[nHeap] = i;
2775 { Int32 zz, tmp; zz = nHeap; tmp = heap[zz]; while (weight[tmp] < weight[heap[zz >> 1]]) { heap[zz] = heap[zz >> 1]; zz >>= 1; } heap[zz] = tmp; };
2778 { if (!(nHeap < (258 +2))) bz_internal_error ( 2001 ); };
2780 while (nHeap > 1) {
2781 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz = 1; tmp = heap[zz]; while (((Bool)1)) { yy = zz << 1; if (yy > nHeap) brea
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dmem5.c472 nByte = sqlite3GlobalConfig.nHeap;
H A Dmem3.c561 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
H A Dmain.c375 sqlite3GlobalConfig.nHeap = va_arg(ap, int);
H A DsqliteInt.h2430 int nHeap; /* Size of pHeap[] */ member in struct:Sqlite3Config
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10775 int nHeap; /* Size of pHeap[] */ member in struct:Sqlite3Config
11732 0, /* nHeap */
15669 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
16269 nByte = sqlite3GlobalConfig.nHeap;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12194 int nHeap; /* Size of pHeap[] */ member in struct:Sqlite3Config
13342 0, /* nHeap */
17663 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
18258 nByte = sqlite3GlobalConfig.nHeap;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12194 int nHeap; /* Size of pHeap[] */ member in struct:Sqlite3Config
13342 0, /* nHeap */
17663 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
18258 nByte = sqlite3GlobalConfig.nHeap;
[all...]

Completed in 1747 milliseconds