Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 25 of 221) sorted by relevance

123456789

/dflybsd-src/sys/dev/drm/amd/display/dc/inc/
H A Dbw_fixed.h42 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1, in bw_min2()
48 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1, in bw_max2()
101 static inline struct bw_fixed bw_add(const struct bw_fixed arg1, in bw_add()
111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub()
121 static inline struct bw_fixed bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_div()
126 static inline struct bw_fixed bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mod()
137 static inline bool bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_equ()
142 static inline bool bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_neq()
147 static inline bool bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_leq()
152 static inline bool bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_meq()
[all …]
/dflybsd-src/sys/dev/drm/amd/display/include/
H A Dfixed31_32.h141 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt()
150 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le()
159 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq()
168 static inline struct fixed31_32 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_min()
180 static inline struct fixed31_32 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_max()
251 static inline struct fixed31_32 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_add()
267 static inline struct fixed31_32 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_add_int()
276 static inline struct fixed31_32 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_sub()
292 static inline struct fixed31_32 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_sub_int()
314 static inline struct fixed31_32 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_mul_int()
[all …]
/dflybsd-src/sys/sys/
H A Dcpputil.h65 #define __GENSTRUCT1(tag, arg1) struct tag { \ argument
68 #define __GENSTRUCT2(tag, arg1, arg2) struct tag { \ argument
72 #define __GENSTRUCT3(tag, arg1, arg2, arg3) struct tag { \ argument
77 #define __GENSTRUCT4(tag, arg1, arg2, arg3, arg4) struct tag { \ argument
83 #define __GENSTRUCT5(tag, arg1, arg2, arg3, arg4, arg5) struct tag { \ argument
90 #define __GENSTRUCT6(tag, arg1, arg2, arg3, arg4, arg5, arg6) struct tag { \ argument
98 #define __GENSTRUCT7(tag, arg1, arg2, arg3, arg4, arg5, arg6, arg7) struct tag { \ argument
107 #define __GENSTRUCT8(tag, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) struct tag { \ argument
117 #define __GENSTRUCT9(tag, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) struct tag { \ argument
128 #define __GENSTRUCT10(tag, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) struct tag … argument
[all …]
H A Dthread2.h319 lwkt_send_ipiq2(globaldata_t target, ipifunc2_t func, void *arg1, int arg2) in lwkt_send_ipiq2()
331 lwkt_send_ipiq2_mask(cpumask_t mask, ipifunc2_t func, void *arg1, int arg2) in lwkt_send_ipiq2_mask()
344 void *arg1, int arg2) in lwkt_send_ipiq2_passive()
356 lwkt_send_ipiq2_bycpu(int dcpu, ipifunc2_t func, void *arg1, int arg2) in lwkt_send_ipiq2_bycpu()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dvalarith.c86 value_ptradd (struct value *arg1, LONGEST arg2) in value_ptradd()
107 value_ptrdiff (struct value *arg1, struct value *arg2) in value_ptrdiff()
256 struct value *arg1, struct value *arg2) in binop_user_defined_p()
268 unop_user_defined_p (enum exp_opcode op, struct value *arg1) in unop_user_defined_p()
344 value_x_binop (struct value *arg1, struct value *arg2, enum exp_opcode op, in value_x_binop()
509 value_x_unop (struct value *arg1, enum exp_opcode op, enum noside noside) in value_x_unop()
626 value_concat (struct value *arg1, struct value *arg2) in value_concat()
830 value_args_as_decimal (struct value *arg1, struct value *arg2, in value_args_as_decimal()
897 scalar_binop (struct value *arg1, struct value *arg2, enum exp_opcode op) in scalar_binop()
1445 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op) in value_binop()
[all …]
/dflybsd-src/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calc_math.c39 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod()
48 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2()
57 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max()
61 float dcn_bw_max2(const float arg1, const float arg2) in dcn_bw_max2()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfold-const-call.c186 const real_value *arg0, const real_value *arg1, in do_mpfr_arg2()
219 const wide_int_ref &arg0, const real_value *arg1, in do_mpfr_arg2()
250 const real_value *arg0, const real_value *arg1, in do_mpfr_arg3()
502 const real_value *arg1, const real_format *format) in fold_const_pow()
538 const wide_int_ref &arg1, in fold_const_builtin_load_exponent()
1202 fold_const_fold_left (tree type, tree arg0, tree arg1, tree_code code) in fold_const_fold_left()
1228 const real_value *arg0, const real_value *arg1, in fold_const_call_sss()
1277 const real_value *arg0, const wide_int_ref &arg1, in fold_const_call_sss()
1316 const wide_int_ref &arg0, const real_value *arg1, in fold_const_call_sss()
1362 fold_const_call_1 (combined_fn fn, tree type, tree arg0, tree arg1) in fold_const_call_1()
[all …]
H A Dconvert.c284 tree arg1 = strip_float_extensions (TREE_OPERAND (expr, 1)); in convert_to_real_1() local
424 enum tree_code ex_form, tree type, tree arg0, tree arg1, in do_narrow()
819 tree arg1 = get_unwidened (TREE_OPERAND (expr, 1), NULL_TREE); in convert_to_integer_1() local
851 tree arg1 = get_unwidened (TREE_OPERAND (expr, 1), type); in convert_to_integer_1() local
874 tree arg1 = get_unwidened (TREE_OPERAND (expr, 1), type); in convert_to_integer_1() local
H A Dfold-const.c177 div_if_zero_remainder (const_tree arg1, const_tree arg2) in div_if_zero_remainder()
981 wi::tree_to_wide_ref arg1 = wi::to_wide (parg1); in int_const_binop_2() local
1125 int_const_binop_1 (enum tree_code code, const_tree arg1, const_tree arg2, in int_const_binop_1()
1189 int_const_binop (enum tree_code code, const_tree arg1, const_tree arg2) in int_const_binop()
1221 const_binop (enum tree_code code, tree arg1, tree arg2) in const_binop()
1590 const_binop (enum tree_code code, tree type, tree arg1, tree arg2) in const_binop()
1882 size_binop_loc (location_t loc, enum tree_code code, tree arg0, tree arg1) in size_binop_loc()
1930 size_diffop_loc (location_t loc, tree arg0, tree arg1) in size_diffop_loc()
1978 fold_convert_const_int_from_int (tree type, const_tree arg1) in fold_convert_const_int_from_int()
1992 fold_convert_const_int_from_real (enum tree_code code, tree type, const_tree arg1) in fold_convert_const_int_from_real()
[all …]
H A Dtree-ssa-phiopt.c187 tree arg0, arg1; in tree_ssa_phiopt_worker() local
410 tree arg0, tree arg1, gimple *cond_stmt) in factor_out_conditional_conversion()
575 tree arg0, tree arg1) in conditional_replacement()
723 rhs_is_fed_for_value_replacement (const_tree arg0, const_tree arg1, in rhs_is_fed_for_value_replacement()
761 operand_equal_for_value_replacement (const_tree arg0, const_tree arg1, in operand_equal_for_value_replacement()
887 tree arg0, tree arg1) in value_replacement()
1194 tree arg0, tree arg1) in minmax_replacement()
1529 gimple *phi, tree arg0, tree arg1) in abs_replacement()
2326 tree arg1, arg2, ref1, ref2, field1, field2; in hoist_adjacent_loads() local
H A Dgimple-fold.h101 enum built_in_function fn, tree type, tree arg0, tree arg1) in gimple_build()
110 tree arg0, tree arg1, tree arg2) in gimple_build()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dconvert.c282 tree arg1 = strip_float_extensions (TREE_OPERAND (expr, 1)); in convert_to_real() local
691 tree arg1 = get_unwidened (TREE_OPERAND (expr, 1), type); in convert_to_integer() local
718 tree arg1 = get_unwidened (TREE_OPERAND (expr, 1), type); in convert_to_integer() local
741 tree arg1 = get_unwidened (TREE_OPERAND (expr, 1), type); in convert_to_integer() local
H A Dfold-const.c185 div_if_zero_remainder (enum tree_code code, const_tree arg1, const_tree arg2) in div_if_zero_remainder()
956 int_const_binop (enum tree_code code, const_tree arg1, const_tree arg2) in int_const_binop()
1111 const_binop (enum tree_code code, tree arg1, tree arg2) in const_binop()
1433 size_binop_loc (location_t loc, enum tree_code code, tree arg0, tree arg1) in size_binop_loc()
1477 size_diffop_loc (location_t loc, tree arg0, tree arg1) in size_diffop_loc()
1525 fold_convert_const_int_from_int (tree type, const_tree arg1) in fold_convert_const_int_from_int()
1545 fold_convert_const_int_from_real (enum tree_code code, tree type, const_tree arg1) in fold_convert_const_int_from_real()
1619 fold_convert_const_int_from_fixed (tree type, const_tree arg1) in fold_convert_const_int_from_fixed()
1667 fold_convert_const_real_from_real (tree type, const_tree arg1) in fold_convert_const_real_from_real()
1700 fold_convert_const_real_from_fixed (tree type, const_tree arg1) in fold_convert_const_real_from_fixed()
[all …]
H A Dbuiltins.c1133 tree arg0, arg1, arg2; in expand_builtin_prefetch() local
2145 tree arg0, arg1; in expand_builtin_mathfn_2() local
2253 tree arg0, arg1, arg2; in expand_builtin_mathfn_ternary() local
2940 tree arg0, arg1; in expand_builtin_powi() local
3740 tree arg1 = CALL_EXPR_ARG (exp, 0); in expand_builtin_memcmp() local
3826 tree arg1 = CALL_EXPR_ARG (exp, 0); in expand_builtin_strcmp() local
3974 tree arg1 = CALL_EXPR_ARG (exp, 0); in expand_builtin_strncmp() local
5640 fold_builtin_atomic_always_lock_free (tree arg0, tree arg1) in fold_builtin_atomic_always_lock_free()
5701 tree arg1 = CALL_EXPR_ARG (exp, 1); in expand_builtin_atomic_always_lock_free() local
5719 fold_builtin_atomic_is_lock_free (tree arg0, tree arg1) in fold_builtin_atomic_is_lock_free()
[all …]
H A Dtree-ssa-phiopt.c234 tree arg0, arg1; in tree_ssa_phiopt_worker() local
498 tree arg0, tree arg1) in conditional_replacement()
635 tree arg0, tree arg1) in value_replacement()
740 tree arg0, tree arg1) in minmax_replacement()
987 gimple phi, tree arg0, tree arg1) in abs_replacement()
/dflybsd-src/sys/kern/
H A Dkern_mpipe.c51 void *arg1; member
261 mpipe_alloc_callback(malloc_pipe_t mpipe, void (*func)(void *arg1, void *arg2), in mpipe_alloc_callback()
H A Dlwkt_ipiq.c110 #define logipiq(name, func, arg1, arg2, sgd, dgd) \ argument
181 lwkt_send_ipiq3(globaldata_t target, ipifunc3_t func, void *arg1, int arg2) in lwkt_send_ipiq3()
341 void *arg1, int arg2) in lwkt_send_ipiq3_passive()
398 lwkt_send_ipiq3_bycpu(int dcpu, ipifunc3_t func, void *arg1, int arg2) in lwkt_send_ipiq3_bycpu()
413 lwkt_send_ipiq3_mask(cpumask_t mask, ipifunc3_t func, void *arg1, int arg2) in lwkt_send_ipiq3_mask()
/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_ratectl_none.c81 void *arg1, void *arg2 __unused) in none_tx_complete()
87 void *arg1, void *arg2, void *arg3) in none_tx_update()
H A Dieee80211_amrr.c361 void *arg1, void *arg2 __unused) in amrr_tx_complete()
379 void *arg1, void *arg2, void *arg3) in amrr_tx_update()
/dflybsd-src/contrib/tcp_wrappers/
H A Dinetcf.c64 char *arg1; local
159 static void inet_chk(protocol, path, arg0, arg1) in inet_chk() argument
/dflybsd-src/tools/regression/lib/libm/
H A Dtest-next.c60 #define testboth(arg1, arg2, ans, ex, prec) do { \ argument
64 #define testall(arg1, arg2, ans, ex) do { \ argument
/dflybsd-src/contrib/cvs-1.12/diff/
H A Dutil.c37 char const *arg1; member
93 diff_error (format, arg, arg1) in diff_error() argument
121 message (format, arg1, arg2) in message() argument
128 message5 (format, arg1, arg2, arg3, arg4) in message5() argument
/dflybsd-src/crypto/libressl/crypto/gost/
H A Dgost89imit_ameth.c67 mac_ctrl_gost(EVP_PKEY *pkey, int op, long arg1, void *arg2) in mac_ctrl_gost()
/dflybsd-src/sys/netproto/802_11/
H A Dieee80211_ratectl.h100 const struct ieee80211_node *ni, int status, void *arg1, void *arg2) in ieee80211_ratectl_tx_complete()
107 const struct ieee80211_node *ni, void *arg1, void *arg2, void *arg3) in ieee80211_ratectl_tx_update()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dvtable-class-hierarchy.c760 vec<tree> *vtbl_ptr_array, tree body, tree arg1, in insert_call_to_register_set()
818 insert_call_to_register_pair (vec<tree> *vtbl_ptr_array, tree arg1, in insert_call_to_register_pair()
871 tree arg1 = TREE_OPERAND (vtbl_ptr_array[i], 1); in output_set_info() local
911 tree arg1; in register_all_pairs() local

123456789