Home
last modified time | relevance | path

Searched refs:uncle (Results 1 – 25 of 920) sorted by relevance

12345678910>>...37

/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Functions/
H A DFunctions.php847 return I18N::translateContext('father’s brother', 'uncle');
859 return I18N::translateContext('father’s sibling', 'aunt/uncle');
883 return I18N::translateContext('mother’s brother', 'uncle');
897 return I18N::translateContext('mother’s sibling', 'aunt/uncle');
903 return I18N::translateContext('parent’s brother', 'uncle');
915 return I18N::translateContext('parent’s sibling', 'aunt/uncle');
1564 return I18N::translate('great-great-aunt/uncle');
1594 return I18N::translate('great ×4 aunt/uncle');
1609 return I18N::translate('great ×5 aunt/uncle');
1624 return I18N::translate('great ×6 aunt/uncle');
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/regexp/
H A DREToken.java44 protected REToken uncle = null; field in REToken
56 uncle = anUncle; in setUncle()
65 if (uncle == null) { in next()
68 return uncle.match(input, mymatch); in next()
/dports/net-p2p/libswift/libswift-dc0cbcc/tests/
H A Dlivetreetest.cpp171 bin_t uncle = pos.sibling(); in do_download() local
172 bv.push_back(uncle); in do_download()
177 bin_t uncle = *iter; in do_download() local
178 fprintf(stderr,"test: Add %" PRIu32 " uncle %s\n", r, uncle.str().c_str()); in do_download()
179 umt->OfferHash(uncle,truthhashmap[uncle]); in do_download()
190 bin_t uncle = *iter; in do_download() local
191 fprintf(stderr,"test: Add %" PRIu32 " check verified %s\n", r, uncle.str().c_str()); in do_download()
192 Node *n = umt->FindNode(uncle); in do_download()
193 ASSERT_EQ(n->GetHash(),truthhashmap[uncle]); in do_download()
/dports/devel/p5-Tree-RedBlack/Tree-RedBlack-0.5/
H A DRedBlack.pm152 my $uncle = $node->parent->parent->right;
153 if ($uncle && $uncle->color) {
155 $uncle->color(0);
168 my $uncle = $node->parent->parent->left;
169 if ($uncle && $uncle->color) {
171 $uncle->color(0);
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Drb_tree.c71 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
72 if (uncle && uncle->rb_color == QRB_RED) { in rb_insert_color()
73 uncle->rb_color = QRB_BLACK; in rb_insert_color()
94 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
95 if (uncle && uncle->rb_color == QRB_RED) { in rb_insert_color()
96 uncle->rb_color = QRB_BLACK; in rb_insert_color()
/dports/benchmarks/fio/fio-3.29/lib/
H A Drbtree.c82 register struct fio_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 fio_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()
/dports/audio/cmus/cmus-2.9.1/
H A Drbtree.c83 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
84 if (uncle && rb_is_red(uncle)) in rb_insert_color()
86 rb_set_black(uncle); in rb_insert_color()
108 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
109 if (uncle && rb_is_red(uncle)) in rb_insert_color()
111 rb_set_black(uncle); in rb_insert_color()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/lib/
H A Drbtree.c83 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
84 if (uncle && rb_is_red(uncle)) in rb_insert_color()
86 rb_set_black(uncle); in rb_insert_color()
108 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
109 if (uncle && rb_is_red(uncle)) in rb_insert_color()
111 rb_set_black(uncle); in rb_insert_color()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/lib/
H A Drbtree.c83 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
84 if (uncle && rb_is_red(uncle)) in rb_insert_color()
86 rb_set_black(uncle); in rb_insert_color()
108 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
109 if (uncle && rb_is_red(uncle)) in rb_insert_color()
111 rb_set_black(uncle); in rb_insert_color()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/lib/
H A Drbtree.c83 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
84 if (uncle && rb_is_red(uncle)) in rb_insert_color()
86 rb_set_black(uncle); in rb_insert_color()
108 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
109 if (uncle && rb_is_red(uncle)) in rb_insert_color()
111 rb_set_black(uncle); in rb_insert_color()
/dports/devel/ctypes.sh/ctypes-sh-1.2/src/struct/
H A Drbtree.c70 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
71 if (uncle && rb_is_red(uncle)) in rb_insert_color()
73 rb_set_black(uncle); in rb_insert_color()
95 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
96 if (uncle && rb_is_red(uncle)) in rb_insert_color()
98 rb_set_black(uncle); in rb_insert_color()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/lib/
H A Drbtree.c83 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
84 if (uncle && rb_is_red(uncle)) in rb_insert_color()
86 rb_set_black(uncle); in rb_insert_color()
108 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
109 if (uncle && rb_is_red(uncle)) in rb_insert_color()
111 rb_set_black(uncle); in rb_insert_color()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/lib/
H A Drbtree.c83 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
84 if (uncle && rb_is_red(uncle)) in rb_insert_color()
86 rb_set_black(uncle); in rb_insert_color()
108 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
109 if (uncle && rb_is_red(uncle)) in rb_insert_color()
111 rb_set_black(uncle); in rb_insert_color()
/dports/sysutils/mcelog/mcelog-178/
H A Drbtree.c83 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
84 if (uncle && rb_is_red(uncle)) in rb_insert_color()
86 rb_set_black(uncle); in rb_insert_color()
108 struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
109 if (uncle && rb_is_red(uncle)) in rb_insert_color()
111 rb_set_black(uncle); in rb_insert_color()
/dports/lang/smalltalk/smalltalk-3.2.5/lib-src/
H A Drbtrees.c87 register rb_node_t *uncle = gparent->rb_right; in rb_rebalance() local
88 if (uncle && uncle->rb_color == RB_RED) in rb_rebalance()
90 uncle->rb_color = RB_BLACK; in rb_rebalance()
114 register rb_node_t *uncle = gparent->rb_left; in rb_rebalance() local
115 if (uncle && uncle->rb_color == RB_RED) in rb_rebalance()
117 uncle->rb_color = RB_BLACK; in rb_rebalance()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Drbtree.c82 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()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Drbtree.c82 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()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/lib/
H A Drbtree.c83 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
84 if (uncle && rb_is_red(uncle)) in rb_insert_color()
86 rb_set_black(uncle); in rb_insert_color()
108 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
109 if (uncle && rb_is_red(uncle)) in rb_insert_color()
111 rb_set_black(uncle); in rb_insert_color()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Drbtree.c82 register struct rb_node *uncle = gparent->rb_right;
83 if (uncle && ext2fs_rb_is_red(uncle))
85 ext2fs_rb_set_black(uncle);
107 register struct rb_node *uncle = gparent->rb_left;
108 if (uncle && ext2fs_rb_is_red(uncle))
110 ext2fs_rb_set_black(uncle);
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/lib/
H A Drbtree.c83 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
84 if (uncle && rb_is_red(uncle)) in rb_insert_color()
86 rb_set_black(uncle); in rb_insert_color()
108 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
109 if (uncle && rb_is_red(uncle)) in rb_insert_color()
111 rb_set_black(uncle); in rb_insert_color()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/consensus/ethash/
H A Dconsensus.go205 for _, uncle := range ancestor.Uncles() {
206 uncles.Add(uncle.Hash())
214 for _, uncle := range block.Uncles() {
216 hash := uncle.Hash()
226 if ancestors[uncle.ParentHash] == nil || uncle.ParentHash == block.ParentHash() {
229 if err := ethash.verifyHeader(chain, uncle, ancestors[uncle.ParentHash], true, true); err != nil {
245 if uncle {
297 if err := misc.VerifyForkHashes(chain.Config(), header, uncle); err != nil {
620 for _, uncle := range uncles {
621 r.Add(uncle.Number, big8)
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/consensus/ethash/
H A Dconsensus.go228 for _, uncle := range ancestor.Uncles() {
229 uncles.Add(uncle.Hash())
238 for _, uncle := range block.Uncles() {
240 hash := uncle.Hash()
250 if ancestors[uncle.ParentHash] == nil || uncle.ParentHash == block.ParentHash() {
253 …if err := ethash.verifyHeader(chain, uncle, ancestors[uncle.ParentHash], true, true, time.Now().Un…
269 if !uncle {
318 if err := misc.VerifyForkHashes(chain.Config(), header, uncle); err != nil {
657 for _, uncle := range uncles {
658 r.Add(uncle.Number, big8)
[all …]
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Drbtree.c82 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
83 if (uncle && uncle->rb_color == RB_RED) in rb_insert_color()
85 uncle->rb_color = RB_BLACK; in rb_insert_color()
107 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
108 if (uncle && uncle->rb_color == RB_RED) in rb_insert_color()
110 uncle->rb_color = RB_BLACK; in rb_insert_color()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Drbtree.c82 register struct rb_node *uncle = gparent->rb_right; in rb_insert_color() local
83 if (uncle && uncle->rb_color == RB_RED) in rb_insert_color()
85 uncle->rb_color = RB_BLACK; in rb_insert_color()
107 register struct rb_node *uncle = gparent->rb_left; in rb_insert_color() local
108 if (uncle && uncle->rb_color == RB_RED) in rb_insert_color()
110 uncle->rb_color = RB_BLACK; in rb_insert_color()
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5sec/its_a_tie/
H A Dits_a_tie.fzn16 var 1..3: uncle:: output_var;
47 array [1..4] of var int: relative = [daughter,father_in_law,3,uncle];
83 constraint int_lin_ne(X_INTRODUCED_14,[daughter,uncle],0);
85 constraint int_lin_ne(X_INTRODUCED_14,[father_in_law,uncle],0);
86 constraint int_lin_ne([-1],[uncle],-3);
105 constraint int_eq_reif(uncle,1,X_INTRODUCED_22):: defines_var(X_INTRODUCED_22);
106 constraint int_eq_reif(uncle,2,X_INTRODUCED_23):: defines_var(X_INTRODUCED_23);
107 constraint int_eq_reif(uncle,3,X_INTRODUCED_24):: defines_var(X_INTRODUCED_24);

12345678910>>...37