Home
last modified time | relevance | path

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

/freebsd/contrib/bzip2/
H A 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 …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c20203 int nHeap; /* Size of pHeap[] */ member
28025 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2; in memsys3Init()
28630 nByte = sqlite3GlobalConfig.nHeap; in memsys5Init()
48233 DWORD dwMaximumSize = (DWORD)sqlite3GlobalConfig.nHeap;
180369 sqlite3GlobalConfig.nHeap = va_arg(ap, int);
180490 sqlite3GlobalConfig.nHeap = va_arg(ap, int);