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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_rb.c422 * brother.
428 * Have our son/standin adopt his brother as his new son.
560 struct archive_rb_node *brother = parent->rb_nodes[other];
562 if (brother == NULL)
565 * For cases 1, 2a, and 2b, our brother's children must
569 && RB_BLACK_P(brother->rb_left)
570 && RB_BLACK_P(brother->rb_right)) {
571 if (RB_RED_P(brother)) {
573 * Case 1: Our brother is red, swap its
584 brother
555 struct archive_rb_node *brother = parent->rb_nodes[other]; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c1186 bfd_vma parent, brother, context;
1189 parse_int (&(ieee->h), &brother);
1184 bfd_vma parent, brother, context; local

Completed in 82 milliseconds