Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 12445) sorted by relevance

12345678910>>...498

/aosp_15_r20/external/clang/test/CodeGen/
H A Ddebug-info-257-args.c7 void fn1(int, int, int, int, int, int, int, int, int, int, int, int, int, int, in fn1() argument
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py27 def broadcast(a: List[int], b: List[int]):
51 def broadcast_three(a: List[int], b: List[int], c: List[int]):
55 def broadcast_one_three(a: List[int], b: Any, c: List[int]):
59 def adaptive_avg_pool2d(self: List[int], out: List[int]):
73 def _copy(self: List[int]):
80 def unary(self: List[int]):
84 def broadcast_inplace(a: List[int], b: List[int]):
104 def expand(self: List[int], sizes: List[int]):
126 def expand_one_unused(self: List[int], sizes: List[int], inp0: Any):
130 def infer_size_impl(shape: List[int], numel: int) -> List[int]:
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_unary_addr.cpp41 void operator()(int) in operator ()() argument
49 void operator()(int, int) in operator ()() argument
53 void operator()(int, int) const in operator ()() argument
57 void operator()(int, int, int) in operator ()() argument
61 void operator()(int, int, int) const in operator ()() argument
65 void operator()(int, int, int, int) in operator ()() argument
69 void operator()(int, int, int, int) const in operator ()() argument
73 void operator()(int, int, int, int, int) in operator ()() argument
77 void operator()(int, int, int, int, int) const in operator ()() argument
81 void operator()(int, int, int, int, int, int) in operator ()() argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_unary_addr.cpp51 void operator()(int) in operator ()() argument
59 void operator()(int, int) in operator ()() argument
63 void operator()(int, int) const in operator ()() argument
67 void operator()(int, int, int) in operator ()() argument
71 void operator()(int, int, int) const in operator ()() argument
75 void operator()(int, int, int, int) in operator ()() argument
79 void operator()(int, int, int, int) const in operator ()() argument
83 void operator()(int, int, int, int, int) in operator ()() argument
87 void operator()(int, int, int, int, int) const in operator ()() argument
91 void operator()(int, int, int, int, int, int) in operator ()() argument
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dzsyscall_freebsd_386.go17 func getgroups(ngid int, gid *_Gid_t) (n int, err error) {
28 func setgroups(ngid int, gid *_Gid_t) (err error) {
38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
49 func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {
60 func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
70 func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
80 func socket(domain int, typ int, proto int) (fd int, err error) {
91 func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {
101 func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {
111 func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {
[all …]
Dzsyscall_freebsd_amd64.go17 func getgroups(ngid int, gid *_Gid_t) (n int, err error) {
28 func setgroups(ngid int, gid *_Gid_t) (err error) {
38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
49 func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {
60 func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
70 func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
80 func socket(domain int, typ int, proto int) (fd int, err error) {
91 func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {
101 func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {
111 func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {
[all …]
Dzsyscall_freebsd_riscv64.go17 func getgroups(ngid int, gid *_Gid_t) (n int, err error) {
28 func setgroups(ngid int, gid *_Gid_t) (err error) {
38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
49 func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {
60 func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
70 func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
80 func socket(domain int, typ int, proto int) (fd int, err error) {
91 func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {
101 func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {
111 func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {
[all …]
Dzsyscall_freebsd_arm.go17 func getgroups(ngid int, gid *_Gid_t) (n int, err error) {
28 func setgroups(ngid int, gid *_Gid_t) (err error) {
38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
49 func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {
60 func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
70 func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
80 func socket(domain int, typ int, proto int) (fd int, err error) {
91 func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {
101 func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {
111 func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {
[all …]
Dzsyscall_freebsd_arm64.go17 func getgroups(ngid int, gid *_Gid_t) (n int, err error) {
28 func setgroups(ngid int, gid *_Gid_t) (err error) {
38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
49 func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {
60 func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
70 func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
80 func socket(domain int, typ int, proto int) (fd int, err error) {
91 func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {
101 func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {
111 func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {
[all …]
Dzsyscall_linux.go25 func fchmodat(dirfd int, path string, mode uint32) (err error) {
40 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
55 func ioctl(fd int, req uint, arg uintptr) (err error) {
65 func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) {
75 func Linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
95 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
111 func openat2(dirfd int, path string, open_how *OpenHow, size int) (fd int, err error) {
127 func pipe2(p *[2]_C_int, flags int) (err error) {
137 func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) {
148 func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
[all …]
Dzsyscall_zos_s390x.go18 func fcntl(fd int, cmd int, arg int) (val int, err error) {
31 func impl_Flistxattr(fd int, dest []byte) (sz int, err error) {
53 func enter_Flistxattr(fd int, dest []byte) (sz int, err error) {
63 func error_Flistxattr(fd int, dest []byte) (sz int, err error) {
71 func impl_Fremovexattr(fd int, attr string) (err error) {
91 func enter_Fremovexattr(fd int, attr string) (err error) {
101 func error_Fremovexattr(fd int, attr string) (err error) {
108 func read(fd int, p []byte) (n int, err error) {
127 func write(fd int, p []byte) (n int, err error) {
146 func impl_Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) {
[all …]
Dzsyscall_aix_ppc64_gccgo.go145 func callutimensat(dirfd int, _p0 uintptr, times uintptr, flag int) (r1 uintptr, e1 Errno) {
153 func callgetcwd(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) {
161 func callaccept(s int, rsa uintptr, addrlen uintptr) (r1 uintptr, e1 Errno) {
169 func callgetdirent(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) {
177 func callwait4(pid int, status uintptr, options int, rusage uintptr) (r1 uintptr, e1 Errno) {
185 func callioctl(fd int, req int, arg uintptr) (r1 uintptr, e1 Errno) {
193 func callioctl_ptr(fd int, req int, arg unsafe.Pointer) (r1 uintptr, e1 Errno) {
201 func callfcntl(fd uintptr, cmd int, arg uintptr) (r1 uintptr, e1 Errno) {
209 func callfsync_range(fd int, how int, start int64, length int64) (r1 uintptr, e1 Errno) {
241 func callclose(fd int) (r1 uintptr, e1 Errno) {
[all …]
Dzsyscall_netbsd_arm.go17 func getgroups(ngid int, gid *_Gid_t) (n int, err error) {
28 func setgroups(ngid int, gid *_Gid_t) (err error) {
38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
49 func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {
60 func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
70 func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
80 func socket(domain int, typ int, proto int) (fd int, err error) {
91 func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {
101 func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {
111 func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {
[all …]
Dzsyscall_netbsd_arm64.go17 func getgroups(ngid int, gid *_Gid_t) (n int, err error) {
28 func setgroups(ngid int, gid *_Gid_t) (err error) {
38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
49 func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {
60 func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
70 func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
80 func socket(domain int, typ int, proto int) (fd int, err error) {
91 func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {
101 func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {
111 func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {
[all …]
Dzsyscall_netbsd_amd64.go17 func getgroups(ngid int, gid *_Gid_t) (n int, err error) {
28 func setgroups(ngid int, gid *_Gid_t) (err error) {
38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
49 func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {
60 func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
70 func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
80 func socket(domain int, typ int, proto int) (fd int, err error) {
91 func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {
101 func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {
111 func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {
[all …]
Dzsyscall_netbsd_386.go17 func getgroups(ngid int, gid *_Gid_t) (n int, err error) {
28 func setgroups(ngid int, gid *_Gid_t) (err error) {
38 func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err error) {
49 func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) {
60 func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
70 func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
80 func socket(domain int, typ int, proto int) (fd int, err error) {
91 func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {
101 func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {
111 func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err error) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_linux_ppc64.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
108 func pipe2(p *[2]_C_int, flags int) (err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
[all …]
Dzsyscall_linux_ppc64le.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
108 func pipe2(p *[2]_C_int, flags int) (err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
[all …]
Dzsyscall_linux_riscv64.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
108 func pipe2(p *[2]_C_int, flags int) (err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
[all …]
Dzsyscall_linux_arm64.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
108 func pipe2(p *[2]_C_int, flags int) (err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
[all …]
Dzsyscall_linux_arm.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
108 func pipe2(p *[2]_C_int, flags int) (err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
[all …]
Dzsyscall_linux_amd64.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
108 func pipe2(p *[2]_C_int, flags int) (err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
[all …]
Dzsyscall_linux_loong64.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
108 func pipe2(p *[2]_C_int, flags int) (err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
[all …]
Dzsyscall_linux_mips.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
108 func pipe2(p *[2]_C_int, flags int) (err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
[all …]
Dzsyscall_linux_mipsle.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
108 func pipe2(p *[2]_C_int, flags int) (err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
[all …]

12345678910>>...498