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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmkext.c95 int lchild[N + 1], rchild[N + 257], parent[N + 1]; member in struct:encode_state
156 * For i = 0 to N - 1, rchild[i] and lchild[i] will be the right and left
159 * for 'not used.' For i = 0 to 255, rchild[N + i + 1] is the root of the
171 sp->rchild[i] = NIL;
192 sp->rchild[r] = sp->lchild[r] = NIL;
196 if (sp->rchild[p] != NIL)
197 p = sp->rchild[p];
199 sp->rchild[p] = r;
224 sp->rchild[r] = sp->rchild[
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_splay.c93 * left and right subtrees. ist_ltreep points to the rchild field
128 * If that is a problem, the tree could be changed from an lchild/rchild
158 * the left subtree, to the rchild field of its
175 ipc_tree_entry_t lchild, rchild; /* temp child pointers */ local
230 rchild = tree->ite_rchild;
231 if (rchild == ITE_NULL)
233 tname = rchild->ite_name;
236 (rchild->ite_rchild != ITE_NULL))
240 (rchild->ite_lchild != ITE_NULL))

Completed in 27 milliseconds