Searched refs:arg2 (Results 1 - 25 of 838) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/macros/
H A Dtest3.s1 .macro m arg1 arg2
4 \arg2
H A Dtest2.s1 .macro m arg1 arg2 arg3
3 .ifc ,\arg2\arg3
5 m \arg2,\arg3
H A Dtest1.s1 .macro m arg1 arg2
3 \arg1 == \arg2
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndex_Internal.h24 #define INVOKE_BLOCK2(block, arg1, arg2) block(arg1, arg2)
30 #define INVOKE_BLOCK2(block, arg1, arg2) block->invoke(block, arg1, arg2)
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Dbw_fixed.h45 const struct bw_fixed arg2)
47 return (arg1.value <= arg2.value) ? arg1 : arg2;
51 const struct bw_fixed arg2)
53 return (arg2.value <= arg1.value) ? arg1 : arg2;
104 const struct bw_fixed arg2)
108 res.value = arg1.value + arg2.value;
113 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
117 res.value = arg1.value - arg2
44 bw_min2(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
50 bw_max2(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
103 bw_add(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
123 bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
128 bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
138 bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
143 bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
148 bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
153 bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
158 bw_ltn(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
163 bw_mtn(const struct bw_fixed arg1, const struct bw_fixed arg2) argument
[all...]
H A Ddcn_calc_math.h31 float dcn_bw_mod(const float arg1, const float arg2);
32 float dcn_bw_min2(const float arg1, const float arg2);
33 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2);
34 float dcn_bw_max2(const float arg1, const float arg2);
/netbsd-current/sys/rump/librump/rumpvfs/
H A Drumpvfs_if_wrappers.c27 rump_pub_getvninfo(struct vnode *arg1, enum rump_vtype *arg2, off_t *arg3, dev_t *arg4) argument
31 rump_getvninfo(arg1, arg2, arg3, arg4);
72 rump_pub_vattr_settype(struct vattr *arg1, enum rump_vtype arg2) argument
76 rump_vattr_settype(arg1, arg2);
81 rump_pub_vattr_setmode(struct vattr *arg1, mode_t arg2) argument
85 rump_vattr_setmode(arg1, arg2);
90 rump_pub_vattr_setrdev(struct vattr *arg1, dev_t arg2) argument
94 rump_vattr_setrdev(arg1, arg2);
147 rump_pub_vp_vmobjlock(struct vnode *arg1, int arg2) argument
151 rump_vp_vmobjlock(arg1, arg2);
156 rump_pub_freecn(struct componentname *arg1, int arg2) argument
165 rump_pub_namei(uint32_t arg1, uint32_t arg2, const char *arg3, struct vnode **arg4, struct vnode **arg5, struct componentname **arg6) argument
177 rump_pub_makecn(u_long arg1, u_long arg2, const char *arg3, size_t arg4, struct kauth_cred *arg5, struct lwp *arg6) argument
189 rump_pub_vfs_unmount(struct mount *arg1, int arg2) argument
201 rump_pub_vfs_root(struct mount *arg1, struct vnode **arg2, int arg3) argument
213 rump_pub_vfs_statvfs(struct mount *arg1, struct statvfs *arg2) argument
225 rump_pub_vfs_sync(struct mount *arg1, int arg2, struct kauth_cred *arg3) argument
237 rump_pub_vfs_fhtovp(struct mount *arg1, struct fid *arg2, struct vnode **arg3) argument
249 rump_pub_vfs_vptofh(struct vnode *arg1, struct fid *arg2, size_t *arg3) argument
261 rump_pub_vfs_extattrctl(struct mount *arg1, int arg2, struct vnode *arg3, int arg4, const char *arg5) argument
282 rump_pub_vfs_getmp(const char *arg1, struct mount **arg2) argument
294 rump_pub_vfs_mount_print(const char *arg1, int arg2) argument
303 rump_pub_syspuffs_glueinit(int arg1, int *arg2) argument
317 rump_pub_vattr50_to_vattr(const struct vattr *arg1, struct vattr *arg2) argument
330 rump_pub_vattr_to_vattr50(const struct vattr *arg1, struct vattr *arg2) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calc_math.c44 float dcn_bw_mod(const float arg1, const float arg2) argument
47 return arg2;
48 if (isNaN(arg2))
50 return arg1 - arg1 * ((int) (arg1 / arg2));
53 float dcn_bw_min2(const float arg1, const float arg2) argument
56 return arg2;
57 if (isNaN(arg2))
59 return arg1 < arg2 ? arg1 : arg2;
62 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) argument
66 dcn_bw_max2(const float arg1, const float arg2) argument
[all...]
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Derror.h27 const errarg &arg2 = empty_errarg,
33 const errarg &arg2 = empty_errarg,
39 const errarg &arg2 = empty_errarg,
44 const errarg &arg2 = empty_errarg,
49 const errarg &arg2 = empty_errarg,
54 const errarg &arg2 = empty_errarg,
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Djs_objgc.d63 /arg2/
67 filename[arg2] = this->file;
71 /filename[arg2] == NULL/
77 /filename[arg2] != NULL/
79 @objs[filename[arg2], copyinstr(arg1)] = sum(-1);
80 filename[arg2] = 0;
/netbsd-current/external/cddl/dtracetoolkit/dist/JavaScript/
H A Djs_objgc.d63 /arg2/
67 filename[arg2] = this->file;
71 /filename[arg2] == NULL/
77 /filename[arg2] != NULL/
79 @objs[filename[arg2], copyinstr(arg1)] = sum(-1);
80 filename[arg2] = 0;
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Derror.cpp39 const errarg &arg2,
70 errprint(format, arg1, arg2, arg3);
81 const errarg &arg2,
85 current_lineno, type, format, arg1, arg2, arg3);
91 const errarg &arg2,
94 do_error(ERROR, format, arg1, arg2, arg3);
99 const errarg &arg2,
102 do_error(WARNING, format, arg1, arg2, arg3);
107 const errarg &arg2,
110 do_error(FATAL, format, arg1, arg2, arg
33 do_error_with_file_and_line(const char *filename, const char *source_filename, int lineno, error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
78 do_error(error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
89 error(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
97 warning(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
105 fatal(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
113 error_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
124 warning_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
135 fatal_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dfixed31_32.h143 * result = arg1 < arg2
145 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) argument
147 return arg1.value < arg2.value;
152 * result = arg1 <= arg2
154 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) argument
156 return arg1.value <= arg2.value;
161 * result = arg1 == arg2
163 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) argument
165 return arg1.value == arg2.value;
170 * result = min(arg1, arg2)
172 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) argument
184 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) argument
255 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) argument
271 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) argument
280 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) argument
296 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) argument
318 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) argument
333 dc_fixpt_div_int(struct fixed31_32 arg1, long long arg2) argument
342 dc_fixpt_div(struct fixed31_32 arg1, struct fixed31_32 arg2) argument
436 dc_fixpt_pow(struct fixed31_32 arg1, struct fixed31_32 arg2) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-syscall.h31 long sim_syscall (SIM_CPU *, int func, long arg1, long arg2, long arg3,
35 void sim_syscall_multi (SIM_CPU *, int func, long arg1, long arg2, long arg3,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-sym-info-1.c30 f1 (int arg1, int arg2) argument
32 return arg1 + arg2;
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-syscall.h33 long sim_syscall (SIM_CPU *, int func, long arg1, long arg2, long arg3,
37 void sim_syscall_multi (SIM_CPU *, int func, long arg1, long arg2, long arg3,
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-sym-info-1.c30 f1 (int arg1, int arg2) argument
32 return arg1 + arg2;
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dtrace.h289 # define OSSL_TRACE2(category, format, arg1, arg2) \
290 OSSL_TRACEV(category, (trc_out, format, arg1, arg2))
291 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \
292 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3))
293 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \
294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4))
295 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \
296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5))
297 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \
298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg
[all...]
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dhooks.c11 func_to_hook(int arg1, int arg2) { argument
12 return arg1 + arg2;
/netbsd-current/sys/rump/librump/rumpnet/
H A Drumpnet_if_wrappers.c27 rump_pub_shmif_create(const char *arg1, int *arg2) argument
32 rv = rump_shmif_create(arg1, arg2);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc32 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2) {
35 "S"((u64)arg2) : "rcx", "r11", "memory", "cc");
40 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) {
43 "S"((u64)arg2), "d"((u64)arg3) : "rcx", "r11", "memory", "cc");
48 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
52 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
58 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
64 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
71 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
78 "S"((u64)arg2), "
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc30 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2) {
33 "S"((u64)arg2) : "rcx", "r11", "memory", "cc");
38 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) {
41 "S"((u64)arg2), "d"((u64)arg3) : "rcx", "r11", "memory", "cc");
46 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
50 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
56 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
62 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
69 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
76 "S"((u64)arg2), "
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc31 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2) {
34 "S"((u64)arg2) : "rcx", "r11", "memory", "cc");
39 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) {
42 "S"((u64)arg2), "d"((u64)arg3) : "rcx", "r11", "memory", "cc");
47 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
51 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
57 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
63 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
70 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
77 "S"((u64)arg2), "
[all...]
/netbsd-current/sys/rump/librump/rumpkern/
H A Drumpkern_if_wrappers.c27 rump_pub_module_init(const struct modinfo * const *arg1, size_t arg2) argument
32 rv = rump_module_init(arg1, arg2);
51 rump_pub_kernelfsym_load(void *arg1, uint64_t arg2, char *arg3, uint64_t arg4) argument
56 rv = rump_kernelfsym_load(arg1, arg2, arg3, arg4);
63 rump_pub_uio_setup(void *arg1, size_t arg2, off_t arg3, enum rump_uiorw arg4) argument
68 rv = rump_uio_setup(arg1, arg2, arg3, arg4);
111 rump_pub_cred_create(uid_t arg1, gid_t arg2, size_t arg3, gid_t *arg4) argument
116 rv = rump_cred_create(arg1, arg2, arg3, arg4);
195 rump_pub_allbetsareoff_setid(pid_t arg1, int arg2) argument
199 rump_allbetsareoff_setid(arg1, arg2);
204 rump_pub_etfs_register(const char *arg1, const char *arg2, enum rump_etfs_type arg3) argument
216 rump_pub_etfs_register_withsize(const char *arg1, const char *arg2, enum rump_etfs_type arg3, uint64_t arg4, uint64_t arg5) argument
[all...]
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dunbound_cache.cmd23 rem arg2 - file name (optional)
25 set arg2=%2 variable
36 if defined %arg2% (goto Not_Defined) else (goto Defined)
68 echo Saving cache to %arg2%
69 %uc% dump_cache>%arg2%
70 dir /a %arg2%
76 echo Loading cache from %arg2%
77 dir /a %arg2%
78 type %arg2%|%uc% load_cache
83 echo Saving cache to %arg2
[all...]

Completed in 152 milliseconds

1234567891011>>