Searched refs:rchild (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/
H A Dmkext.c91 int lchild[N + 1], rchild[N + 257], parent[N + 1]; member in struct:encode_state
159 * For i = 0 to N - 1, rchild[i] and lchild[i] will be the right and left
162 * for 'not used.' For i = 0 to 255, rchild[N + i + 1] is the root of the
174 sp->rchild[i] = NIL;
195 sp->rchild[r] = sp->lchild[r] = NIL;
199 if (sp->rchild[p] != NIL)
200 p = sp->rchild[p];
202 sp->rchild[p] = r;
227 sp->rchild[r] = sp->rchild[
[all...]
/macosx-10.10.1/kext_tools-384.1.4/
H A Dcompression.c76 int lchild[N + 1], rchild[N + 257], parent[N + 1]; member in struct:encode_state
140 * For i = 0 to N - 1, rchild[i] and lchild[i] will be the right and left
143 * for 'not used.' For i = 0 to 255, rchild[N + i + 1] is the root of the
155 sp->rchild[i] = NIL;
176 sp->rchild[r] = sp->lchild[r] = NIL;
180 if (sp->rchild[p] != NIL)
181 p = sp->rchild[p];
183 sp->rchild[p] = r;
208 sp->rchild[r] = sp->rchild[
[all...]
H A Dmkext.c82 int lchild[N + 1], rchild[N + 257], parent[N + 1]; member in struct:encode_state
143 * For i = 0 to N - 1, rchild[i] and lchild[i] will be the right and left
146 * for 'not used.' For i = 0 to 255, rchild[N + i + 1] is the root of the
158 sp->rchild[i] = NIL;
179 sp->rchild[r] = sp->lchild[r] = NIL;
183 if (sp->rchild[p] != NIL)
184 p = sp->rchild[p];
186 sp->rchild[p] = r;
211 sp->rchild[r] = sp->rchild[
[all...]
/macosx-10.10.1/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_split.c84 PAGE *h, *l, *r, *lchild, *rchild; local
146 rchild = r;
172 switch (rchild->flags & P_TYPE) {
174 bi = GETBINTERNAL(rchild, 0);
178 bl = GETBLEAF(rchild, 0);
204 LIBC_ABORT("illegal rchild->flags & P_TYPE (0x%x)", rchild->flags & P_TYPE);
225 switch (rchild->flags & P_TYPE) {
230 ((BINTERNAL *)dest)->pgno = rchild->pgno;
236 rchild
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dtsearch.c198 #define rchild link.rh.__rght macro
208 { if(!obj->lchild && !obj->rchild)
215 if(obj->rchild)
216 _twalk((Tree_t*)obj->rchild,action,level+1);
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_split.c698 __bam_pinsert(dbc, parent, split, lchild, rchild, flags)
702 PAGE *lchild, *rchild;
729 !LF_ISSET(BPI_SPACEONLY) ? __bam_total(dbp, rchild) : 0;
774 bi.pgno = rchild->pgno;
791 bi.pgno = rchild->pgno;
863 bi.pgno = rchild->pgno;
898 bi.pgno = rchild->pgno;
923 ri.pgno = rchild->pgno;

Completed in 143 milliseconds