Searched refs:rchild (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
178 * for 'not used.' For i = 0 to 255, rchild[N + i + 1] is the root of the
190 sp->rchild[i] = NIL;
211 sp->rchild[r] = sp->lchild[r] = NIL;
215 if (sp->rchild[p] != NIL)
216 p = sp->rchild[p];
218 sp->rchild[p] = r;
243 sp->rchild[r] = sp->rchild[
[all...]

Completed in 16 milliseconds