Searched refs:cval (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/usr.bin/cksum/
H A Dsum1.c51 csum1(int fd, u_int32_t *cval, off_t *clen) argument
73 *cval = thecrc;
H A Dsum2.c51 csum2(int fd, u_int32_t *cval, off_t *clen) argument
77 *cval = thecrc;
H A Dcrc.c115 crc(int fd, u_int32_t *cval, off_t *clen) argument
141 *cval = ~thecrc;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy9.C21 char cval; member in union:ParseToken::__anon5018
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy9.C21 char cval; member in union:ParseToken::__anon3384
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dipa-cp.c85 their cval value that may be:
93 The cval info, ipcp_formal, is defined in ipa_node structure
183 ipcp_cval_get_cvalue_type (struct ipcp_formal *cval) argument
185 return cval->cval_type;
204 ipcp_cval_set_cvalue_type (struct ipcp_formal *cval, enum cvalue_type type) argument
206 cval->cval_type = type;
211 ipcp_cval_get_cvalue (struct ipcp_formal *cval) argument
213 return &(cval->cvalue);
218 ipcp_cval_set_cvalue (struct ipcp_formal *cval, union parameter_info *value, argument
222 cval
257 ipcp_cval_meet(struct ipcp_formal *cval, struct ipcp_formal *cval1, struct ipcp_formal *cval2) argument
304 ipcp_cval_compute(struct ipcp_formal *cval, struct cgraph_node *mt, enum jump_func_type type, union parameter_info *info_type) argument
360 ipcp_method_cval_set(struct cgraph_node *mt, int i, struct ipcp_formal *cval) argument
576 struct ipcp_formal cval1 = { 0, {0} }, cval = { 0,{0} }; local
[all...]
H A Dtree-ssa-ccp.c976 tree cfield, cval; local
1033 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), cnt, cfield, cval)
1035 return cval;
1071 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), cnt, cfield, cval)
1075 return cval;
/netbsd-6-1-5-RELEASE/games/atc/
H A Dlex.l72 [wedcxzaq] { yylval.cval = *yytext; return (DirOp); }
H A Dgrammar.y48 %token <cval> DirOp
56 char cval;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dldapsync.c179 char *cval; local
247 cval = strchr( csn_ptr, ';' );
248 if ( !cval )
249 cval = strchr(csn_ptr, ',' );
250 if ( cval )
251 stamp.bv_len = cval - csn_str;
269 if ( cval ) {
270 next = cval + 1;
271 if ( *cval != ';' )
H A Dattr.c294 struct berval nval = BER_BVNULL, *cval; local
316 cval = &nval;
318 cval = val;
329 &a->a_nvals[i], cval, &text );
347 &a->a_nvals[i], cval, &text );
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_cnf.c219 CONF_VALUE *cval; local
236 cval = sk_CONF_VALUE_value(elist, i);
237 if (!int_engine_configure(cval->name, cval->value, cnf))
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dfind.c205 int r, rval, cval; local
208 cval = 1;
215 for (rval = 0; cval && (g_entry = fts_read(tree)) != NULL;) {
255 cval = 0;
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c108 u_char cval; local
250 if (read (fd, &cval, 1) != 1)
252 lval = cval;
280 cval = replace;
281 if (cval != replace)
283 if (write (fd, &cval, 1) != 1)
/netbsd-6-1-5-RELEASE/games/adventure/
H A Ddone.c119 if (cval[i] >= sc) {
127 k = cval[i] + 1 - sc;
H A Dhdr.h99 extern int cval[CLSMAX];
H A Dinit.c82 int cval[CLSMAX]; variable
H A Dio.c327 cval[classes++] = oldloc;
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_futex.c552 int error, oldval, cval; local
559 if (copyin(uaddr, &cval, sizeof(int)) != 0)
570 nval = cval + oparg;
573 nval = cval | oparg;
576 nval = cval & ~oparg;
579 nval = cval ^ oparg;
585 error = ucas_int(uaddr, cval, nval, &oldval);
586 if (oldval == cval || error) {
589 cval = oldval;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Disearch.c326 int n, wstart, wlen, limit, cval; local
461 cval = _rl_char_value (rl_line_buffer, wstart);
462 if (_rl_walphabetic (cval) == 0)
470 cval = _rl_char_value (rl_line_buffer, n);
471 if (_rl_walphabetic (cval) == 0)
/netbsd-6-1-5-RELEASE/usr.bin/join/
H A Djoin.c125 int aflag, ch, cval, vflag; local
256 cval = cmp(F1->set, F1->joinf, F2->set, F2->joinf);
257 if (cval == 0) {
263 } else if (cval < 0) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c1519 canon_value_cmp (rtx tval, rtx cval) argument
1521 return !cval
1522 || CSELIB_VAL_PTR (tval)->uid < CSELIB_VAL_PTR (cval)->uid;
1907 rtx cval; local
1914 cval = NULL;
1917 && canon_value_cmp (node->loc, cval))
1918 cval = node->loc;
1921 if (GET_CODE (node->loc) == VALUE && cval != node->loc)
1926 if (cval)
1927 set_variable_part (set, cval, dv_from_valu
3161 rtx val, cval; local
3382 rtx cval; local
3782 rtx cval = *cvalp; local
3791 rtx cval = canon[(int)GET_MODE (list->loc)]; local
3818 rtx cval = canon[(int)GET_MODE (list->loc)]; local
3931 rtx cval = dv_as_value (att->dv); local
3956 rtx cval; local
4068 rtx cval = dv_as_value (att->dv); local
[all...]
H A Dtree-ssa-ccp.c1219 tree cfield, cval; local
1300 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), cnt, cfield, cval)
1303 STRIP_NOPS (cval);
1304 if (TREE_CODE (cval) == ADDR_EXPR)
1306 tree base = get_base_address (TREE_OPERAND (cval, 0));
1310 return cval;
1347 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), cnt, cfield, cval)
1352 STRIP_NOPS (cval);
1353 if (TREE_CODE (cval) == ADDR_EXPR)
1355 tree base = get_base_address (TREE_OPERAND (cval,
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dcrc.c121 crc(int fd, u_int32_t *cval, u_int32_t *clen) argument
160 *cval = ~thecrc;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon-gen.ml133 let add_cast ctype cval =
136 Printf.sprintf "(%s) %s" (string_of_vectype stype) cval
138 cval

Completed in 379 milliseconds

12