HomeSort by relevance Sort by last modified time
    Searched refs:nsec (Results 1 - 25 of 488) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
4-1-buildonly.c 17 long nsec; local
20 nsec = t.tv_nsec;
  /external/strace/mpers-m32/
struct_btrfs_ioctl_received_subvol_args.h 10 uint32_t nsec; member in struct:__anon30255::__anon30256
14 uint32_t nsec; member in struct:__anon30255::__anon30257
  /external/strace/mpers-mx32/
struct_btrfs_ioctl_received_subvol_args.h 10 uint32_t nsec; member in struct:__anon30404::__anon30405
15 uint32_t nsec; member in struct:__anon30404::__anon30406
  /prebuilts/go/darwin-x86/src/syscall/
timestruct.go 11 func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }
15 func NsecToTimespec(nsec int64) Timespec {
16 sec := nsec / 1e9
17 nsec = nsec % 1e9
18 if nsec < 0 {
19 nsec += 1e9
22 return setTimespec(sec, nsec)
31 func NsecToTimeval(nsec int64) Timeval {
32 nsec += 999 // round up to microsecon
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
timestruct.go 11 func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }
15 func NsecToTimespec(nsec int64) Timespec {
16 sec := nsec / 1e9
17 nsec = nsec % 1e9
18 if nsec < 0 {
19 nsec += 1e9
22 return setTimespec(sec, nsec)
31 func NsecToTimeval(nsec int64) Timeval {
32 nsec += 999 // round up to microsecon
    [all...]
  /frameworks/av/services/audioflinger/
FastThread.cpp 224 long nsec = newTs.tv_nsec - mOldTs.tv_nsec;
225 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
228 if (nsec < 0) {
230 nsec += 1000000000;
241 mMeasuredWarmupTs.tv_nsec += nsec;
247 if (mWarmupNsMin <= nsec && nsec <= mWarmupNsMax) {
248 ALOGV("warmup cycle %d in range: %.03f ms", mWarmupCycles, nsec * 1e-9);
251 ALOGV("warmup cycle %d out of range: %.03f ms", mWarmupCycles, nsec * 1e-9);
263 if (sec > 0 || nsec > mUnderrunNs)
    [all...]
AudioWatchdog.cpp 68 long nsec = newTs.tv_nsec - mOldTs.tv_nsec; local
69 if (nsec < 0) {
71 nsec += 1000000000;
74 // cycleNs is same as sec*1e9 + nsec, but limited to about 4 seconds
75 uint32_t cycleNs = nsec;
84 if ((mLogTs.tv_nsec += nsec) >= 1000000000) {
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/
ext4_nsec_timestamps_test.sh 26 export TCID="ext4-nsec-timestamps"
52 atime=`ext4_file_time mnt_point/tmp_file atime nsec`
53 mtime=`ext4_file_time mnt_point/tmp_file mtime nsec`
54 ctime=`ext4_file_time mnt_point/tmp_file ctime nsec`
98 nsec=`echo $cur_time | awk {'print $2'}`
103 nsec_atime=`ext4_file_time mnt_point/tmp_file atime nsec`
104 nsec_mtime=`ext4_file_time mnt_point/tmp_file mtime nsec`
105 nsec_ctime=`ext4_file_time mnt_point/tmp_file ctime nsec`
149 nsec_atime2=`ext4_file_time mnt_point/tmp_file atime nsec`
150 nsec_mtime2=`ext4_file_time mnt_point/tmp_file mtime nsec`
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.c 126 int nsec = (y->tv_usec - x->tv_usec) / 1000000 + 1; local
127 y->tv_usec -= 1000000 * nsec;
128 y->tv_sec += nsec;
132 int nsec = (x->tv_usec - y->tv_usec) / 1000000; local
133 y->tv_usec += 1000000 * nsec;
134 y->tv_sec -= nsec;
  /development/ndk/platforms/android-9/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon2698::__anon2699
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon53982::__anon53983
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon54435::__anon54436
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon54890::__anon54891
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon55298::__anon55299
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon55758::__anon55759
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon56220::__anon56221
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon56630::__anon56631
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon57092::__anon57093
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon57556::__anon57557
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon57966::__anon57967
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon58428::__anon58429
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon58892::__anon58893
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon59302::__anon59303
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon59764::__anon59765
25 s32 nsec, sec;
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon60228::__anon60229
25 s32 nsec, sec;

Completed in 568 milliseconds

1 2 3 4 5 6 7 8 91011>>