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

/darwin-on-arm/xnu/libkern/
H A Dmkext.c107 int lchild[N + 1], rchild[N + 257], parent[N + 1]; member in struct:encode_state
175 * For i = 0 to N - 1, rchild[i] and lchild[i] will be the right and left
211 sp->rchild[r] = sp->lchild[r] = NIL;
223 if (sp->lchild[p] != NIL)
224 p = sp->lchild[p];
226 sp->lchild[p] = r;
242 sp->lchild[r] = sp->lchild[p];
244 sp->parent[sp->lchild[p]] = r;
249 sp->lchild[s
[all...]

Completed in 16 milliseconds