Searched refs:right (Results 1 - 25 of 149) sorted by relevance

123456

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddes.c404 #define INITIAL_PERMUTATION(left, temp, right) \
405 DO_PERMUTATION(left, temp, right, 4, 0x0f0f0f0f) \
406 DO_PERMUTATION(left, temp, right, 16, 0x0000ffff) \
407 DO_PERMUTATION(right, temp, left, 2, 0x33333333) \
408 DO_PERMUTATION(right, temp, left, 8, 0x00ff00ff) \
409 right = (right << 1) | (right >> 31); \
410 temp = (left ^ right) & 0xaaaaaaaa; \
411 right
488 u32 left, right, work; local
617 u32 left, right, work; local
706 u32 left, right, work; local
759 int i, left, right, middle, cmp_result; local
[all...]
/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddtrenew.c50 { if(!e->right ) /* make left child the new root */
52 else /* make right child the new root */
53 { dt->data->here = e->right;
55 /* merge left subtree to right subtree */
57 { for(t = e->right; t->left; t = t->left)
66 *s = e->right;
68 { for(; t->right != e; t = t->right)
70 t->right = e->right;
[all...]
H A Ddtflatten.c48 last->right = t;
50 while(last->right)
51 last = last->right;
61 for(list = last = r, r = r->right; r; last = r, r = r->right)
66 last->right = r;
H A Ddttreeset.c44 l = l->right;
46 mid = l->right; l->right = NIL(Dtlink_t*);
48 mid->right = treebalance(mid->right, size - (n + 1));
H A Ddthdr.h68 #define rrotate(x,y) ((x)->left = (y)->right, (y)->right = (x))
69 #define lrotate(x,y) ((x)->right = (y)->left, (y)->left = (x))
71 #define llink(l,x) ((l) = (l)->right = (x) )
H A Ddttree.c63 t = root->right;
77 { while((t = root->right) )
90 /* note that link.right is LEFT tree and link.left is RIGHT tree */
102 l->right = root->left;
103 r->left = root->right;
133 if(!(t = cmp < 0 ? t->left : t->right) )
150 root = t->right;
154 { t = root->right;
158 root = t->right;
190 if(!(root = t->right) )
[all...]
H A Ddthash.c86 { r = t->right;
91 p->right = r;
93 t->right = *is; *is = t;
138 { r = t->right;
156 for(; t->right; t = t->right)
172 for(p = NIL(Dtlink_t*), t = *s; t; p = t, t = t->right)
208 for(p = NIL(Dtlink_t*); t; p = t, t = t->right)
226 p->right = t->right;
[all...]
H A Ddtlist.c65 { t = r->right;
100 t->left->right = r;
101 r->right = t;
108 r->right = t = dt->data->head;
118 { t->left->right = r;
126 r->right = NIL(Dtlink_t*);
138 for(r = dt->data->head; r; r = r->right)
151 if(r->right)
152 r->right->left = r->left;
154 { dt->data->head = r->right;
[all...]
H A Ddtsize.c35 { return e ? treecount(e->left) + treecount(e->right) + 1 : 0;
54 { for(size = 0, t = dt->data->head; t; t = t->right)
H A Ddtrestore.c62 list = t->right;
63 t->right = NIL(Dtlink_t*);
70 { t = list->right;
H A Ddtmethod.c72 for(t = r->right; t; r = t, t = t->right )
82 { r = list->right;
95 { r = list->right;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddes.c410 #define INITIAL_PERMUTATION(left, temp, right) \
411 DO_PERMUTATION(left, temp, right, 4, 0x0f0f0f0f) \
412 DO_PERMUTATION(left, temp, right, 16, 0x0000ffff) \
413 DO_PERMUTATION(right, temp, left, 2, 0x33333333) \
414 DO_PERMUTATION(right, temp, left, 8, 0x00ff00ff) \
415 right = (right << 1) | (right >> 31); \
416 temp = (left ^ right) & 0xaaaaaaaa; \
417 right
494 u32 left, right, work; local
623 u32 left, right, work; local
740 u32 left, right, work; local
793 int i, left, right, middle, cmp_result; local
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dtree.c111 RET(tree_srch(&(**ppr_tree).right,
164 if (!tree_trav(&(**ppr_tree).right, pfi_uar))
174 tree_mung(&(**ppr_tree).right, pfv_uar);
200 (*ppr)->right = NULL;
222 /* right branch WAS longer; bal is ok now */
238 (*ppr)->left = p1->right;
239 p1->right = *ppr;
245 p2 = p1->right;
246 p1->right = p2->left;
249 (*ppr)->left = p2->right;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dqq.t14 my($left, $right) = @_;
16 if ($left eq $right) {
21 foreach ($left, $right) {
30 ), $test++, $left, $right;
H A Dwrite.t97 $right =
108 if (cat('Op_write.tmp') eq $right)
136 $right =
150 if (cat('Op_write.tmp') eq $right)
179 $right =
194 if (cat('Op_write.tmp') eq $right)
246 $right =
249 if (cat('Op_write.tmp') eq $right)
298 $right = " 12.95 00012.95\n";
299 if (cat('Op_write.tmp') eq $right)
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Doverlap.c56 top, bottom, left, right; local
72 left = _MAX(sbx, dbx); right = _MIN(sex, dex);
75 dey = bottom - dby - 1; dex = right - dbx - 1;
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dsendkey.c45 {"right-shift", 0, 0, N_("press right shift"), "[on|off]", ARG_TYPE_STRING},
52 {"right-alt", 0, 0, N_("press right alt"), "[on|off]", ARG_TYPE_STRING},
54 {"right-ctrl", 0, 0, N_("press right ctrl"), "[on|off]", ARG_TYPE_STRING},
171 {"right", 0, 0xe0, 0, 0x4d}
243 /* Transform "any ctrl" to "right ctrl" flag. */
247 /* Transform "any alt" to "right alt" flag. */
253 /* Transform "right ctr
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dst-dump.pl21 my ($num, $left, $right, $name) = @_;
22 my $ok = ((defined $left) ? $left == $right : undef);
24 print "# Expected $right\n";
/osnet-11/usr/src/lib/libeti/form/common/
H A Dfieldtype.c50 #define TypeR(t) ((t)->right)
68 (FIELDTYPE *) 0, /* right */
96 link_fieldtype(FIELDTYPE *left, FIELDTYPE *right) argument
100 if ((left || right) && Alloc(t, FIELDTYPE)) {
105 if (Status(left, ARGS) || Status(right, ARGS))
108 if (Status(left, CHOICE) || Status(right, CHOICE))
112 TypeR(t) = right;
114 IncrType(right); /* increment reference count */
/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dtree.h44 struct tree_s *left, *right; member in struct:tree_s
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.t114 # "wrong" and "right" may change if SelfLoader is changed.
116 my %right = ( Parent => 'Parent', Child => 'Child' );
120 %right = ( Parent => "Parent\n", Child => "Child\n" );
125 my ($left, $right) = @_;
127 # warn "$key $val $$right{$key}";
129 unless $val eq $$right{$key};
202 if (&fail (\%right, \%output)) {
203 print "not ok 9\n", &faildump (\%right, \%output);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A Dsocketpair.t92 my @right = ("perl ", "rules!"); # Not like I'm trying to bias any survey here.
98 foreach (@right) {
99 # is (syswrite (RIGHT, $_), length $_, "write " . _qq ($_) . " to right");
100 is (syswrite (RIGHT, $_), length $_, "syswrite to right");
105 $expect = join '', @right;
111 is (read (RIGHT, $buffer, length $expect), length $expect, "read on right");
119 local $SIG{ALRM} = sub { warn "EOF on right took over 3 seconds" };
124 ok (eof RIGHT, "right is at EOF");
154 is (syswrite (RIGHT, $_), length $_, "syswrite to right");
165 ok (close RIGHT, "close right");
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c86 FTSENT* right; /* right child */ \
254 #define RROTATE(r) (t = r->left, r->left = t->right, t->right = r, r = t)
255 #define LROTATE(r) (t = r->right, r->right = t->left, t->left = r, r = t)
263 register FTSENT* right; local
267 left = right = lroot = rroot = 0;
286 * stick all things > e to the right tree
289 if (right)
350 register FTSENT* right; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.h264 #define dPOPXssrl(X) SV *right = POPs; SV *left = CAT2(X,s)
265 #define dPOPXnnrl(X) NV right = POPn; NV left = CAT2(X,n)
266 #define dPOPXiirl(X) IV right = POPi; IV left = CAT2(X,i)
271 NV right = POPn; \
275 IV right = POPi; \
327 SV* right= *(sp); SV* left= *(sp-1);\
328 if ((SvAMAGIC(left)||SvAMAGIC(right))&&\
330 right, \
343 #define AMG_CALLbinL(left,right,meth) \
344 amagic_call(left,right,CAT
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtest.c461 int test_binop(Shell_t *shp,register int op,const char *left,const char *right) argument
468 while(*right=='0')
469 right++;
471 rnum = sh_arith(shp,right);
480 return(test_strmatch(left, right));
482 return(!test_strmatch(left, right));
484 return(strcoll(left, right)>0);
486 return(strcoll(left, right)<0);
488 return(strcmp(left, right)==0);
490 return(strcmp(left, right)!
[all...]

Completed in 265 milliseconds

123456