Home
last modified time | relevance | path

Searched defs:gparent (Results 1 – 4 of 4) sorted by relevance

/external/blktrace/
Drbtree.c73 struct rb_node *parent, *gparent; in rb_insert_color() local
/external/e2fsprogs/lib/ext2fs/
Drbtree.c73 struct rb_node *parent, *gparent; in ext2fs_rb_insert_color() local
/external/u-boot/lib/
Drbtree.c66 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java863 public static void showChain(String prefix, String gparent, String current) { in showChain()