Home
last modified time | relevance | path

Searched refs:arg0 (Results 1 – 25 of 105) sorted by relevance

12345

/dragonfly/usr.bin/window/
H A Dxxflush.c100 if (xp->arg0 == 0) in xxflush_scroll()
123 if (xp->arg0 > 0) { in xxflush_scroll()
128 xq->arg0 = xp->arg0; in xxflush_scroll()
134 xq->arg0 += xp->arg0; in xxflush_scroll()
136 if (xq->arg0 > 0) in xxflush_scroll()
137 xq->arg1 -= xq->arg0; in xxflush_scroll()
143 xp->arg0 += xq->arg0; in xxflush_scroll()
145 if (xp->arg0 < 0) in xxflush_scroll()
146 xp->arg1 += xp->arg0; in xxflush_scroll()
170 xp->arg0 = - xp->arg0; in xxflush_scroll()
[all …]
H A Dxx.c148 xp->arg0 = row; in xxmove()
159 ((xp->arg0 < 0 && dir < 0) || (xp->arg0 > 0 && dir > 0))) { in xxscroll()
160 xp->arg0 += dir; in xxscroll()
165 xp->arg0 = dir; in xxscroll()
177 xp->arg0 = row; in xxinschar()
195 xp->arg0 = row; in xxinsspace()
206 xp->arg0 == row && xp->arg1 == col) { in xxdelchar()
212 xp->arg0 = row; in xxdelchar()
233 xp->arg0 = row; in xxclreos()
243 xp->arg0 = row; in xxclreol()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfold-const.c3793 arg0, fold_convert (TREE_TYPE (arg0), arg1)); in range_binop()
6301 arg0 = save_expr (arg0); in fold_inf_compare()
6309 arg0, build_real (TREE_TYPE (arg0), max)); in fold_inf_compare()
6315 arg0, build_real (TREE_TYPE (arg0), max)); in fold_inf_compare()
6322 arg0, build_real (TREE_TYPE (arg0), max)); in fold_inf_compare()
6325 arg0, build_real (TREE_TYPE (arg0), max)); in fold_inf_compare()
10064 TREE_TYPE (arg0), arg0, in fold_binary_loc()
12533 TREE_TYPE (arg0), arg0)); in fold_binary_loc()
12540 TREE_TYPE (arg0), arg0)); in fold_binary_loc()
16516 arg0 ? arg0 : TREE_OPERAND (exp, 0), in fold_strip_sign_ops()
[all …]
H A Dbuiltins.c2207 CALL_EXPR_ARG (exp, 0) = arg0 = builtin_save_expr (arg0); in expand_builtin_mathfn_2()
2281 CALL_EXPR_ARG (exp, 0) = arg0 = builtin_save_expr (arg0); in expand_builtin_mathfn_ternary()
7073 return arg0; in fold_builtin_expect()
7577 arg0 = build1 (ABS_EXPR, type, arg0); in fold_builtin_sqrt()
8410 arg0); in fold_builtin_pow()
8414 return arg0; in fold_builtin_pow()
8562 arg0); in fold_builtin_powi()
8566 return arg0; in fold_builtin_powi()
9791 frac = arg0; in fold_builtin_frexp()
9842 && TREE_CODE (arg0) == REAL_CST && !TREE_OVERFLOW (arg0) in fold_builtin_load_exponent()
[all …]
H A Dconvert.c203 newtype = TREE_TYPE (arg0); in convert_to_real()
207 if (FLOAT_TYPE_P (TREE_TYPE (arg0)) in convert_to_real()
284 if (FLOAT_TYPE_P (TREE_TYPE (arg0)) in convert_to_real()
315 newtype = TREE_TYPE (arg0); in convert_to_real()
699 && (TYPE_UNSIGNED (TREE_TYPE (arg0)) in convert_to_integer()
703 == TYPE_UNSIGNED (TREE_TYPE (arg0))) in convert_to_integer()
706 && (TYPE_UNSIGNED (TREE_TYPE (arg0)) in convert_to_integer()
727 && (TYPE_UNSIGNED (TREE_TYPE (arg0)) in convert_to_integer()
746 && CONVERT_EXPR_P (arg0) in convert_to_integer()
785 || (TYPE_UNSIGNED (TREE_TYPE (arg0)) in convert_to_integer()
[all …]
H A Dtree-ssa-phiopt.c234 tree arg0, arg1; in tree_ssa_phiopt_worker() local
498 tree arg0, tree arg1) in conditional_replacement() argument
635 tree arg0, tree arg1) in value_replacement() argument
666 if (!((lhs == arg0 in value_replacement()
719 arg = arg0; in value_replacement()
740 tree arg0, tree arg1) in minmax_replacement() argument
786 arg_true = arg0; in minmax_replacement()
794 arg_false = arg0; in minmax_replacement()
987 gimple phi, tree arg0, tree arg1) in abs_replacement() argument
1027 if (!(lhs == arg0 && rhs == arg1) in abs_replacement()
[all …]
H A Dtree-ssa-math-opts.c981 tree arg0, HOST_WIDE_INT n) in powi_as_mults() argument
990 cache[1] = arg0; in powi_as_mults()
1019 tree arg0, HOST_WIDE_INT n) in gimple_expand_builtin_powi() argument
1026 return powi_as_mults (gsi, loc, arg0, n); in gimple_expand_builtin_powi()
1082 tree target, enum tree_code code, tree arg0) in build_and_insert_ref() argument
1108 tree arg0, tree arg1) in gimple_expand_builtin_pow() argument
1138 type = TREE_TYPE (arg0); in gimple_expand_builtin_pow()
1413 tree arg, arg0, arg1, result; in execute_cse_sincos() local
1432 arg0 = gimple_call_arg (stmt, 0); in execute_cse_sincos()
1450 arg0 = gimple_call_arg (stmt, 0); in execute_cse_sincos()
[all …]
H A Dtree-ssa-alias.c1940 gimple def0 = SSA_NAME_DEF_STMT (arg0); in get_continuation_for_phi_1()
1944 if (arg0 == arg1) in get_continuation_for_phi_1()
1945 return arg0; in get_continuation_for_phi_1()
1952 return arg0; in get_continuation_for_phi_1()
2006 tree arg0, arg1; in get_continuation_for_phi() local
2011 arg0 = PHI_ARG_DEF (phi, 0); in get_continuation_for_phi()
2018 arg0 = arg1; in get_continuation_for_phi()
2024 arg0 = arg1; in get_continuation_for_phi()
2031 arg0 = get_continuation_for_phi_1 (phi, arg0, arg1, ref, visited, in get_continuation_for_phi()
2033 if (!arg0) in get_continuation_for_phi()
[all …]
H A Dsimplify-rtx.c1385 val = ~ arg0; in simplify_const_unary_operation()
1389 val = - arg0; in simplify_const_unary_operation()
1393 val = (arg0 >= 0 ? arg0 : - arg0); in simplify_const_unary_operation()
1411 if (arg0 == 0) in simplify_const_unary_operation()
1421 if (arg0 == 0) in simplify_const_unary_operation()
1435 while (arg0) in simplify_const_unary_operation()
1436 val++, arg0 &= arg0 - 1; in simplify_const_unary_operation()
1442 while (arg0) in simplify_const_unary_operation()
1443 val++, arg0 &= arg0 - 1; in simplify_const_unary_operation()
1463 val = arg0; in simplify_const_unary_operation()
[all …]
H A Dira-costs.c1059 rtx arg0 = XEXP (x, 0); in record_address_regs() local
1061 enum rtx_code code0 = GET_CODE (arg0); in record_address_regs()
1066 arg0 = SUBREG_REG (arg0), code0 = GET_CODE (arg0); in record_address_regs()
1073 record_address_regs (mode, as, arg0, 0, PLUS, code1, scale); in record_address_regs()
1094 record_address_regs (mode, as, arg0, 1, PLUS, code1, scale); in record_address_regs()
1099 && REGNO (arg0) < FIRST_PSEUDO_REGISTER in record_address_regs()
1100 && (ok_for_base_p_nonstrict (arg0, mode, as, PLUS, REG) in record_address_regs()
1101 || ok_for_index_p_nonstrict (arg0))) in record_address_regs()
1103 ok_for_base_p_nonstrict (arg0, mode, as, in record_address_regs()
1110 record_address_regs (mode, as, arg0, in record_address_regs()
[all …]
/dragonfly/sbin/vinum/
H A Dvext.h60 void vinum_read(int argc, char *argv[], char *arg0[]);
63 void vinum_plex(int argc, char *argv[], char *arg0[]);
64 void vinum_sd(int argc, char *argv[], char *arg0[]);
66 void vinum_list(int argc, char *argv[], char *arg0[]);
68 void vinum_set(int argc, char *argv[], char *arg0[]);
69 void vinum_rm(int argc, char *argv[], char *arg0[]);
70 void vinum_mv(int argc, char *argv[], char *arg0[]);
107 void vinum_ld(int argc, char *argv[], char *arg0[]);
108 void vinum_ls(int argc, char *argv[], char *arg0[]);
109 void vinum_lp(int argc, char *argv[], char *arg0[]);
[all …]
/dragonfly/contrib/tcp_wrappers/
H A Dinetcf.c63 char *arg0; local
135 if (arg0[strspn(arg0, "0123456789")] == 0) {
150 inet_chk(protocol, path, arg0, arg1);
162 char *arg0;
169 char *tcpd_proc_name = (arg0[0] == '/' ? base_name(arg0) : arg0);
185 inet_set(arg0, WR_YES);
223 if (arg0[0] == '/') { /* absolute path */
224 if (check_path(arg0, &st) < 0) {
225 tcpd_warn("%s: not found: %m", arg0);
227 tcpd_warn("%s: not executable", arg0);
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dfold-const.c1898 if (integer_zerop (arg0) && !TREE_OVERFLOW (arg0)) in size_binop_loc()
1910 if (integer_onep (arg0) && !TREE_OVERFLOW (arg0)) in size_binop_loc()
3700 if (arg0 == old0 || operand_equal_p (arg0, old0, 0)) in eval_subst()
4468 arg0, fold_convert (TREE_TYPE (arg0), arg1)); in range_binop()
7708 if (arg0) in fold_unary_loc()
9456 TREE_TYPE (arg0), arg0, in fold_binary_loc()
10675 TREE_TYPE (arg0), arg0)); in fold_binary_loc()
10682 TREE_TYPE (arg0), arg0)); in fold_binary_loc()
11168 build2 (RSHIFT_EXPR, TREE_TYPE (arg0), arg0, in fold_binary_loc()
11190 tem = build2 (RSHIFT_EXPR, TREE_TYPE (arg0), arg0, in fold_binary_loc()
[all …]
H A Dfold-const-call.c256 || !real_isfinite (arg0) in do_mpfr_arg3()
1213 arg0 = const_binop (code, type, arg0, VECTOR_CST_ELT (arg1, i)); in fold_const_fold_left()
1214 if (arg0 == NULL_TREE || !CONSTANT_CLASS_P (arg0)) in fold_const_fold_left()
1217 return arg0; in fold_const_fold_left()
1248 *result = *arg0; in fold_const_call_sss()
1369 && real_cst_p (arg0) in fold_const_call_1()
1385 if (real_cst_p (arg0) in fold_const_call_1()
1401 if (integer_cst_p (arg0) in fold_const_call_1()
1418 && complex_cst_p (arg0) in fold_const_call_1()
1568 && real_cst_p (arg0) in fold_const_call_1()
[all …]
H A Dconvert.c203 newtype = TREE_TYPE (arg0); in convert_to_real_1()
238 if (FLOAT_TYPE_P (TREE_TYPE (arg0)) in convert_to_real_1()
286 if (FLOAT_TYPE_P (TREE_TYPE (arg0)) in convert_to_real_1()
309 convert_to_real_1 (newtype, arg0, in convert_to_real_1()
319 newtype = TREE_TYPE (arg0); in convert_to_real_1()
461 || (TYPE_UNSIGNED (TREE_TYPE (arg0)) in do_narrow()
497 convert (typex, arg0), in do_narrow()
827 && (TYPE_UNSIGNED (TREE_TYPE (arg0)) in convert_to_integer_1()
834 && (TYPE_UNSIGNED (TREE_TYPE (arg0)) in convert_to_integer_1()
860 && (TYPE_UNSIGNED (TREE_TYPE (arg0)) in convert_to_integer_1()
[all …]
H A Dtree-ssa-phiopt.c187 tree arg0, arg1; in tree_ssa_phiopt_worker() local
317 arg0, arg1, in tree_ssa_phiopt_worker()
510 if (!has_single_use (arg0) in factor_out_conditional_conversion()
575 tree arg0, tree arg1) in conditional_replacement() argument
887 tree arg0, tree arg1) in value_replacement() argument
916 if (!(lhs == arg0 in value_replacement()
965 arg = arg0; in value_replacement()
1129 && arg0 == lhs in value_replacement()
1194 tree arg0, tree arg1) in minmax_replacement() argument
1289 arg_true = arg0; in minmax_replacement()
[all …]
H A Dinternal-fn.c742 std::swap (arg0, arg1); in expand_addsub_overflow()
835 arg0 = error_mark_node; in expand_addsub_overflow()
1072 arg0, arg1, datap); in expand_addsub_overflow()
1398 arg0 = error_mark_node; in expand_mul_overflow()
1448 arg0 = error_mark_node; in expand_mul_overflow()
1495 tree argn0 = arg0; in expand_mul_overflow()
1960 arg0, arg1, datap); in expand_mul_overflow()
2059 arg0 = make_tree (TREE_TYPE (arg0), arg0r); in expand_vector_ubsan_overflow()
2146 ops.op0 = arg0; in expand_vector_ubsan_overflow()
2291 arg0 = fold_convert_loc (loc, type, arg0); in expand_arith_overflow()
[all …]
H A Dgimple-match-head.c528 tree arg0, in gimple_simplify() argument
531 if (constant_for_folding (arg0)) in gimple_simplify()
541 as_combined_fn (fn), type, arg0)) in gimple_simplify()
550 tree arg0, tree arg1, in gimple_simplify() argument
553 if (constant_for_folding (arg0) in gimple_simplify()
564 as_combined_fn (fn), type, arg0, arg1)) in gimple_simplify()
573 tree arg0, tree arg1, tree arg2, in gimple_simplify() argument
576 if (constant_for_folding (arg0) in gimple_simplify()
895 optimize_pow_to_exp (tree arg0, tree arg1) in optimize_pow_to_exp() argument
897 gcc_assert (TREE_CODE (arg0) == REAL_CST); in optimize_pow_to_exp()
[all …]
H A Dbuiltins.c2133 CALL_EXPR_ARG (exp, 0) = arg0 = builtin_save_expr (arg0); in expand_builtin_mathfn_ternary()
2791 tree arg0, arg1; in expand_builtin_powi() local
7984 inner_arg0 = arg0; in fold_builtin_expect()
8003 return arg0; in fold_builtin_expect()
8042 return arg0; in fold_builtin_expect()
8316 if (!(TREE_CODE (arg0) == REAL_CST && ! TREE_OVERFLOW (arg0))) in fold_builtin_frexp()
8332 frac = arg0; in fold_builtin_frexp()
8372 if (!(TREE_CODE (arg0) == REAL_CST && ! TREE_OVERFLOW (arg0))) in fold_builtin_modf()
8762 arg0 = fold_convert_loc (loc, cmp_type, arg0); in fold_builtin_unordered_cmp()
10322 && TREE_CODE (arg0) == REAL_CST && !TREE_OVERFLOW (arg0) in do_mpfr_remquo()
[all …]
H A Dgimple-fold.h93 enum built_in_function fn, tree type, tree arg0) in gimple_build() argument
95 return gimple_build (seq, UNKNOWN_LOCATION, fn, type, arg0); in gimple_build()
101 enum built_in_function fn, tree type, tree arg0, tree arg1) in gimple_build() argument
103 return gimple_build (seq, UNKNOWN_LOCATION, fn, type, arg0, arg1); in gimple_build()
110 tree arg0, tree arg1, tree arg2) in gimple_build() argument
112 return gimple_build (seq, UNKNOWN_LOCATION, fn, type, arg0, arg1, arg2); in gimple_build()
H A Dtree-ssa-math-opts.c1206 tree arg0, HOST_WIDE_INT n) in powi_as_mults() argument
1216 cache[1] = arg0; in powi_as_mults()
1240 tree arg0, HOST_WIDE_INT n) in gimple_expand_builtin_powi() argument
1281 tree arg0, tree arg1) in build_and_insert_binop() argument
1498 tree type = TREE_TYPE (arg0); in expand_pow_as_sqrts()
1626 cache[0] = arg0; in expand_pow_as_sqrts()
1678 tree arg0, tree arg1) in gimple_expand_builtin_pow() argument
1719 type = TREE_TYPE (arg0); in gimple_expand_builtin_pow()
1958 tree arg, arg0, arg1, result; in execute() local
2002 if (real_minus_onep (arg0)) in execute()
[all …]
H A Dhsa-common.h438 hsa_op_base *arg0 = NULL,
518 hsa_op_base *arg0 = NULL, hsa_op_base *arg1 = NULL,
607 hsa_op_base *arg0 = NULL, hsa_op_base *arg1 = NULL,
637 hsa_insn_mem (int opc, BrigType16_t t, hsa_op_base *arg0, hsa_op_base *arg1);
655 hsa_op_base *arg0 = NULL, hsa_op_base *arg1 = NULL,
681 hsa_op_base *arg0 = NULL, hsa_op_base *arg1 = NULL,
716 hsa_op_base *arg0 = NULL, hsa_op_base *arg1 = NULL,
743 BrigSegment8_t seg, hsa_op_base *arg0, hsa_op_base *arg1);
905 hsa_op_base *arg0 = NULL, hsa_op_base *arg1 = NULL,
938 BrigType16_t srct, hsa_op_base *arg0, hsa_op_base *arg1,
[all …]
/dragonfly/bin/ps/
H A Dfmt.c91 cmdpart(char *arg0) in cmdpart() argument
95 return ((cp = strrchr(arg0, '/')) != NULL ? cp + 1 : arg0); in cmdpart()
/dragonfly/stand/boot/pc32/
H A Dbootasmdef.c45 usage(const char *arg0, int code) in usage() argument
47 fprintf(stderr, "%s {BOOT0_ORIGIN,BOOT1_ORIGIN,MEM_BIOS_LADDR,BOOT2_VORIGIN}\n", arg0); in usage()
/dragonfly/contrib/gdb-7/gdb/
H A Dgdb-gdb.gdb.in28 call dump_die ($arg0, 1)
31 call dump_die ($arg0, $arg1)

12345