Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 25 of 173) sorted by relevance

1234567

/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/
Dbw_fixed.h43 const struct bw_fixed arg2) in bw_min2()
49 const struct bw_fixed arg2) in bw_max2()
104 const struct bw_fixed arg2) in bw_add()
113 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub()
123 static inline struct bw_fixed bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_div()
128 static inline struct bw_fixed bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mod()
138 static inline bool bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_equ()
143 static inline bool bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_neq()
148 static inline bool bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_leq()
153 static inline bool bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_meq()
[all …]
/openbsd/src/sys/dev/pci/drm/amd/display/include/
Dfixed31_32.h135 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt()
144 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le()
153 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq()
162 static inline struct fixed31_32 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_min()
174 static inline struct fixed31_32 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_max()
245 static inline struct fixed31_32 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_add()
261 static inline struct fixed31_32 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_add_int()
270 static inline struct fixed31_32 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_sub()
286 static inline struct fixed31_32 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_sub_int()
308 static inline struct fixed31_32 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_mul_int()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
Dasm1.C8 struct arg2 { struct
9 int value;
10 static const int info = 11;
/openbsd/src/sys/dev/
Dkcov.c170 trace_cmp(struct kcov_dev *kd, uint64_t type, uint64_t arg1, uint64_t arg2, in trace_cmp()
183 #define TRACE_CMP(type, arg1, arg2) do { \ argument
192 __sanitizer_cov_trace_cmp1(uint8_t arg1, uint8_t arg2) in __sanitizer_cov_trace_cmp1()
198 __sanitizer_cov_trace_cmp2(uint16_t arg1, uint16_t arg2) in __sanitizer_cov_trace_cmp2()
204 __sanitizer_cov_trace_cmp4(uint32_t arg1, uint32_t arg2) in __sanitizer_cov_trace_cmp4()
210 __sanitizer_cov_trace_cmp8(uint64_t arg1, uint64_t arg2) in __sanitizer_cov_trace_cmp8()
216 __sanitizer_cov_trace_const_cmp1(uint8_t arg1, uint8_t arg2) in __sanitizer_cov_trace_const_cmp1()
222 __sanitizer_cov_trace_const_cmp2(uint16_t arg1, uint16_t arg2) in __sanitizer_cov_trace_const_cmp2()
228 __sanitizer_cov_trace_const_cmp4(uint32_t arg1, uint32_t arg2) in __sanitizer_cov_trace_const_cmp4()
234 __sanitizer_cov_trace_const_cmp8(uint64_t arg1, uint64_t arg2) in __sanitizer_cov_trace_const_cmp8()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dvalarith.c87 value_add (struct value *arg1, struct value *arg2) in value_add()
133 value_sub (struct value *arg1, struct value *arg2) in value_sub()
294 binop_user_defined_p (enum exp_opcode op, struct value *arg1, struct value *arg2) in binop_user_defined_p()
343 value_x_binop (struct value *arg1, struct value *arg2, enum exp_opcode op, in value_x_binop()
615 value_concat (struct value *arg1, struct value *arg2) in value_concat()
750 value_binop (struct value *arg1, struct value *arg2, enum exp_opcode op) in value_binop()
1185 value_strcmp (struct value *arg1, struct value *arg2) in value_strcmp()
1215 value_equal (struct value *arg1, struct value *arg2) in value_equal()
1276 value_less (struct value *arg1, struct value *arg2) in value_less()
Dremote-rdi.c190 unsigned long arg1, arg2; in arm_rdi_open() local
334 unsigned long arg1, arg2; in arm_rdi_create_inferior() local
610 unsigned long arg1, arg2; in arm_rdi_files_info() local
/openbsd/src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/
DDLL.xs37 call20(unsigned long fp, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long … in call20()
54 call20_rp3(unsigned long fp, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned l… in call20_rp3()
62 call20_Dos(char *msg, unsigned long fp, unsigned long arg0, unsigned long arg1, unsigned long arg2,… in call20_Dos()
72 call20_Win(char *msg, unsigned long fp, unsigned long arg0, unsigned long arg1, unsigned long arg2,… in call20_Win()
81 …ar *msg, unsigned long fp, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned lo… in call20_Win_0OK()
91 call20_Win_0OK_survive(unsigned long fp, unsigned long arg0, unsigned long arg1, unsigned long arg2 in call20_Win_0OK_survive()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DIndex_Internal.h24 #define INVOKE_BLOCK2(block, arg1, arg2) block(arg1, arg2) argument
30 #define INVOKE_BLOCK2(block, arg1, arg2) block->invoke(block, arg1, arg2) argument
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectSettings.cpp33 CommandArgumentEntry arg2; in CommandObjectSettingsSet() local
561 CommandArgumentEntry arg2; in CommandObjectSettingsRemove() local
655 CommandArgumentEntry arg2; in CommandObjectSettingsReplace() local
752 CommandArgumentEntry arg2; in CommandObjectSettingsInsertBefore() local
848 CommandArgumentEntry arg2; in CommandObjectSettingsInsertAfter() local
944 CommandArgumentEntry arg2; in CommandObjectSettingsAppend() local
/openbsd/src/gnu/usr.bin/texinfo/info/
Dwindow.c1260 window_message_in_echo_area (char *format, void *arg1, void *arg2) in window_message_in_echo_area()
1277 message_in_echo_area (char *format, void *arg1, void *arg2) in message_in_echo_area()
1327 build_message_buffer (char *format, void *arg1, void *arg2, void *arg3) in build_message_buffer()
1474 build_message_node (char *format, void *arg1, void *arg2) in build_message_node()
1516 printf_to_message_buffer (char *format, void *arg1, void *arg2, void *arg3) in printf_to_message_buffer()
/openbsd/src/regress/lib/libm/msun/
Dnext_test.c61 #define testboth(arg1, arg2, ans, ex, prec) do { \ argument
65 #define testall(arg1, arg2, ans, ex) do { \ argument
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
D900121_01.C11 void function (struct s0 &arg1, struct s0 &arg2) in function()
D900519_05.C12 void function (int arg1, int arg2) in function()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
Dtemps6.C12 int& test(str *arg1, int str::*arg2) in test()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
Dctors2.C24 base::base(int arg1, int arg2) in base()
Dctors1.C23 base::base(int arg1, int arg2) in base()
/openbsd/src/gnu/gcc/gcc/config/
Ddfp-bit.c106 decNumber arg1, arg2, res; in dfp_binary_op() local
136 decNumber arg1, arg2, res; in dfp_compare_op() local
532 decNumber arg1, arg2; in DFP_UNORD() local
/openbsd/src/sys/dev/dt/
Ddtvar.h273 #define _DT_STATIC_PROBEN(func, name, arg0, arg1, arg2, arg3, arg4, n) \ argument
295 #define DT_STATIC_PROBE3(func, name, arg0, arg1, arg2) \ argument
298 #define DT_STATIC_PROBE4(func, name, arg0, arg1, arg2, arg3) \ argument
301 #define DT_STATIC_PROBE5(func, name, arg0, arg1, arg2, arg3, arg4) \ argument
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/
Dheader_ciso646.cc103 bool arg2 = false; in test02() local
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2thread.h21 #define pthread_attr_setdetachstate(arg1,arg2) 0 argument
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compat/
Dstruct-ret-1.c7 f (int arg1, int arg2) in f()
/openbsd/src/lib/libcrypto/ec/
Decx_methods.c546 ecx_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecx_ctrl()
604 ecx_sign_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecx_sign_ctrl()
773 pkey_ecx_ctrl(EVP_PKEY_CTX *pkey_ctx, int op, int arg1, void *arg2) in pkey_ecx_ctrl()
872 pkey_ecx_ed_ctrl(EVP_PKEY_CTX *pkey_ctx, int op, int arg1, void *arg2) in pkey_ecx_ed_ctrl()
/openbsd/src/gnu/usr.bin/cvs/diff/
Dutil.c38 char const *arg2; member
121 message (format, arg1, arg2) in message() argument
128 message5 (format, arg1, arg2, arg3, arg4) in message5() argument
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
Dthunk2.C31 A CExample::MixinFunc(int arg, A arg2) in MixinFunc()
Dthunk1.C28 A CExample::MixinFunc(int arg, A arg2) in MixinFunc()

1234567