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

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_rb.c380 unsigned int standin_other = standin_which ^ RB_DIR_OTHER;
396 standin_son = standin->rb_nodes[standin_other];
443 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other];
444 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);
446 * Use standin_other because we need to preserve standin_which
449 standin_other = standin_which;
456 standin->rb_nodes[standin_other] = self->rb_nodes[standin_other];
457 RB_SET_FATHER(standin->rb_nodes[standin_other], standi
375 unsigned int standin_other = standin_which ^ RB_DIR_OTHER; local
[all...]

Completed in 209 milliseconds