Searched refs:cst (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.0-release/contrib/gcc/cp/
H A Dexpr.c41 cplus_expand_constant (tree cst) argument
43 switch (TREE_CODE (cst))
47 tree type = TREE_TYPE (cst);
51 member = PTRMEM_CST_MEMBER (cst);
56 cst = byte_position (member);
65 cst = size_binop (PLUS_EXPR, cst, byte_position (member));
67 cst = fold (build_nop (type, cst));
74 expand_ptrmemfunc_cst (cst,
[all...]
H A Dmangle.c1214 write_integer_cst (const tree cst) argument
1216 int sign = tree_int_cst_sgn (cst);
1218 if (TREE_INT_CST_HIGH (cst) + (sign < 0))
1242 type = c_common_signed_or_unsigned_type (1, TREE_TYPE (cst));
1245 TREE_INT_CST_LOW (cst), TREE_INT_CST_HIGH (cst));
1272 unsigned HOST_WIDE_INT low = TREE_INT_CST_LOW (cst);
/freebsd-10.0-release/contrib/gcc/
H A Ddouble-int.c59 double_int_ext (double_int cst, unsigned prec, bool uns) argument
62 return double_int_zext (cst, prec);
64 return double_int_sext (cst, prec);
70 double_int_zext (double_int cst, unsigned prec) argument
75 r.low = cst.low & mask.low;
76 r.high = cst.high & mask.high;
84 double_int_sext (double_int cst, unsigned prec) argument
91 snum = cst.low;
95 snum = (unsigned HOST_WIDE_INT) cst.high;
99 r.low = cst
116 tree_to_double_int(tree cst) argument
126 double_int_fits_in_uhwi_p(double_int cst) argument
134 double_int_fits_in_shwi_p(double_int cst) argument
148 double_int_fits_in_hwi_p(double_int cst, bool uns) argument
160 double_int_to_shwi(double_int cst) argument
169 double_int_to_uhwi(double_int cst) argument
296 double_int_to_tree(tree type, double_int cst) argument
307 double_int_negative_p(double_int cst) argument
363 double_int_split_digit(double_int *cst, unsigned base) argument
380 dump_double_int(FILE *file, double_int cst, bool uns) argument
[all...]
H A Ddouble-int.h67 shwi_to_double_int (HOST_WIDE_INT cst) argument
71 r.low = (unsigned HOST_WIDE_INT) cst;
72 r.high = cst < 0 ? -1 : 0;
89 uhwi_to_double_int (unsigned HOST_WIDE_INT cst)
93 r.low = cst;
146 double_int_zero_p (double_int cst)
148 return cst.low == 0 && cst.high == 0;
154 double_int_one_p (double_int cst)
156 return cst
[all...]
H A Dtree-object-size.c839 tree cst, basevar; local
844 cst = op1;
849 cst = op0;
852 gcc_assert (TREE_CODE (cst) == INTEGER_CST);
855 depth + !integer_zerop (cst));
915 tree cst, basevar; local
920 cst = op1;
925 cst = op0;
928 gcc_assert (TREE_CODE (cst) == INTEGER_CST);
930 if (integer_zerop (cst))
[all...]
H A Dtree-chrec.c50 is_not_constant_evolution (tree cst)
52 return (TREE_CODE (cst) == POLYNOMIAL_CHREC);
61 tree cst)
64 gcc_assert (cst);
66 gcc_assert (!is_not_constant_evolution (cst));
74 chrec_fold_plus (type, CHREC_LEFT (poly), cst),
80 chrec_fold_minus (type, CHREC_LEFT (poly), cst),
86 chrec_fold_multiply (type, CHREC_LEFT (poly), cst),
87 chrec_fold_multiply (type, CHREC_RIGHT (poly), cst));
49 is_not_constant_evolution(tree cst) argument
57 chrec_fold_poly_cst(enum tree_code code, tree type, tree poly, tree cst) argument
H A Dtree-ssa-loop-niter.c1559 double_int bnd, max, mmax, cst; local
1612 cst = tree_to_double_int (op1);
1613 cst = double_int_sext (cst, TYPE_PRECISION (type));
1615 cst = double_int_neg (cst);
1619 if (double_int_negative_p (cst))
1621 cst = double_int_neg (cst);
1623 if (double_int_negative_p (cst))
[all...]
H A Dtree-ssa-loop-ivopts.c2560 /* If we can prove that TOP = cst * BOT for some constant cst,
2561 store cst to MUL and return true. Otherwise return false.
2629 unsigned HOST_WIDE_INT cst)
2638 comb->offset = cst & comb->mask;
2807 tree cst, core, toffset; local
2831 cst = TREE_OPERAND (expr, 1);
2832 if (TREE_CODE (cst) != INTEGER_CST)
2835 aff_combination_scale (comb, int_cst_value (cst));
3254 HOST_WIDE_INT cst; /* Th member in struct:mbc_entry
2628 aff_combination_const(struct affine_tree_combination *comb, tree type, unsigned HOST_WIDE_INT cst) argument
3284 multiply_by_cost(HOST_WIDE_INT cst, enum machine_mode mode) argument
[all...]
H A Dc-pretty-print.c1188 const bool cst = TREE_CODE (e) == COMPLEX_CST;
1189 pp_expression (pp, cst ? TREE_REALPART (e) : TREE_OPERAND (e, 0));
1191 pp_expression (pp, cst ? TREE_IMAGPART (e) : TREE_OPERAND (e, 1));
1185 const bool cst = TREE_CODE (e) == COMPLEX_CST; local
H A Ddbxout.c690 stabstr_O (tree cst)
692 unsigned HOST_WIDE_INT high = TREE_INT_CST_HIGH (cst);
693 unsigned HOST_WIDE_INT low = TREE_INT_CST_LOW (cst);
702 const unsigned int width = TYPE_PRECISION (TREE_TYPE (cst));
687 stabstr_O(tree cst) argument
H A Dloop-iv.c361 iv_constant (struct rtx_iv *iv, rtx cst, enum machine_mode mode) argument
364 mode = GET_MODE (cst);
367 iv->base = cst;
H A Dbuiltins.c492 target_char_cast (tree cst, char *p) argument
496 if (!host_integerp (cst, 1)
500 val = tree_low_cst (cst, 1);
7266 REAL_VALUE_TYPE cst;
7268 real_convert (&cst, TYPE_MODE (type), &dconstpi);
7269 SET_REAL_EXP (&cst, REAL_EXP (&cst) - 2);
7270 return build_real (type, cst);
7870 REAL_VALUE_TYPE cst;
7872 real_convert (&cst, TYPE_MOD
7263 REAL_VALUE_TYPE cst; local
7867 REAL_VALUE_TYPE cst; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c80 svn_client_status_t *cst;
107 SVN_ERR(svn_client__create_status(&cst, sb->wc_ctx, local_abspath, status,
111 return sb->real_status_func(sb->real_status_baton, path, cst,
681 svn_client__create_status(svn_client_status_t **cst,
688 *cst = apr_pcalloc(result_pool, sizeof(**cst));
690 (*cst)->kind = status->kind;
691 (*cst)->local_abspath = local_abspath;
692 (*cst)->filesize = status->filesize;
693 (*cst)
78 svn_client_status_t *cst; local
678 svn_client__create_status(svn_client_status_t **cst, svn_wc_context_t *wc_ctx, const char *local_abspath, const svn_wc_status3_t *status, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.0-release/sys/dev/sound/pci/
H A Dhdspe.h149 bus_space_tag_t cst; member in struct:sc_info
168 bus_space_read_1((sc)->cst, (sc)->csh, (regno))
170 bus_space_read_2((sc)->cst, (sc)->csh, (regno))
172 bus_space_read_4((sc)->cst, (sc)->csh, (regno))
175 bus_space_write_1((sc)->cst, (sc)->csh, (regno), (data))
177 bus_space_write_2((sc)->cst, (sc)->csh, (regno), (data))
179 bus_space_write_4((sc)->cst, (sc)->csh, (regno), (data))
H A Denvy24.c124 bus_space_tag_t cst; member in struct:sc_info
407 return bus_space_read_1(sc->cst, sc->csh, regno);
409 return bus_space_read_2(sc->cst, sc->csh, regno);
411 return bus_space_read_4(sc->cst, sc->csh, regno);
422 bus_space_write_1(sc->cst, sc->csh, regno, data);
425 bus_space_write_2(sc->cst, sc->csh, regno, data);
428 bus_space_write_4(sc->cst, sc->csh, regno, data);
2502 sc->cst = rman_get_bustag(sc->cs);
H A Denvy24ht.c133 bus_space_tag_t cst; member in struct:sc_info
460 return bus_space_read_1(sc->cst, sc->csh, regno);
462 return bus_space_read_2(sc->cst, sc->csh, regno);
464 return bus_space_read_4(sc->cst, sc->csh, regno);
475 bus_space_write_1(sc->cst, sc->csh, regno, data);
478 bus_space_write_2(sc->cst, sc->csh, regno, data);
481 bus_space_write_4(sc->cst, sc->csh, regno, data);
2411 sc->cst = rman_get_bustag(sc->cs);
H A Dhdspe.c138 sc->cst = rman_get_bustag(sc->cs);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h83 GlobalValue *GV, intptr_t cst = 0,
89 Result.ConstantVal = cst;
103 GlobalValue *GV, intptr_t cst = 0,
109 Result.ConstantVal = cst;
122 MachineBasicBlock *MBB, intptr_t cst = 0) {
126 Result.ConstantVal = cst;
140 const char *ES, intptr_t cst = 0,
146 Result.ConstantVal = cst;
160 unsigned CPI, intptr_t cst = 0,
165 Result.ConstantVal = cst;
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c189 OCSP_CERTSTATUS *cst = NULL; local
237 cst = single->certStatus;
239 OCSP_cert_status_str(cst->type)) <= 0)
241 if (cst->type == V_OCSP_CERTSTATUS_REVOKED)
243 rev = cst->value.revoked;
H A Docsp_cl.c264 OCSP_CERTSTATUS *cst; local
266 cst = single->certStatus;
267 ret = cst->type;
270 OCSP_REVOKEDINFO *rev = cst->value.revoked;
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c77 char *inf, char *cst,
166 char seq_eoc, seq_nolen, cst, isopt; local
376 ret = asn1_check_tlen(&len, NULL, NULL, &seq_eoc, &cst,
393 if (!cst)
552 char cst; local
557 ret = asn1_check_tlen(&len, NULL, NULL, &exp_eoc, &cst,
568 if (!cst)
773 char cst, inf, free_cont = 0; local
827 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
849 else if (!cst)
1167 char cst, ininf; local
1267 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_client_private.h196 svn_client__create_status(svn_client_status_t **cst,
/freebsd-10.0-release/sys/dev/nand/
H A Dnfc_fsl.c636 static u_int cst = 1; /* 23: Command setup time (trlx). */ variable
637 SYSCTL_UINT(_debug_fcm, OID_AUTO, cst, CTLFLAG_RW, &cst, 1,
674 timing = ((csct & 1) << 9) | ((cst & 1) << 8) | ((cht & 1) << 7) |
/freebsd-10.0-release/sys/dev/ctau/
H A Dctddk.c885 int cst = B_STATUS (c->rdesc[c->rn]); local
886 if (cst == FST_EOM) {
893 } else if (cst & ST2_OVRN) {
898 } else if (cst & (ST2_HDLC_RBIT |
904 } else if ((cst & ST2_HDLC_EOM)
905 && (cst & ST2_HDLC_CRCE)) {
910 } else if (! (cst & ST2_HDLC_EOM)) {
/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1391 const CastInst* cst = cast<CastInst>(I); local
1409 << getCppName(cst->getType()) << ", \"";
1410 printEscapedString(cst->getName());

Completed in 393 milliseconds

12