Searched refs:lchild (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
192 sp->rchild[r] = sp->lchild[r] = NIL;
204 if (sp->lchild[p] != NIL)
205 p = sp->lchild[p];
207 sp->lchild[p] = r;
223 sp->lchild[r] = sp->lchild[p];
225 sp->parent[sp->lchild[p]] = r;
230 sp->lchild[s
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_splay.c95 * lchild field of the smallest entry in rtree. The pointed-to
128 * If that is a problem, the tree could be changed from an lchild/rchild
160 * into the right subtree, to the lchild field of its
175 ipc_tree_entry_t lchild, rchild; /* temp child pointers */ local
215 lchild = tree->ite_lchild;
216 if (lchild == ITE_NULL)
218 tname = lchild->ite_name;
221 (lchild->ite_lchild != ITE_NULL))
225 (lchild->ite_rchild != ITE_NULL))

Completed in 26 milliseconds