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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/bz/
H A Dhuffman.c61 if (yy > nHeap) \
63 if (yy < nHeap \
77 void DOWNHEAP1(int32_t *heap, int32_t *weight, int32_t nHeap) argument
84 if (yy > nHeap)
86 if (yy < nHeap
111 int32_t nNodes, nHeap, n1, n2, i, j, k; local
128 nHeap = 0;
136 nHeap++;
137 heap[nHeap] = i;
138 UPHEAP(nHeap);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/bz/
H A Dhuffman.c61 if (yy > nHeap) \
63 if (yy < nHeap \
77 void DOWNHEAP1(int32_t *heap, int32_t *weight, int32_t nHeap) argument
84 if (yy > nHeap)
86 if (yy < nHeap
111 int32_t nNodes, nHeap, n1, n2, i, j, k; local
128 nHeap = 0;
136 nHeap++;
137 heap[nHeap] = i;
138 UPHEAP(nHeap);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/bz/
H A Dhuffman.c61 if (yy > nHeap) \
63 if (yy < nHeap \
77 void DOWNHEAP1(int32_t *heap, int32_t *weight, int32_t nHeap) argument
84 if (yy > nHeap)
86 if (yy < nHeap
111 int32_t nNodes, nHeap, n1, n2, i, j, k; local
128 nHeap = 0;
136 nHeap++;
137 heap[nHeap] = i;
138 UPHEAP(nHeap);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dbzip2_inflate.c1728 if (yy > nHeap) break; \
1729 if (yy < nHeap && \
1749 Int32 nNodes, nHeap, n1, n2, i, j, k; local
1762 nHeap = 0;
1770 nHeap++;
1771 heap[nHeap] = i;
1772 UPHEAP(nHeap);
1775 AssertH( nHeap < (BZ_MAX_ALPHA_SIZE+2), 2001 );
1777 while (nHeap > 1) {
1778 n1 = heap[1]; heap[1] = heap[nHeap]; nHea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c10201 int nHeap; /* Size of pHeap[] */ member in struct:Sqlite3Config
11145 0, /* nHeap */
15055 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
15655 nByte = sqlite3GlobalConfig.nHeap;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c10201 int nHeap; /* Size of pHeap[] */ member in struct:Sqlite3Config
11145 0, /* nHeap */
15055 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
15655 nByte = sqlite3GlobalConfig.nHeap;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c10201 int nHeap; /* Size of pHeap[] */ member in struct:Sqlite3Config
11145 0, /* nHeap */
15055 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
15655 nByte = sqlite3GlobalConfig.nHeap;
[all...]

Completed in 874 milliseconds