/external/syzkaller/vendor/golang.org/x/sys/unix/ |
syscall_linux_mips64x.go | 33 ts = &Timespec{Sec: timeout.Sec, Nsec: timeout.Usec * 1000} 88 func setTimespec(sec, nsec int64) Timespec { 89 return Timespec{Sec: sec, Nsec: nsec}
|
syscall_linux_ppc64x.go | 74 func setTimespec(sec, nsec int64) Timespec { 75 return Timespec{Sec: sec, Nsec: nsec}
|
syscall_linux_sparc64.go | 89 func setTimespec(sec, nsec int64) Timespec { 90 return Timespec{Sec: sec, Nsec: nsec}
|
syscall_linux_arm.go | 14 func setTimespec(sec, nsec int64) Timespec { 15 return Timespec{Sec: int32(sec), Nsec: int32(nsec)}
|
syscall_linux_mipsx.go | 106 func setTimespec(sec, nsec int64) Timespec { 107 return Timespec{Sec: int32(sec), Nsec: int32(nsec)}
|
syscall_linux_s390x.go | 70 func setTimespec(sec, nsec int64) Timespec { 71 return Timespec{Sec: sec, Nsec: nsec}
|
syscall_linux_386.go | 16 func setTimespec(sec, nsec int64) Timespec { 17 return Timespec{Sec: int32(sec), Nsec: int32(nsec)}
|
/external/u-boot/fs/btrfs/ |
conv-funcs.h | 138 DEFINE_CONV(btrfs_timespec, sec, nsec)
|
btrfs_tree.h | 536 __u32 nsec; member in struct:btrfs_timespec
|
/art/runtime/ |
monitor.h | 272 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
|
/external/python/cpython2/Lib/plat-sunos5/ |
IN.py | 421 def NSEC_TO_TICK(nsec): return ((nsec) / nsec_per_tick) 423 def NSEC_TO_TICK_ROUNDUP(nsec): return \
|
STROPTS.py | 418 def NSEC_TO_TICK(nsec): return ((nsec) / nsec_per_tick) 420 def NSEC_TO_TICK_ROUNDUP(nsec): return \ [all...] |
/bionic/libc/kernel/uapi/linux/ |
btrfs_tree.h | 224 __le32 nsec; member in struct:btrfs_timespec
|
btrfs.h | 394 __u32 nsec; member in struct:btrfs_ioctl_timespec
|
/external/kernel-headers/original/uapi/linux/ |
btrfs_tree.h | 552 __le32 nsec; member in struct:btrfs_timespec
|
btrfs.h | 697 __u32 nsec; member in struct:btrfs_ioctl_timespec
|
/external/mdnsresponder/mDNSCore/ |
DNSCommon.h | 158 // or the RRType is NSEC and positively asserts the nonexistence of the type being requested 160 #define RRAssertsNonexistence(R,T) ((R)->rrtype == kDNSType_NSEC && (T) < kDNSQType_ANY && !((R)->rdata->u.nsec.bitmap[(T)>>3] & (128 >> ((T)&7))))
|
DNSCommon.c | 160 case kDNSType_NSEC: return("NSEC"); 250 if (rd->nsec.bitmap[i>>3] & (128 >> (i&7))) [all...] |
/frameworks/av/media/libaudioclient/ |
ToneGenerator.cpp | 1178 auto nsec = stopTime.tv_nsec - mStartTime.tv_nsec; local [all...] |
/frameworks/base/cmds/incidentd/src/ |
Section.cpp | 550 lastTimestamp.tv_nsec = msg.entry_v1.nsec; 555 proto.write(BinaryLogEntry::NANOSEC, msg.entry_v1.nsec);
|
/external/strace/tests/ |
btrfs.c | [all...] |
/external/strace/tests-m32/ |
btrfs.c | [all...] |
/external/strace/tests-mx32/ |
btrfs.c | [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 252 [ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec
|
/external/strace/ |
defs.h | 803 extern const char *sprinttime_nsec(long long sec, unsigned long long nsec); [all...] |