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

<<11121314151617181920>>

  /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)
sys_linux_arm.s 207 MOVW 12(R13), R2 // nsec
212 MOVW R2, nsec+8(FP)
223 MOVW 12(R13), R2 // nsec
sys_solaris_amd64.s 334 // func now() (sec int64, nsec int32)
351 MOVL CX, nsec+8(FP)
sys_windows_386.s 425 // func now() (sec int64, nsec int32)
435 MOVL DX, nsec+8(FP)
os1_plan9.go 119 ns := nsec(&scratch)
sys_darwin_386.s 205 // convert to DX:AX nsec
214 // func now() (sec int64, nsec int32)
221 MOVL DX, nsec+8(FP)
457 // func mach_semaphore_timedwait(sema, sec, nsec uint32) int32
  /prebuilts/go/linux-x86/src/runtime/
stubs.go 268 func time_now() (sec int64, nsec int32)
307 sec, nsec := time_now()
308 return sec*1e9 + int64(nsec)
sys_linux_arm.s 207 MOVW 12(R13), R2 // nsec
212 MOVW R2, nsec+8(FP)
223 MOVW 12(R13), R2 // nsec
sys_solaris_amd64.s 334 // func now() (sec int64, nsec int32)
351 MOVL CX, nsec+8(FP)
sys_windows_386.s 425 // func now() (sec int64, nsec int32)
435 MOVL DX, nsec+8(FP)
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 74 evConsTime(time_t sec, long nsec) {
78 x.tv_nsec = nsec;
  /external/netperf/doc/examples/
arr_script 59 -t nsec : Causes each test to be run for nsec seconds.
  /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/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/google/contexthub/firmware/src/algos/
time_sync.c 128 // Typically, |y| and |x| are smaller than 8e8 in nsec.
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 450 __u32 i_ctime_extra; /* extra Change time (nsec << 2 | epoch) */
451 __u32 i_mtime_extra; /* extra Modification time (nsec << 2 | epoch) */
452 __u32 i_atime_extra; /* extra Access time (nsec << 2 | epoch) */
454 __u32 i_crtime_extra; /* extra File creation time (nsec << 2 | epoch)*/
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.h 206 double JS_MakeTime(int nHour, int nMin, int nSec, int nMs);
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 99 long nsec = ts.tv_nsec - pContext->mBufferUpdateTime.tv_nsec; local
100 if (nsec < 0) {
102 nsec += 1000000000;
104 deltaMs = secs * 1000 + nsec / 1000000;
  /hardware/qcom/gps/msm8084/utils/
loc_timer.c 76 "\t Current time: %d sec; %d nsec",
  /hardware/qcom/gps/msm8960/utils/
loc_timer.c 88 LOC_LOGD("%s:%d]: Current time: %d sec; %d nsec\n",
  /hardware/qcom/gps/msm8994/utils/
loc_timer.c 76 "\t Current time: %d sec; %d nsec",
  /hardware/qcom/gps/utils/
loc_timer.c 76 "\t Current time: %d sec; %d nsec",
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_darwin_386.go 25 Nsec int32

Completed in 1070 milliseconds

<<11121314151617181920>>