Home
last modified time | relevance | path

Searched refs:nHeap (Results 1 – 9 of 9) 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/valgrind/main/VEX/switchback/
Dtest_bzip2.c3205 if (yy > nHeap) break; \
3206 if (yy < nHeap && \
3227 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local
3240 nHeap = 0; in BZ2_hbMakeCodeLengths()
3248 nHeap++; in BZ2_hbMakeCodeLengths()
3249 heap[nHeap] = i; in BZ2_hbMakeCodeLengths()
3250 UPHEAP(nHeap); in BZ2_hbMakeCodeLengths()
3253 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 ); in BZ2_hbMakeCodeLengths()
3255 while (nHeap > 1) { in BZ2_hbMakeCodeLengths()
3256 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1); in BZ2_hbMakeCodeLengths()
[all …]
/external/valgrind/main/memcheck/tests/
Dorigin5-bz2.c3220 if (yy > nHeap) break; \
3221 if (yy < nHeap && \
3242 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local
3255 nHeap = 0; in BZ2_hbMakeCodeLengths()
3263 nHeap++; in BZ2_hbMakeCodeLengths()
3264 heap[nHeap] = i; in BZ2_hbMakeCodeLengths()
3265 UPHEAP(nHeap); in BZ2_hbMakeCodeLengths()
3268 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 ); in BZ2_hbMakeCodeLengths()
3270 while (nHeap > 1) { in BZ2_hbMakeCodeLengths()
3271 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1); in BZ2_hbMakeCodeLengths()
[all …]
Dvarinfo6.c3258 if (yy > nHeap) break; \
3259 if (yy < nHeap && \
3280 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local
3293 nHeap = 0; in BZ2_hbMakeCodeLengths()
3301 nHeap++; in BZ2_hbMakeCodeLengths()
3302 heap[nHeap] = i; in BZ2_hbMakeCodeLengths()
3303 UPHEAP(nHeap); in BZ2_hbMakeCodeLengths()
3306 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 ); in BZ2_hbMakeCodeLengths()
3308 while (nHeap > 1) { in BZ2_hbMakeCodeLengths()
3309 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1); in BZ2_hbMakeCodeLengths()
[all …]
/external/valgrind/main/exp-sgcheck/tests/
Dhackedbz2.c3229 if (yy > nHeap) break; \
3230 if (yy < nHeap && \
3251 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local
3264 nHeap = 0; in BZ2_hbMakeCodeLengths()
3272 nHeap++; in BZ2_hbMakeCodeLengths()
3273 heap[nHeap] = i; in BZ2_hbMakeCodeLengths()
3274 UPHEAP(nHeap); in BZ2_hbMakeCodeLengths()
3277 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 ); in BZ2_hbMakeCodeLengths()
3279 while (nHeap > 1) { in BZ2_hbMakeCodeLengths()
3280 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1); in BZ2_hbMakeCodeLengths()
[all …]
/external/valgrind/main/perf/
Dbz2.c3220 if (yy > nHeap) break; \
3221 if (yy < nHeap && \
3242 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local
3255 nHeap = 0; in BZ2_hbMakeCodeLengths()
3263 nHeap++; in BZ2_hbMakeCodeLengths()
3264 heap[nHeap] = i; in BZ2_hbMakeCodeLengths()
3265 UPHEAP(nHeap); in BZ2_hbMakeCodeLengths()
3268 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 ); in BZ2_hbMakeCodeLengths()
3270 while (nHeap > 1) { in BZ2_hbMakeCodeLengths()
3271 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; DOWNHEAP(1); in BZ2_hbMakeCodeLengths()
[all …]
Dtest_input_for_tinycc.c2752 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() local
2765 nHeap = 0; in BZ2_hbMakeCodeLengths()
2773 nHeap++; in BZ2_hbMakeCodeLengths()
2774 heap[nHeap] = i; in BZ2_hbMakeCodeLengths()
2775 …{ Int32 zz, tmp; zz = nHeap; tmp = heap[zz]; while (weight[tmp] < weight[heap[zz >> 1]]) { heap[zz… in BZ2_hbMakeCodeLengths()
2778 { if (!(nHeap < (258 +2))) bz_internal_error ( 2001 ); }; in BZ2_hbMakeCodeLengths()
2780 while (nHeap > 1) { in BZ2_hbMakeCodeLengths()
2781 …1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz = 1; tmp = heap[zz]; while (((Bool)1)) { yy = z… in BZ2_hbMakeCodeLengths()
2782 …1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz = 1; tmp = heap[zz]; while (((Bool)1)) { yy = z… in BZ2_hbMakeCodeLengths()
2787 nHeap++; in BZ2_hbMakeCodeLengths()
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c11347 int nHeap; /* Size of pHeap[] */ member
16548 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2; in memsys3Init()
17148 nByte = sqlite3GlobalConfig.nHeap; in memsys5Init()
112834 sqlite3GlobalConfig.nHeap = va_arg(ap, int);
/external/sqlite/dist/
Dsqlite3.c11347 int nHeap; /* Size of pHeap[] */ member
16548 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2; in memsys3Init()
17148 nByte = sqlite3GlobalConfig.nHeap; in memsys5Init()
112847 sqlite3GlobalConfig.nHeap = va_arg(ap, int);