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

/openbsd-current/games/atc/
H A Dlex.l61 [wedcxzaq] { yylval.cval = *yytext; return (DirOp); }
H A Dgrammar.y49 %token <cval> DirOp
57 char cval;
/openbsd-current/bin/cp/
H A Dcp.c273 int base, cval, nlen, rval; local
404 if ((cval = copy_link(curr, !fts_dne(curr))) == 1)
406 if (!cval && vflag)
439 if ((cval = copy_special(curr->fts_statp,
443 if ((cval = copy_file(curr, !fts_dne(curr))) == 1)
445 if (!cval && vflag)
448 cval = 0;
452 if ((cval = copy_fifo(curr->fts_statp,
456 if ((cval = copy_file(curr, !fts_dne(curr))) == 1)
458 if (!cval
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcopy9.C20 char cval; member in union:ParseToken::__anon6621
/openbsd-current/gnu/gcc/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.c984 tree cfield, cval; local
1056 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), cnt, cfield, cval)
1058 return cval;
1094 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), cnt, cfield, cval)
1098 return cval;
H A Dbuiltins.c7963 unsigned HOST_WIDE_INT length, cval;
8009 cval = 0;
8015 cval = tree_low_cst (c, 1);
8016 cval &= 0xff;
8017 cval |= cval << 8;
8018 cval |= cval << 16;
8019 cval |= (cval << 3
7960 unsigned HOST_WIDE_INT length, cval; local
[all...]
H A Dcombine.c6985 HOST_WIDE_INT cval = (INTVAL (XEXP (x, 1))
6993 && (cval & ((HOST_WIDE_INT) 1 << (width - 1))) != 0)
6994 cval |= (HOST_WIDE_INT) -1 << width;
6997 XEXP (x, 0), GEN_INT (cval));
6958 HOST_WIDE_INT cval = (INTVAL (XEXP (x, 1)) local
/openbsd-current/games/adventure/
H A Ddone.c112 if (cval[i] >= sc) {
120 k = cval[i] + 1 - sc;
H A Dhdr.h102 extern int cval[CLSMAX];
H A Dio.c305 cval[clsses++] = oldloc;
H A Dmain.c68 int cval[CLSMAX]; variable
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dequiv.c595 ffetargetOffset cval; /* Converted value. */
625 if (!ffetarget_offset (&cval, -value))
628 if (!ffetarget_offset_multiply (&cval, cval, size))
632 return ffetarget_offset_add (offset, cval, adjust);
634 if (no_precede && (cval > adjust))
642 return ffetarget_offset_add (offset, -cval, adjust);
645 if (!ffetarget_offset (&cval, value))
648 if (!ffetarget_offset_multiply (&cval, cval, siz
594 ffetargetOffset cval; /* Converted value. */ local
[all...]
/openbsd-current/usr.sbin/mtree/
H A Dcrc.c105 crc(int fd, u_int32_t *cval, u_int32_t *clen) argument
132 *cval = ~crc;
/openbsd-current/sys/kern/
H A Dsys_futex.c213 uint32_t cval; local
225 if ((error = copyin32(uaddr, &cval)))
229 if (cval != val)
/openbsd-current/usr.bin/join/
H A Djoin.c103 int aflag, ch, cval, vflag; local
228 cval = cmp(F1->set, F1->joinf, F2->set, F2->joinf);
229 if (cval == 0) {
235 } else if (cval < 0) {
/openbsd-current/sys/arch/mips64/mips64/
H A Dfp_emulate.c1551 int32_t cval; local
1579 cval = MIPS_SOFT << 8;
1582 cval = (int32_t)tf->fsr;
1585 cval = 0;
1588 regs[inst.FRType.ft] = (int64_t)cval;
1608 cval = (int32_t)regs[inst.FRType.ft];
1611 cval &= ~FPCSR_C_E;
1612 tf->fsr = cval;
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_sdvo.c219 u32 bval = val, cval = val; local
237 cval = intel_de_read(dev_priv, GEN3_SDVOC);
250 intel_de_write(dev_priv, GEN3_SDVOC, cval);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dreload1.c9227 HOST_WIDE_INT cval = value & GET_MODE_MASK (mode);
9233 && (cval & ((HOST_WIDE_INT) 1 << (width - 1))) != 0)
9234 cval |= (HOST_WIDE_INT) -1 << width;
9236 return cval;
9196 HOST_WIDE_INT cval = value & GET_MODE_MASK (mode); local
H A Dcombine.c7043 HOST_WIDE_INT cval = (INTVAL (XEXP (x, 1))
7051 && (cval & ((HOST_WIDE_INT) 1 << (width - 1))) != 0)
7052 cval |= (HOST_WIDE_INT) -1 << width;
7054 y = gen_binary (AND, GET_MODE (x), XEXP (x, 0), GEN_INT (cval));
7018 HOST_WIDE_INT cval = (INTVAL (XEXP (x, 1)) local

Completed in 367 milliseconds