Searched refs:left (Results 1 - 25 of 1523) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_118.c9 int_shl_uint(int left, unsigned int right) argument
11 return left << right;
15 int_shr_uint(int left, unsigned int right) argument
18 return left >> right;
22 int_shl_int(int left, int right) argument
24 return left << right;
H A Dgcc_init_compound_literal.c34 struct node *left; member in struct:node
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pe/
H A Dexports.s1 # Deliberately left empty.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dblank.s1 @ this file left intentionally blank
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dblank.s1 @ this file left intentionally blank
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dblank.s1 # this file left intentionally blank
/netbsd-current/sys/arch/hppa/spmath/
H A Dhppa.h44 #define Shiftdouble(left,right,amount,dest) \
45 /* int left, right, amount, dest; */ \
46 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount))
49 #define Variableshiftdouble(left,right,amount,dest) \
50 /* unsigned int left, right; int amount, dest; */ \
52 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \
56 #define Variable_shift_double(left,right,amount,dest) \
57 /* unsigned int left, right; int amount, dest; */ \
58 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
H A Dsfcmp.c57 register unsigned int left, right; local
61 left = *leftptr;
66 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
72 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
73 && Sgl_isnotzero_mantissa(left)
74 && (Exception(cond) || Sgl_isone_signaling(left)))
90 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
91 && Sgl_isnotzero_mantissa(left))
104 Sgl_xortointp1(left,right,xorresult);
107 /* left negativ
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_cb.c25 int left; local
31 left = BIO_snprintf(buf, sizeof(buf), "BIO[%p]: ", (void *)bio);
34 if (left < 0)
35 left = 0;
36 p = buf + left;
37 left = sizeof(buf) - left;
41 BIO_snprintf(p, left, "Free - %s\n", bio->method->name);
45 BIO_snprintf(p, left, "read(%d,%zu) - %s fd=%d\n",
49 BIO_snprintf(p, left, "rea
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dsplay-tree.c41 /* Rotate the edge joining the left child N with its parent P. PP is the
50 p->left = tmp;
61 tmp = n->left;
62 n->left = p;
88 c = n->left;
94 /* Next one left or right? If found or no child, we're done
98 || (cmp2 < 0 && !c->left)
111 rotate_left (&n->left, c, c->left);
112 rotate_left (&sp->root, n, n->left);
177 splay_tree_node left, right; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dsplay-tree.c41 /* Rotate the edge joining the left child N with its parent P. PP is the
50 p->left = tmp;
61 tmp = n->left;
62 n->left = p;
88 c = n->left;
94 /* Next one left or right? If found or no child, we're done
98 || (cmp2 < 0 && !c->left)
111 rotate_left (&n->left, c, c->left);
112 rotate_left (&sp->root, n, n->left);
177 splay_tree_node left, right; local
[all...]
/netbsd-current/usr.bin/m4/
H A Dparser.y32 %left LOR
33 %left LAND
34 %left '|'
35 %left '^'
36 %left '&'
37 %left EQ NE
38 %left '<' LE '>' GE
39 %left LSHIFT RSHIFT
40 %left '+' '-'
41 %left '*' '/' '
[all...]
/netbsd-current/usr.bin/msgc/
H A Dmsgdb.h48 struct id_rec *left, *right; member in struct:id_rec
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbio_cb.c24 int len, left; local
35 left = sizeof(buf) - len;
39 BIO_snprintf(p, left, "Free - %s\n", bio->method->name);
43 BIO_snprintf(p, left, "read(%d,%lu) - %s fd=%d\n",
47 BIO_snprintf(p, left, "read(%d,%lu) - %s\n",
52 BIO_snprintf(p, left, "write(%d,%lu) - %s fd=%d\n",
56 BIO_snprintf(p, left, "write(%d,%lu) - %s\n",
60 BIO_snprintf(p, left, "puts() - %s\n", bio->method->name);
63 BIO_snprintf(p, left, "gets(%lu) - %s\n", (unsigned long)argi,
67 BIO_snprintf(p, left, "ctr
[all...]
/netbsd-current/external/bsd/byacc/dist/test/
H A Derr_syntax11.y8 %left '|'
/netbsd-current/usr.bin/make/unit-tests/
H A Ddeptgt-suffixes.exp6 # ".src-left" (num 2, ref 2)
12 # From: .src-left
14 # ".tgt-left" (num 4, ref 2)
19 # To: .tgt-left
23 .src-left.tgt-right:
26 .src-right.tgt-left:
29 : Making deptgt-suffixes.src-left out of nothing.
30 : Making deptgt-suffixes.tgt-right from deptgt-suffixes.src-left.
32 : Making deptgt-suffixes.tgt-left from deptgt-suffixes.src-right.
/netbsd-current/usr.bin/menuc/
H A Davl.c43 * struct id_rec *left, *right; / * Tree pointers. * /
81 return find_id (tree->left, id);
100 new_id->left = NULL;
109 /* Insert it on the left. */
110 if (insert_id (&((*root)->left), new_id))
123 B = (*root)->left;
127 A->left = B->right;
137 B->right = (*root)->left;
138 A->left = (*root)->right;
139 (*root)->left
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dbbt.c63 /* Rotate the treap left. */
71 t->right = t->right->left;
72 temp->left = t;
85 temp = t->left;
86 t->left = t->left->right;
108 t->left = insert (new_bbt, t->left, compare);
109 if (t->priority < t->left->priority)
145 if (t->left
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dbbt.cc63 /* Rotate the treap left. */
71 t->right = t->right->left;
72 temp->left = t;
85 temp = t->left;
86 t->left = t->left->right;
108 t->left = insert (new_bbt, t->left, compare);
109 if (t->priority < t->left->priority)
145 if (t->left
[all...]
/netbsd-current/common/dist/zlib/contrib/blast/
H A Dblast.c46 unsigned left; /* available input at in */ member in struct:state
70 * bit buffer, using shift left.
79 if (s->left == 0) {
80 s->left = s->infun(s->inhow, &(s->in));
81 if (s->left == 0) longjmp(s->env, 1); /* out of input */
84 s->left--;
88 /* drop need bits and update buffer, always zero to seven bits left */
137 int left; /* bits left in next or left t local
195 int left; /* number of possible codes left of current length */ local
383 blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, unsigned *left, unsigned char **in) argument
449 unsigned left; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/blast/
H A Dblast.c46 unsigned left; /* available input at in */ member in struct:state
70 * bit buffer, using shift left.
79 if (s->left == 0) {
80 s->left = s->infun(s->inhow, &(s->in));
81 if (s->left == 0) longjmp(s->env, 1); /* out of input */
84 s->left--;
88 /* drop need bits and update buffer, always zero to seven bits left */
137 int left; /* bits left in next or left t local
195 int left; /* number of possible codes left of current length */ local
383 blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, unsigned *left, unsigned char **in) argument
449 unsigned left; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/blast/
H A Dblast.c46 unsigned left; /* available input at in */ member in struct:state
70 * bit buffer, using shift left.
79 if (s->left == 0) {
80 s->left = s->infun(s->inhow, &(s->in));
81 if (s->left == 0) longjmp(s->env, 1); /* out of input */
84 s->left--;
88 /* drop need bits and update buffer, always zero to seven bits left */
137 int left; /* bits left in next or left t local
195 int left; /* number of possible codes left of current length */ local
383 blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, unsigned *left, unsigned char **in) argument
449 unsigned left; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/blast/
H A Dblast.c46 unsigned left; /* available input at in */ member in struct:state
70 * bit buffer, using shift left.
79 if (s->left == 0) {
80 s->left = s->infun(s->inhow, &(s->in));
81 if (s->left == 0) longjmp(s->env, 1); /* out of input */
84 s->left--;
88 /* drop need bits and update buffer, always zero to seven bits left */
137 int left; /* bits left in next or left t local
195 int left; /* number of possible codes left of current length */ local
383 blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, unsigned *left, unsigned char **in) argument
449 unsigned left; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/blast/
H A Dblast.c46 unsigned left; /* available input at in */ member in struct:state
70 * bit buffer, using shift left.
79 if (s->left == 0) {
80 s->left = s->infun(s->inhow, &(s->in));
81 if (s->left == 0) longjmp(s->env, 1); /* out of input */
84 s->left--;
88 /* drop need bits and update buffer, always zero to seven bits left */
137 int left; /* bits left in next or left t local
195 int left; /* number of possible codes left of current length */ local
383 blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, unsigned *left, unsigned char **in) argument
449 unsigned left; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dtu_local.h21 const char *left, const char *right,
26 const char *left, const char *right,
32 const char *left, const char *right,
37 const char *left, const char *right,
42 const char *left, const char *right,

Completed in 345 milliseconds

1234567891011>>