/external/blktrace/ |
D | rbtree.c | 82 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local 83 if (uncle && rb_is_red(uncle)) in rb_insert_color() 85 rb_set_black(uncle); in rb_insert_color() 107 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local 108 if (uncle && rb_is_red(uncle)) in rb_insert_color() 110 rb_set_black(uncle); in rb_insert_color()
|
/external/e2fsprogs/lib/ext2fs/ |
D | rbtree.c | 82 register struct rb_node *uncle = gparent->rb_right; in ext2fs_rb_insert_color() local 83 if (uncle && ext2fs_rb_is_red(uncle)) in ext2fs_rb_insert_color() 85 ext2fs_rb_set_black(uncle); in ext2fs_rb_insert_color() 107 register struct rb_node *uncle = gparent->rb_left; in ext2fs_rb_insert_color() local 108 if (uncle && ext2fs_rb_is_red(uncle)) in ext2fs_rb_insert_color() 110 ext2fs_rb_set_black(uncle); in ext2fs_rb_insert_color()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | different-loops-recs.ll | 571 ; CHECK: %uncle = phi i64 [ %uncle.outer.next, %uncle.loop.backedge ], [ 0, %outer.loop ] 572 ; CHECK-NEXT: --> {0,+,1}<%uncle.loop> 573 ; CHECK: %iv1 = phi i64 [ %iv1.next, %guarded ], [ 0, %uncle.loop ] 579 ; CHECK: %uncle.outer.next = add i64 %uncle, 1 580 ; CHECK-NEXT: --> {1,+,1}<%uncle.loop> 594 br label %uncle.loop 596 uncle.loop: ; preds = %uncle.loop.backedge, %outer.loop 597 %uncle = phi i64 [ %uncle.outer.next, %uncle.loop.backedge ], [ 0, %outer.loop ] 600 loop1: ; preds = %guarded, %uncle.loop 601 %iv1 = phi i64 [ %iv1.next, %guarded ], [ 0, %uncle.loop ] [all …]
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | rbt.c | 719 rb_node *uncle; in rbtree_insert_fixup() local 735 uncle = grandparent->right; in rbtree_insert_fixup() 737 if (uncle && uncle->color == red) { in rbtree_insert_fixup() 745 uncle->color = black; in rbtree_insert_fixup() 777 uncle = grandparent->left; in rbtree_insert_fixup() 779 if (uncle && uncle->color == red) { in rbtree_insert_fixup() 786 uncle->color = black; in rbtree_insert_fixup()
|
/external/f2fs-tools/fsck/ |
D | dict.c | 546 dnode_t *parent = nil, *uncle, *grandpa; in dict_insert() local 588 uncle = grandpa->right; in dict_insert() 589 if (uncle->color == dnode_red) { /* red parent, red uncle */ in dict_insert() 591 uncle->color = dnode_black; in dict_insert() 608 uncle = grandpa->left; in dict_insert() 609 if (uncle->color == dnode_red) { in dict_insert() 611 uncle->color = dnode_black; in dict_insert()
|
/external/e2fsprogs/lib/support/ |
D | dict.c | 570 dnode_t *parent = nil, *uncle, *grandpa; in dict_insert() local 612 uncle = grandpa->right; in dict_insert() 613 if (uncle->color == dnode_red) { /* red parent, red uncle */ in dict_insert() 615 uncle->color = dnode_black; in dict_insert() 632 uncle = grandpa->left; in dict_insert() 633 if (uncle->color == dnode_red) { in dict_insert() 635 uncle->color = dnode_black; in dict_insert()
|
/external/ltp/doc/ |
D | style-guide.txt | 221 "across. But my uncle told me about a few that... they'd swim "
|
/external/brotli/tests/testdata/ |
D | asyoulik.txt | 230 less beloved of her uncle than his own daughter; and 325 that I love thee. If my uncle, thy banished father, 326 had banished thy uncle, the duke my father, so thou 698 And here detain'd by her usurping uncle, 793 ROSALIND Me, uncle? 805 As I do trust I am not--then, dear uncle, 884 CELIA To seek my uncle in the forest of Arden. 2250 religious uncle of mine taught me to speak, who was 2279 ROSALIND There is none of my uncle's marks upon you: he 3860 Of many desperate studies by his uncle,
|
/external/hyphenation-patterns/en-US/ |
D | ushyphex.tex | 435 grand-uncle
|
D | hyph-en-us.hyp.txt | 436 grand-uncle
|
/external/libcxx/include/ |
D | __tree | 352 // __w is __x's possibly null uncle (will become __x's sibling)
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 19436 大爺 < uncle; 34081 大爺 > uncle; 34931 叔父 > uncle;
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 169404 uncle %41956 ˈəŋkəl 169405 uncle sam sæm 169406 uncle's %38256 ˈəŋkəlz
|
D | internal_raw_IPA-old.txt | 202745 uncle %35489 ˈəŋkəl 202746 uncle sam sæm 202747 uncle's ˈəŋkəlz
|