HomeSort by relevance Sort by last modified time
    Searched refs:nsec (Results 176 - 200 of 378) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/runtime/
os_plan9.go 47 func nsec(*int64) int64 func
sys_plan9_amd64.s 89 TEXT runtime·nsec(SB),NOSPLIT,$0
95 // func now() (sec int64, nsec int32)
112 MOVL CX, nsec+8(FP)
stubs.go 268 func time_now() (sec int64, nsec int32)
307 sec, nsec := time_now()
308 return sec*1e9 + int64(nsec)
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
all_test.go 286 func (p *pipe) SetTimeout(nsec int64) error {
290 func (p *pipe) SetReadTimeout(nsec int64) error {
294 func (p *pipe) SetWriteTimeout(nsec int64) error {
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
all_test.go 286 func (p *pipe) SetTimeout(nsec int64) error {
290 func (p *pipe) SetReadTimeout(nsec int64) error {
294 func (p *pipe) SetWriteTimeout(nsec int64) error {
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 74 evConsTime(time_t sec, long nsec) {
78 x.tv_nsec = nsec;
  /system/core/liblog/
logger_read.c 416 (oldest->logMsg.entry.nsec >
417 transp->logMsg.entry.nsec)))) {
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
eventlib.h 166 struct timespec evConsTime __P((time_t sec, long nsec));
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 503 long nsec = ts.tv_nsec - visu_ctxt->buffer_update_time.tv_nsec; local
504 if (nsec < 0) {
506 nsec += 1000000000;
508 delta_ms = secs * 1000 + nsec / 1000000;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 532 NBFD is the new BFD, NSEC is the new section, and NVAL is the new
533 value. NSEC may be bfd_com_section or bfd_ind_section. */
536 bfd *nbfd, asection *nsec, bfd_vma nval);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h 532 NBFD is the new BFD, NSEC is the new section, and NVAL is the new
533 value. NSEC may be bfd_com_section or bfd_ind_section. */
536 bfd *nbfd, asection *nsec, bfd_vma nval);
  /prebuilts/go/darwin-x86/src/time/
format.go 735 nsec int
833 nsec, rangeErrString, err = parseNanoseconds(value, n)
948 nsec, rangeErrString, err = parseNanoseconds(value, ndigit)
962 nsec, rangeErrString, err = parseNanoseconds(value, 1+i)
979 return Date(year, Month(month), day, hour, min, sec, nsec, z), nil
983 t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
1000 t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
1020 return Date(year, Month(month), day, hour, min, sec, nsec, defaultLocation), nil
    [all...]
  /prebuilts/go/linux-x86/src/time/
format.go 735 nsec int
833 nsec, rangeErrString, err = parseNanoseconds(value, n)
948 nsec, rangeErrString, err = parseNanoseconds(value, ndigit)
962 nsec, rangeErrString, err = parseNanoseconds(value, 1+i)
979 return Date(year, Month(month), day, hour, min, sec, nsec, z), nil
983 t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
1000 t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
1020 return Date(year, Month(month), day, hour, min, sec, nsec, defaultLocation), nil
    [all...]
  /system/core/logd/
LogBufferElement.cpp 216 entry.nsec = mRealTime.tv_nsec;
LogReader.cpp 79 log_time(CLOCK_REALTIME).nsec();
  /toolchain/binutils/binutils-2.25/bfd/
simple.c 86 asection *nsec ATTRIBUTE_UNUSED,
  /toolchain/binutils/binutils-2.25/include/
bfdlink.h 564 NBFD is the new BFD, NSEC is the new section, and NVAL is the new
565 value. NSEC may be bfd_com_section or bfd_ind_section. */
568 bfd *nbfd, asection *nsec, bfd_vma nval);
  /prebuilts/go/darwin-x86/src/syscall/
fs_nacl.go 23 func now() (sec int64, nsec int32)
122 sec, nsec := now()
123 ip.Atime, ip.AtimeNsec = sec, int64(nsec)
128 sec, nsec := now()
129 ip.Mtime, ip.MtimeNsec = sec, int64(nsec)
619 ip.AtimeNsec = int64(ts[0].Nsec)
621 ip.MtimeNsec = int64(ts[1].Nsec)
  /prebuilts/go/linux-x86/src/syscall/
fs_nacl.go 23 func now() (sec int64, nsec int32)
122 sec, nsec := now()
123 ip.Atime, ip.AtimeNsec = sec, int64(nsec)
128 sec, nsec := now()
129 ip.Mtime, ip.MtimeNsec = sec, int64(nsec)
619 ip.AtimeNsec = int64(ts[0].Nsec)
621 ip.MtimeNsec = int64(ts[1].Nsec)
  /prebuilts/go/darwin-x86/src/runtime/
stubs.go 268 func time_now() (sec int64, nsec int32)
307 sec, nsec := time_now()
308 return sec*1e9 + int64(nsec)
os1_plan9.go 119 ns := nsec(&scratch)
sys_darwin_amd64.s 163 // return nsec in AX
174 // func now() (sec int64, nsec int32)
190 MOVL CX, nsec+8(FP)
410 // func mach_semaphore_timedwait(sema, sec, nsec uint32) int32
414 MOVL nsec+8(FP), DX
sys_darwin_arm.s 175 MOVW R2, nsec+8(FP)
433 MOVW nsec+8(FP), R2
sys_darwin_arm64.s 164 MOVW R1, nsec+8(FP)
396 MOVW nsec+8(FP), R2
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

Completed in 476 milliseconds

1 2 3 4 5 6 78 91011>>