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

/netbsd-current/external/bsd/bzip2/dist/
H A Dhuffman.c52 if (yy > nHeap) break; \
53 if (yy < nHeap && \
74 Int32 nNodes, nHeap, n1, n2, i, j, k; local
87 nHeap = 0;
95 nHeap++;
96 heap[nHeap] = i;
97 UPHEAP(nHeap);
100 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 );
102 while (nHeap > 1) {
103 n1 = heap[1]; heap[1] = heap[nHeap]; nHea
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib.c1888 if (yy > nHeap) break; \
1889 if (yy < nHeap && \
1910 Int32 nNodes, nHeap, n1, n2, i, j, k; local
1923 nHeap = 0;
1931 nHeap++;
1932 heap[nHeap] = i;
1933 UPHEAP(nHeap);
1936 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 );
1938 while (nHeap > 1) {
1939 n1 = heap[1]; heap[1] = heap[nHeap]; nHea
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c20133 int nHeap; /* Size of pHeap[] */ member in struct:Sqlite3Config
22851 0, /* nHeap */
[all...]

Completed in 515 milliseconds