HomeSort by relevance Sort by last modified time
    Searched full:nsec (Results 126 - 150 of 594) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
sys_openbsd_amd64.s 182 // func now() (sec int64, nsec int32)
189 MOVQ 16(SP), DX // nsec
191 // sec is in AX, nsec in DX
193 MOVL DX, nsec+8(FP)
202 MOVQ 16(SP), DX // nsec
204 // sec is in AX, nsec in DX
205 // return nsec in AX
sys_linux_amd64.s 138 // func now() (sec int64, nsec int32)
151 MOVQ 8(SP), DX // nsec
153 MOVL DX, nsec+8(FP)
164 MOVL DX, nsec+8(FP)
177 MOVQ 8(SP), DX // nsec
178 // sec is in AX, nsec in DX
179 // return nsec in AX
192 // sec is in AX, nsec in DX
193 // return nsec in AX
sys_nacl_386.s 240 MOVL 16(SP), BX // nsec
242 // sec is in AX, nsec in BX
245 MOVL BX, nsec+8(FP)
266 MOVL 16(SP), BX // nsec
268 // sec is in AX, nsec in BX
269 // convert to DX:AX nsec
sys_linux_386.s 140 // func now() (sec int64, nsec int32)
148 MOVL 12(SP), BX // nsec
150 // sec is in AX, nsec in BX
153 MOVL BX, nsec+8(FP)
157 // void nanotime(int64 *nsec)
165 MOVL 12(SP), BX // nsec
167 // sec is in AX, nsec in BX
168 // convert to DX:AX nsec
  /external/libunwind/tests/
Gperf-simple.c 132 printf ("%s: unw_step : 1st=%9.3f min=%9.3f avg=%9.3f nsec\n", label,
226 printf ("unw_getcontext : cold avg=%9.3f nsec, warm avg=%9.3f nsec\n",
228 printf ("unw_init_local : cold avg=%9.3f nsec, warm avg=%9.3f nsec\n",
  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_amd64.s 138 // func now() (sec int64, nsec int32)
151 MOVQ 8(SP), DX // nsec
153 MOVL DX, nsec+8(FP)
164 MOVL DX, nsec+8(FP)
177 MOVQ 8(SP), DX // nsec
178 // sec is in AX, nsec in DX
179 // return nsec in AX
192 // sec is in AX, nsec in DX
193 // return nsec in AX
sys_nacl_386.s 240 MOVL 16(SP), BX // nsec
242 // sec is in AX, nsec in BX
245 MOVL BX, nsec+8(FP)
266 MOVL 16(SP), BX // nsec
268 // sec is in AX, nsec in BX
269 // convert to DX:AX nsec
sys_linux_386.s 140 // func now() (sec int64, nsec int32)
148 MOVL 12(SP), BX // nsec
150 // sec is in AX, nsec in BX
153 MOVL BX, nsec+8(FP)
157 // void nanotime(int64 *nsec)
165 MOVL 12(SP), BX // nsec
167 // sec is in AX, nsec in BX
168 // convert to DX:AX nsec
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_386.go 16 func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }
18 func NsecToTimespec(nsec int64) (ts Timespec) {
19 ts.Sec = int32(nsec / 1e9)
20 ts.Nsec = int32(nsec % 1e9)
26 func NsecToTimeval(nsec int64) (tv Timeval) {
27 nsec += 999 // round up to microsecond
28 tv.Sec = int32(nsec / 1e9)
29 tv.Usec = int32(nsec % 1e9 / 1e3)
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_386.go 16 func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }
18 func NsecToTimespec(nsec int64) (ts Timespec) {
19 ts.Sec = int32(nsec / 1e9)
20 ts.Nsec = int32(nsec % 1e9)
26 func NsecToTimeval(nsec int64) (tv Timeval) {
27 nsec += 999 // round up to microsecond
28 tv.Sec = int32(nsec / 1e9)
29 tv.Usec = int32(nsec % 1e9 / 1e3)
  /system/core/liblog/
pmsg_reader.c 224 log_msg->entry_v4.nsec = buf.l.realtime.tv_nsec;
339 if ((transp.logMsg.entry.nsec % ANDROID_LOG_PMSG_FILE_SEQUENCE) ||
340 ((transp.logMsg.entry.nsec / ANDROID_LOG_PMSG_FILE_SEQUENCE) >=
467 if (transp.logMsg.entry.nsec == content->entry.nsec) {
485 if ((node_to_item(node, struct content, node))->entry.nsec <
486 transp.logMsg.entry.nsec) {
530 while (sequence < content->entry.nsec) {
560 sequence = content->entry.nsec + ANDROID_LOG_PMSG_FILE_SEQUENCE;
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 199 * NSEC [RFC3755]
201 TYPE_NSEC("nsec", 47),
  /external/elfutils/backends/
sparc_attrs.c 66 "xmont", "nsec", "fjathhpc", "fjdes", "fjaes"
  /prebuilts/go/darwin-x86/src/os/
stat_darwin.go 55 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
stat_dragonfly.go 55 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
stat_freebsd.go 55 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
stat_linux.go 55 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
stat_netbsd.go 55 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
stat_openbsd.go 55 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
stat_solaris.go 55 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows_test.go 15 // discard nsec
  /prebuilts/go/linux-x86/src/os/
stat_darwin.go 55 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
stat_dragonfly.go 55 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
stat_freebsd.go 55 return time.Unix(int64(ts.Sec), int64(ts.Nsec))
stat_linux.go 55 return time.Unix(int64(ts.Sec), int64(ts.Nsec))

Completed in 431 milliseconds

1 2 3 4 56 7 8 91011>>