Searched refs:right (Results 51 - 75 of 584) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dcopy1.C14 name & operator = (const name& right) { argument
15 this->namestuff = right.namestuff;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dmultiword-1.c15 right (u64 t) function
52 if (right (55834574860000ULL) != 13000)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dcopy1.C14 name & operator = (const name& right) { argument
15 this->namestuff = right.namestuff;
/netbsd-6-1-5-RELEASE/sys/dev/i2c/
H A Dsgsmix.c153 sgsmix_set_speaker_vol(void *cookie, int left, int right) argument
157 DPRINTF("%s: speaker %d %d\n", device_xname(sc->sc_dev), left, right);
165 if (right == 0) {
169 ((255 - right) >> 3) & 0x1f);
174 sgsmix_set_headphone_vol(void *cookie, int left, int right) argument
178 DPRINTF("%s: headphones %d %d\n", device_xname(sc->sc_dev), left, right);
186 if (right == 0) {
190 ((255 - right) >> 3) & 0x1f);
/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_tableset_ptree.c68 const uint32_t *right = (const uint32_t *)vright; local
79 right += i;
82 for (; i < nwords; i++, left++, right++, bitoff = 0) {
83 const uint32_t bits = ntohl(*left ^ *right);
117 const uint32_t *right = vright ? (const uint32_t *)vright : zeroes; local
131 right += i;
134 for (; i < nwords; i++, left++, right++, bitoff = 0) {
136 uint32_t bits = ntohl(*left ^ *right);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/regex/
H A Dparse_rx.h41 struct rx_node *left, *right; member in struct:rx_node
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/sh64/
H A Dsh64-1.s1 ! Test that all common kinds of relocs get right for simple use.
/netbsd-6-1-5-RELEASE/lib/libc/arch/hppa/string/
H A Dffs.S47 shd %r0,%arg0,16,%arg0 ; else shift right 16 bits
50 shd %r0,%arg0,8,%arg0 ; else shift right 8 bits
53 shd %r0,%arg0,4,%arg0 ; else shift right 4 bits
56 shd %r0,%arg0,2,%arg0 ; else shift right 2 bits
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dqevent.h110 short right; member in struct:_vs_box
/netbsd-6-1-5-RELEASE/usr.bin/nbperf/
H A Dgraph2.h45 uint32_t left, right; member in struct:edge2
H A Dgraph3.h45 uint32_t left, middle, right; member in struct:edge3
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dqevent.h110 short right; member in struct:_vs_box
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Ddes-internal.c326 u32 work, right, leftt; local
330 right = block[1];
332 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL;
333 right ^= work;
336 work = ((leftt >> 16) ^ right) & 0x0000ffffL;
337 right ^= work;
340 work = ((right >> 2) ^ leftt) & 0x33333333L;
342 right ^= (work << 2);
344 work = ((right >> 8) ^ leftt) & 0x00ff00ffL;
346 right
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D3.cc26 // right
36 oss01.flags(std::ios_base::right);
45 oss02.flags(std::ios_base::right);
54 oss03.flags(std::ios_base::right);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/
H A D3.cc27 // right
37 oss01.flags(std::ios_base::right);
46 oss02.flags(std::ios_base::right);
55 oss03.flags(std::ios_base::right);
/netbsd-6-1-5-RELEASE/usr.bin/sdiff/
H A Dedit.c70 eparse(const char *cmd, const char *left, const char *right) argument
92 if (right == NULL)
96 if (asprintf(&text, "%s\n%s\n", left, right) == -1)
113 /* Skip if there is no right column. */
114 if (right == NULL)
117 if (asprintf(&text, "%s\n", right) == -1)
/netbsd-6-1-5-RELEASE/games/arithmetic/
H A Darithmetic.c187 * selected such that the right operand and either the left operand (for +, x)
197 int left, op, right, result; local
200 right = left = result = 0;
203 right = getrandom(rangemax + 1, op, 1);
209 result = left + right;
213 left = right + result;
217 result = left * right;
220 right = getrandom(rangemax, op, 1) + 1;
222 left = right * result + random() % right;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-chrec.h130 tree right)
135 || right == chrec_dont_know)
144 gcc_assert (!POINTER_TYPE_P (TREE_TYPE (right)));
146 /* Types of left and right sides of a chrec should be compatible. */
148 gcc_assert (sizetype == TREE_TYPE (right));
150 gcc_assert (TREE_TYPE (left) == TREE_TYPE (right));
152 if (chrec_zerop (right))
156 build_int_cst (NULL_TREE, loop_num), left, right);
127 build_polynomial_chrec(unsigned loop_num, tree left, tree right) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp223 size_type right = m_size - 1; local
225 while (right + 1 != left)
231 else if (pred(m_a_entries[right]))
232 --right;
235 _GLIBCXX_DEBUG_ASSERT(left < right);
237 std::swap(m_a_entries[left], m_a_entries[right]);
240 --right;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Daclparse.c62 static void split(char *line, int splitchar, char **left, char **right);
84 const char *right )
107 rc = ( *tmp->da_parse )( fname, lineno, opts, sty, right, &tmp->da_private );
332 char *left, *right, *style; local
371 split( argv[i], '=', &left, &right );
374 if ( right == NULL ) {
398 ber_str2bv( right, 0, 1, &a->acl_dn_pat );
404 ber_str2bv( right, 0, 1, &a->acl_dn_pat );
409 if( *right == '\0' ) {
414 ber_str2bv( right,
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dtok822_parse.c166 #define MOVE_COMMENT_AND_CONTINUE(tp, right) { \
168 right = tok822_prepend(right, tp); \
173 #define SKIP_MOVE_COMMENT(tp, cond, right) { \
176 MOVE_COMMENT_AND_CONTINUE(tp, right); \
296 * right-most <> instance in that expression. If an address expression
485 TOK822 *right; local
492 * First, tokenize the string, from left to right. We are not allowed to
512 * done most conveniently from right to left. If there is something that
515 * node (tp) and the one called right
623 tok822_group(int group_type, TOK822 *left, TOK822 *right, int sync_type) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-ast.c73 tre_ast_new_union(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) argument
81 ((tre_union_t *)node->obj)->right = right;
82 node->num_submatches = left->num_submatches + right->num_submatches;
89 tre_ast_node_t *right)
97 ((tre_catenation_t *)node->obj)->right = right;
98 node->num_submatches = left->num_submatches + right->num_submatches;
197 tre_do_print(stream, ((tre_union_t *)ast->obj)->right, indent + 2);
203 tre_do_print(stream, ((tre_catenation_t *)ast->obj)->right, inden
88 tre_ast_new_catenation(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Dplural.y61 struct expression *right));
64 struct expression *right));
114 new_exp_1 (op, right)
116 struct expression *right;
120 args[0] = right;
125 new_exp_2 (op, left, right)
128 struct expression *right;
133 args[1] = right;
159 %right '?' /* ? */
166 %right '!' /* ! */
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Dplural.y61 struct expression *right));
64 struct expression *right));
114 new_exp_1 (op, right)
116 struct expression *right;
120 args[0] = right;
125 new_exp_2 (op, left, right)
128 struct expression *right;
133 args[1] = right;
159 %right '?' /* ? */
166 %right '!' /* ! */
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Dplural.y63 struct expression *right));
66 struct expression *right));
116 new_exp_1 (op, right)
118 struct expression *right;
122 args[0] = right;
127 new_exp_2 (op, left, right)
130 struct expression *right;
135 args[1] = right;
161 %right '?' /* ? */
168 %right '!' /* ! */
[all...]

Completed in 662 milliseconds

1234567891011>>