Home
last modified time | relevance | path

Searched refs:Sizeof (Results 1 – 22 of 22) sorted by relevance

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_dragonfly.go34 const siz = unsafe.Sizeof(mib[0])
120 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
189 n := unsafe.Sizeof(uname.Sysname)
193 uname.Sysname[unsafe.Sizeof(uname.Sysname)-1] = 0
196 n = unsafe.Sizeof(uname.Nodename)
200 uname.Nodename[unsafe.Sizeof(uname.Nodename)-1] = 0
203 n = unsafe.Sizeof(uname.Release)
207 uname.Release[unsafe.Sizeof(uname.Release)-1] = 0
210 n = unsafe.Sizeof(uname.Version)
228 n = unsafe.Sizeof(uname.Machine)
[all …]
Dsyscall_openbsd.go90 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
146 n := unsafe.Sizeof(uname.Sysname)
152 n = unsafe.Sizeof(uname.Nodename)
158 n = unsafe.Sizeof(uname.Release)
164 n = unsafe.Sizeof(uname.Version)
182 n = unsafe.Sizeof(uname.Machine)
Dsyscall_darwin.go54 const siz = unsafe.Sizeof(mib[0])
169 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
282 uintptr(unsafe.Sizeof(attributes)),
346 n := unsafe.Sizeof(uname.Sysname)
352 n = unsafe.Sizeof(uname.Nodename)
358 n = unsafe.Sizeof(uname.Release)
364 n = unsafe.Sizeof(uname.Version)
382 n = unsafe.Sizeof(uname.Machine)
Dsyscall_netbsd.go43 sz := unsafe.Sizeof(qnode)
178 n := unsafe.Sizeof(uname.Sysname)
184 n = unsafe.Sizeof(uname.Nodename)
190 n = unsafe.Sizeof(uname.Release)
196 n = unsafe.Sizeof(uname.Version)
214 n = unsafe.Sizeof(uname.Machine)
Dsyscall_freebsd.go35 const siz = unsafe.Sizeof(mib[0])
79 return setsockopt(fd, level, opt, unsafe.Pointer(mreq), unsafe.Sizeof(*mreq))
122 bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
397 n := unsafe.Sizeof(uname.Sysname)
403 n = unsafe.Sizeof(uname.Nodename)
409 n = unsafe.Sizeof(uname.Release)
415 n = unsafe.Sizeof(uname.Version)
433 n = unsafe.Sizeof(uname.Machine)
Dsyscall_linux_mipsx.go79 _, _, e := Syscall(SYS_FSTATFS64, uintptr(fd), unsafe.Sizeof(*buf), uintptr(unsafe.Pointer(buf)))
91 …_, _, e := Syscall(SYS_STATFS64, uintptr(unsafe.Pointer(p)), unsafe.Sizeof(*buf), uintptr(unsafe.P…
Dsyscall_linux_arm.go146 _, _, e := Syscall(SYS_FSTATFS64, uintptr(fd), unsafe.Sizeof(*buf), uintptr(unsafe.Pointer(buf)))
158 …_, _, e := Syscall(SYS_STATFS64, uintptr(unsafe.Pointer(pathp)), unsafe.Sizeof(*buf), uintptr(unsa…
Daffinity_linux.go19 …_, _, e := RawSyscall(trap, uintptr(pid), uintptr(unsafe.Sizeof(*set)), uintptr(unsafe.Pointer(set…
Dsyscall_linux_386.go343 _, _, e := Syscall(SYS_FSTATFS64, uintptr(fd), unsafe.Sizeof(*buf), uintptr(unsafe.Pointer(buf)))
355 …_, _, e := Syscall(SYS_STATFS64, uintptr(unsafe.Pointer(pathp)), unsafe.Sizeof(*buf), uintptr(unsa…
Dsyscall_unix.go282 vallen := _Socklen(unsafe.Sizeof(tv))
341 return setsockopt(fd, level, opt, unsafe.Pointer(tv), unsafe.Sizeof(*tv))
Dsyscall_linux.go817 return setsockopt(fd, level, opt, unsafe.Pointer(mreq), unsafe.Sizeof(*mreq))
/external/syzkaller/pkg/kd/
Dkd.go42 packetSize := int(unsafe.Sizeof(packet{}))
53 if int(pkt.size) < int(unsafe.Sizeof(stateChange64{})) {
/external/syzkaller/sys/linux/
Dinit_alg_test.go196 if len(typ) >= int(unsafe.Sizeof(addr.typ)) ||
197 len(name) >= int(unsafe.Sizeof(addr.name)) {
212 uintptr(unsafe.Pointer(addr)), unsafe.Sizeof(*addr))
/external/syzkaller/pkg/ipc/
Dipc.go296 if len(out) < int(unsafe.Sizeof(callReply{})) {
300 out = out[unsafe.Sizeof(callReply{}):]
592 reqData := (*[unsafe.Sizeof(*req)]byte)(unsafe.Pointer(req))[:]
600 replyData := (*[unsafe.Sizeof(*reply)]byte)(unsafe.Pointer(reply))[:]
660 reqData := (*[unsafe.Sizeof(*req)]byte)(unsafe.Pointer(req))[:]
694 replyData := (*[unsafe.Sizeof(*reply)]byte)(unsafe.Pointer(reply))[:]
707 callReplyData := (*[unsafe.Sizeof(*callReply)]byte)(unsafe.Pointer(callReply))[:]
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dexecutionengine.go116 …C.LLVMInitializeMCJITCompilerOptions(&options, C.size_t(unsafe.Sizeof(C.struct_LLVMMCJITCompilerOp…
122 …fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct…
/external/llvm/bindings/go/llvm/
Dexecutionengine.go116 …C.LLVMInitializeMCJITCompilerOptions(&options, C.size_t(unsafe.Sizeof(C.struct_LLVMMCJITCompilerOp…
122 …fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct…
/external/tensorflow/tensorflow/core/lib/gtl/
Dmanual_constructor_test.cc47 TEST(ManualConstructorTest, Sizeof) { in TEST() argument
/external/u-boot/arch/x86/include/asm/acpi/
Dglobutil.asl21 Return (Sizeof(Local0))
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dpointer_unsafe.go75 var ptrSize = unsafe.Sizeof(uintptr(0))
/external/golang-protobuf/proto/
Dpointer_unsafe.go75 var ptrSize = unsafe.Sizeof(uintptr(0))
/external/syzkaller/pkg/host/
Dhost_linux.go367 mem, err := syscall.Mmap(fd, 0, int(coverSize*unsafe.Sizeof(uintptr(0))),
/external/clang/lib/AST/
DExprConstant.cpp7892 CharUnits Sizeof; in VisitUnaryExprOrTypeTraitExpr() local
7893 if (!HandleSizeof(Info, E->getExprLoc(), SrcTy, Sizeof)) in VisitUnaryExprOrTypeTraitExpr()
7895 return Success(Sizeof, E); in VisitUnaryExprOrTypeTraitExpr()