/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_dragonfly.go | 34 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 …]
|
D | syscall_openbsd.go | 90 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)
|
D | syscall_darwin.go | 54 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)
|
D | syscall_netbsd.go | 43 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)
|
D | syscall_freebsd.go | 35 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)
|
D | syscall_linux_mipsx.go | 79 _, _, 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…
|
D | syscall_linux_arm.go | 146 _, _, 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…
|
D | affinity_linux.go | 19 …_, _, e := RawSyscall(trap, uintptr(pid), uintptr(unsafe.Sizeof(*set)), uintptr(unsafe.Pointer(set…
|
D | syscall_linux_386.go | 343 _, _, 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…
|
D | syscall_unix.go | 282 vallen := _Socklen(unsafe.Sizeof(tv)) 341 return setsockopt(fd, level, opt, unsafe.Pointer(tv), unsafe.Sizeof(*tv))
|
D | syscall_linux.go | 817 return setsockopt(fd, level, opt, unsafe.Pointer(mreq), unsafe.Sizeof(*mreq))
|
/external/syzkaller/pkg/kd/ |
D | kd.go | 42 packetSize := int(unsafe.Sizeof(packet{})) 53 if int(pkt.size) < int(unsafe.Sizeof(stateChange64{})) {
|
/external/syzkaller/sys/linux/ |
D | init_alg_test.go | 196 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/ |
D | ipc.go | 296 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/ |
D | executionengine.go | 116 …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/ |
D | executionengine.go | 116 …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/ |
D | manual_constructor_test.cc | 47 TEST(ManualConstructorTest, Sizeof) { in TEST() argument
|
/external/u-boot/arch/x86/include/asm/acpi/ |
D | globutil.asl | 21 Return (Sizeof(Local0))
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | pointer_unsafe.go | 75 var ptrSize = unsafe.Sizeof(uintptr(0))
|
/external/golang-protobuf/proto/ |
D | pointer_unsafe.go | 75 var ptrSize = unsafe.Sizeof(uintptr(0))
|
/external/syzkaller/pkg/host/ |
D | host_linux.go | 367 mem, err := syscall.Mmap(fd, 0, int(coverSize*unsafe.Sizeof(uintptr(0))),
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 7892 CharUnits Sizeof; in VisitUnaryExprOrTypeTraitExpr() local 7893 if (!HandleSizeof(Info, E->getExprLoc(), SrcTy, Sizeof)) in VisitUnaryExprOrTypeTraitExpr() 7895 return Success(Sizeof, E); in VisitUnaryExprOrTypeTraitExpr()
|