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

/macosx-10.10.1/bzip2-36/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...]
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11090 int nHeap; /* Size of pHeap[] */ member in struct:Sqlite3Config
12052 0, /* nHeap */
16060 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
16660 nByte = sqlite3GlobalConfig.nHeap;
[all...]

Completed in 345 milliseconds