Searched refs:left (Results 26 - 50 of 748) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/bin/sh/
H A Darith.y68 %left ARITH_OR
69 %left ARITH_AND
70 %left ARITH_BOR
71 %left ARITH_BXOR
72 %left ARITH_BAND
73 %left ARITH_EQ ARITH_NE
74 %left ARITH_LT ARITH_GT ARITH_GE ARITH_LE
75 %left ARITH_LSHIFT ARITH_RSHIFT
76 %left ARITH_ADD ARITH_SUB
77 %left ARITH_MU
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Daes-omac1.c54 size_t i, e, left, total_len; local
64 left = total_len;
70 while (left >= AES_BLOCK_SIZE) {
79 if (left > AES_BLOCK_SIZE)
81 left -= AES_BLOCK_SIZE;
88 if (left || total_len == 0) {
89 for (i = 0; i < left; i++) {
97 cbc[left] ^= 0x80;
H A Dsha1-pbkdf2.c85 size_t left = buflen, plen; local
88 while (left > 0) {
93 plen = left > SHA1_MAC_LEN ? SHA1_MAC_LEN : left;
96 left -= plen;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum_examples.C13 enum direction { left='l', right='r' }; enumerator in enum:direction
18 d = left;
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_decoder.h132 uint32_t left = my_min(dict_avail, *len); local
133 *len -= left;
138 if (distance < left) {
144 } while (--left > 0);
150 left);
151 dict->pos += left;
162 if (copy_size < left) {
166 copy_size = left - copy_size;
171 left);
172 dict->pos += left;
203 dict_write(lzma_dict *restrict dict, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, size_t *restrict left) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dsplay-tree.c84 deallocated, we just need to process left and right. */
86 if (active->left)
88 KDEL (active->left->key);
89 VDEL (active->left->value);
90 active->left->key = (splay_tree_key)pending;
91 pending = (splay_tree_node)(active->left);
110 /* Rotate the edge joining the left child N with its parent P. PP is the
119 p->left = tmp;
130 tmp = n->left;
131 n->left
394 splay_tree_node left, right; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dsplay-tree.c83 deallocated, we just need to process left and right. */
85 if (active->left)
87 KDEL (active->left->key);
88 VDEL (active->left->value);
89 active->left->key = (splay_tree_key)pending;
90 pending = (splay_tree_node)(active->left);
109 /* Rotate the edge joining the left child N with its parent P. PP is the
118 p->left = tmp;
129 tmp = n->left;
130 n->left
353 splay_tree_node left, right; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dsplay-tree.c84 deallocated, we just need to process left and right. */
86 if (active->left)
88 KDEL (active->left->key);
89 VDEL (active->left->value);
90 active->left->key = (splay_tree_key)pending;
91 pending = (splay_tree_node)(active->left);
110 /* Rotate the edge joining the left child N with its parent P. PP is the
119 p->left = tmp;
130 tmp = n->left;
131 n->left
420 splay_tree_node left, right; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dsplay-tree.c83 deallocated, we just need to process left and right. */
85 if (active->left)
87 KDEL (active->left->key);
88 VDEL (active->left->value);
89 active->left->key = (splay_tree_key)pending;
90 pending = (splay_tree_node)(active->left);
109 /* Rotate the edge joining the left child N with its parent P. PP is the
118 p->left = tmp;
129 tmp = n->left;
130 n->left
353 splay_tree_node left, right; local
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dgzjoin.c82 unsigned left; /* bytes remaining at next */ member in struct:__anon51
114 in->left = 0;
128 if (in->left != 0)
132 len = (long)read(in->fd, in->buf + in->left, CHUNK - in->left);
135 in->left += (unsigned)len;
136 } while (len != 0 && in->left < CHUNK);
141 #define bget(in) (in->left ? 0 : bload(in), \
142 in->left ? (in->left
177 unsigned left; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dgzjoin.c80 unsigned left; /* bytes remaining at next */ member in struct:__anon42
112 in->left = 0;
126 if (in->left != 0)
130 len = (long)read(in->fd, in->buf + in->left, CHUNK - in->left);
133 in->left += (unsigned)len;
134 } while (len != 0 && in->left < CHUNK);
139 #define bget(in) (in->left ? 0 : bload(in), \
140 in->left ? (in->left
175 unsigned left; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dmep-relocs.pl104 my ($bits, $left, $right, $ci, $c, $cv);
106 $left = 0;
110 $left++;
112 $left = 0;
123 return ($bits, $left, $right, $mask, $rmask);
134 ($bits, $left, $right, $mask) = mask2shifts ($mask);
143 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
177 ($bits, $left, $right, $mask, $rmask) = mask2shifts ($mask);
178 if ($left > $right) { $left
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dmep-relocs.pl104 my ($bits, $left, $right, $ci, $c, $cv);
106 $left = 0;
110 $left++;
112 $left = 0;
123 return ($bits, $left, $right, $mask, $rmask);
134 ($bits, $left, $right, $mask) = mask2shifts ($mask);
143 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
177 ($bits, $left, $right, $mask, $rmask) = mask2shifts ($mask);
178 if ($left > $right) { $left
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dutil.c179 size_t left = sizeof(bufs[slot]); local
185 my_snprintf(&pos, &left, "%'u", (unsigned int)value);
187 my_snprintf(&pos, &left, "%u", (unsigned int)value);
199 my_snprintf(&pos, &left, "%'.1f", d);
201 my_snprintf(&pos, &left, "%.1f", d);
205 my_snprintf(&pos, &left, " %s", suffix[unit]);
209 snprintf(pos, left, " (%'" PRIu64 " B)", value);
211 snprintf(pos, left, " (%" PRIu64 " B)", value);
219 my_snprintf(char **pos, size_t *left, const char *fmt, ...) argument
223 const int len = vsnprintf(*pos, *left, fm
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/test/
H A Dcalc.y16 %left '|'
17 %left '&'
18 %left '+' '-'
19 %left '*' '/' '%'
20 %left UMINUS /* supplies precedence for unary minus */
H A Dcalc2.y18 %left '|'
19 %left '&'
20 %left '+' '-'
21 %left '*' '/' '%'
22 %left UMINUS /* supplies precedence for unary minus */
H A Dcalc3.y20 %left '|'
21 %left '&'
22 %left '+' '-'
23 %left '*' '/' '%'
24 %left UMINUS /* supplies precedence for unary minus */
H A Dcode_calc.y16 %left '|'
17 %left '&'
18 %left '+' '-'
19 %left '*' '/' '%'
20 %left UMINUS /* supplies precedence for unary minus */
H A Dpure_calc.y16 %left '|'
17 %left '&'
18 %left '+' '-'
19 %left '*' '/' '%'
20 %left UMINUS /* supplies precedence for unary minus */
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Ddtparser.y87 %left <op> EXPOP_LOGICAL_OR
88 %left <op> EXPOP_LOGICAL_AND
89 %left <op> EXPOP_OR
90 %left <op> EXPOP_XOR
91 %left <op> EXPOP_AND
92 %left <op> EXPOP_EQUAL EXPOP_NOT_EQUAL
93 %left <op> EXPOP_GREATER EXPOP_LESS EXPOP_GREATER_EQUAL EXPOP_LESS_EQUAL
94 %left <op> EXPOP_SHIFT_RIGHT EXPOP_SHIFT_LEFT
95 %left <op> EXPOP_ADD EXPOP_SUBTRACT
96 %left <o
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dsym_ids.c48 struct match left, right;
80 the left half's CHILDREN pointers (so it's crucial not
187 parse_spec (id->spec, &id->left.sym);
192 printf ("%s:", id->left.sym.file ? id->left.sym.file->name : "*");
194 if (id->left.sym.name)
195 printf ("%s", id->left.sym.name);
196 else if (id->left.sym.line_num)
197 printf ("%d", id->left.sym.line_num);
279 Sym *sym, *left, *righ
47 struct match left, right; member in struct:sym_id
278 Sym *sym, *left, *right; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dprocfs_machdep.c149 int left, l, i; local
153 left = sizeof(featurebuf);
156 l = snprintf(p, left, "%s ", x86_features[i]);
157 left -= l;
159 if (left <= 0)
165 left = *len;
166 l = snprintf(p, left,
180 left -= l;
182 if (left <= 0)
186 l = snprintf(p, left, "
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtypedef03.C14 left = 0x0002, enumerator in enum:QTextStream::__anon5016
35 const int QTS::adjustfield = QTS::left | QTS::right | QTS::internal;
39 const int QTS::adjustfield = QTS::left | QTS::right | QTS::internal;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/
H A D2.cc28 // left
39 oss01.flags(std::ios_base::left);
48 oss02.flags(std::ios_base::left);
57 oss03.flags(std::ios_base::left);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtypedef03.C14 left = 0x0002, enumerator in enum:QTextStream::__anon3382
35 const int QTS::adjustfield = QTS::left | QTS::right | QTS::internal;
39 const int QTS::adjustfield = QTS::left | QTS::right | QTS::internal;

Completed in 153 milliseconds

1234567891011>>