Searched refs:arg1 (Results 1 - 25 of 1036) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/macros/
H A Dtest3.s1 .macro m arg1 arg2
2 \arg1
H A Dtest1.s1 .macro m arg1 arg2
2 .globl \arg1
3 \arg1 == \arg2
H A Dvararg.s1 .macro v1 arg1 : req, args : vararg
2 .long foo\arg1
H A Dtest2.s1 .macro m arg1 arg2 arg3
2 .long \arg1
H A Dstrings.s1 .macro M arg1
2 .ascii "\arg1"
/netbsd-current/lib/libc/sys/
H A DLint___syscall.c13 __syscall(quad_t arg1, ...) argument
H A DLint_syscall.c13 syscall(int arg1, ...) argument
/netbsd-current/lib/libc/arch/hppa/string/
H A Dbzero.S49 comb,>=,n %r0,%arg1,$bzero_exit
55 comib,>>,n 4,%arg1,$bzero_bytes
64 add %arg1,%t1,%arg1
71 comib,>>= 15, %arg1, $bzero_word
72 addi -16, %arg1, %arg1
79 comib,<< 15, %arg1, $bzero_loop_16
80 addi -16, %arg1, %arg1
[all...]
/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);
36 rump_pub_vfslist_iterate(struct vfsops *arg1) argument
41 rv = rump_vfslist_iterate(arg1);
48 rump_pub_vfs_getopsbyname(const char *arg1) argument
53 rv = rump_vfs_getopsbyname(arg1);
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, arg
90 rump_pub_vattr_setrdev(struct vattr *arg1, dev_t arg2) argument
99 rump_pub_vattr_free(struct vattr *arg1) argument
108 rump_pub_vp_incref(struct vnode *arg1) argument
117 rump_pub_vp_getref(struct vnode *arg1) argument
129 rump_pub_vp_rele(struct vnode *arg1) argument
138 rump_pub_vp_interlock(struct vnode *arg1) argument
147 rump_pub_vp_vmobjlock(struct vnode *arg1, int arg2) argument
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
273 rump_pub_vfs_syncwait(struct mount *arg1) 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/arch/hppa/hppa/
H A Dsupport.S83 add %arg1, %arg2, %arg0 /* get the last byte to flush in arg0 */
90 add %arg1, %t1, %t1 /* ub for big loop is lb + L */
92 fdc,m %arg3(%sr1, %arg1) /* Start flushing first cache line. */
94 fdc,m %arg3(%sr1, %arg1)
95 fdc,m %arg3(%sr1, %arg1)
96 fdc,m %arg3(%sr1, %arg1)
97 fdc,m %arg3(%sr1, %arg1)
98 fdc,m %arg3(%sr1, %arg1)
99 fdc,m %arg3(%sr1, %arg1)
100 fdc,m %arg3(%sr1, %arg1)
[all...]
/netbsd-current/lib/libm/src/
H A Ds_matherr.c25 if(x->arg1!=x->arg1) return 0;
/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);
39 rump_pub_module_fini(const struct modinfo *arg1) argument
44 rv = rump_module_fini(arg1);
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);
75 rump_pub_uio_getresid(struct uio *arg1) argument
80 rv = rump_uio_getresid(arg1);
87 rump_pub_uio_getoff(struct uio *arg1) argument
99 rump_pub_uio_free(struct uio *arg1) argument
111 rump_pub_cred_create(uid_t arg1, gid_t arg2, size_t arg3, gid_t *arg4) argument
123 rump_pub_cred_put(struct kauth_cred *arg1) argument
132 rump_pub_lwproc_rfork(int arg1) argument
144 rump_pub_lwproc_newlwp(pid_t arg1) argument
156 rump_pub_lwproc_switch(struct lwp *arg1) argument
195 rump_pub_allbetsareoff_setid(pid_t arg1, int arg2) argument
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
228 rump_pub_etfs_remove(const char *arg1) argument
[all...]
/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/calcs/
H A Damdgpu_dcn_calc_math.c44 float dcn_bw_mod(const float arg1, const float arg2) argument
46 if (isNaN(arg1))
49 return arg1;
50 return arg1 - arg1 * ((int) (arg1 / arg2));
53 float dcn_bw_min2(const float arg1, const float arg2) argument
55 if (isNaN(arg1))
58 return arg1;
59 return arg1 < arg
62 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/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Dbw_fixed.h44 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1, argument
47 return (arg1.value <= arg2.value) ? arg1 : arg2;
50 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1, argument
53 return (arg2.value <= arg1.value) ? arg1 : arg2;
103 static inline struct bw_fixed bw_add(const struct bw_fixed arg1, argument
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
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/external/gpl2/groff/dist/src/include/
H A Derror.h26 const errarg &arg1 = empty_errarg,
32 const errarg &arg1 = empty_errarg,
38 const errarg &arg1 = empty_errarg,
43 const errarg &arg1 = empty_errarg,
48 const errarg &arg1 = empty_errarg,
53 const errarg &arg1 = empty_errarg,
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Derror.cpp38 const errarg &arg1,
70 errprint(format, arg1, arg2, arg3);
80 const errarg &arg1,
85 current_lineno, type, format, arg1, arg2, arg3);
90 const errarg &arg1,
94 do_error(ERROR, format, arg1, arg2, arg3);
98 const errarg &arg1,
102 do_error(WARNING, format, arg1, arg2, arg3);
106 const errarg &arg1,
110 do_error(FATAL, format, arg1, 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, arg
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/cddl/dtracetoolkit/dist/Bin/
H A Dj_thread.d52 this->thread = (char *)copyin(arg0, arg1 + 1);
53 this->thread[arg1] = '\0';
60 this->thread = (char *)copyin(arg0, arg1 + 1);
61 this->thread[arg1] = '\0';
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }
H A Dlockbyproc.d10 lockstat:::adaptive-block { @time[execname] = sum(arg1); }
H A Dsh_calls.d49 @calls[basename(copyinstr(arg0)), "func", copyinstr(arg1)] = count();
54 @calls[basename(copyinstr(arg0)), "builtin", copyinstr(arg1)] = count();
59 @calls[basename(copyinstr(arg0)), "cmd", copyinstr(arg1)] = count();
63 /arg1 != 0/
/netbsd-current/external/cddl/dtracetoolkit/dist/Java/
H A Dj_thread.d52 this->thread = (char *)copyin(arg0, arg1 + 1);
53 this->thread[arg1] = '\0';
60 this->thread = (char *)copyin(arg0, arg1 + 1);
61 this->thread[arg1] = '\0';
/netbsd-current/external/cddl/dtracetoolkit/dist/Locks/
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }

Completed in 144 milliseconds

1234567891011>>