HomeSort by relevance Sort by last modified time
    Searched defs:nsec (Results 1 - 18 of 18) sorted by null

  /bionic/libc/kernel/common/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon282::__anon283
25 s32 nsec, sec;
  /development/ndk/platforms/android-3/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon920::__anon921
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon15086::__anon15087
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon15440::__anon15441
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon15794::__anon15795
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon16207::__anon16208
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon16576::__anon16577
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon16994::__anon16995
25 s32 nsec, sec;
  /system/core/include/cutils/
logger.h 21 int32_t nsec; /* nanoseconds */ member in struct:logger_entry
  /external/kernel-headers/original/linux/
ktime.h 51 s32 sec, nsec; member in struct:__anon4703::__anon4704
53 s32 nsec, sec;
130 * that the tv.sec field is negative and the tv.nsec field is greater
134 * tv.sec < 0 and 0 >= tv.nsec < NSEC_PER_SEC
137 /* Set a ktime_t variable to a value in sec/nsec representation: */
140 return (ktime_t) { .tv = { .sec = secs, .nsec = nsecs } };
155 if (res.tv.nsec < 0)
156 res.tv.nsec += NSEC_PER_SEC;
174 * performance trick: the (u32) -NSEC gives 0x00000000Fxxxxxxx
178 * tv.nsec -= NSEC_PER_SE
    [all...]
jiffies.h 58 /* TICK_NSEC is the time between ticks in nsec assuming real ACTHZ */
66 /* TICK_USEC_TO_NSEC is the time between ticks in nsec assuming real ACTHZ and */
304 * nsec -= nsec % TICK_NSEC; is NOT a correct resolution rounding.
308 * The >> (NSEC_JIFFIE_SC - SEC_JIFFIE_SC) converts the scaled nsec
315 long nsec = value->tv_nsec + TICK_NSEC - 1; local
319 nsec = 0;
322 (((u64)nsec * NSEC_CONVERSION) >>
334 u64 nsec = (u64)jiffies * TICK_NSEC; local
335 value->tv_sec = div_long_long_rem(nsec, NSEC_PER_SEC, &value->tv_nsec)
372 u64 nsec = (u64)jiffies * TICK_NSEC; local
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
LogReceiver.java 47 public int nsec; field in class:LogReceiver.LogEntry
238 entry.nsec = ArrayHelper.swap32bitFromArray(data, offset);
EventContainer.java 173 public int nsec; /* nanoseconds */ field in class:EventContainer
191 nsec = entry.nsec;
197 EventContainer(int tag, int pid, int tid, int sec, int nsec, Object data) {
205 this.nsec = nsec;
EventLogParser.java 309 int nsec = milliseconds * 1000000; local
337 event = new GcEventContainer(tagValue, pid, -1 /* tid */, sec, nsec, data);
339 event = new EventContainer(tagValue, pid, -1 /* tid */, sec, nsec, data);
  /external/blktrace/
blkparse_fmt.c 89 unsigned long nsec; local
92 nsec = abs_start_time.tv_nsec + NANO_SECONDS(timestamp);
93 if (nsec >= 1000000000) {
94 nsec -= 1000000000;
104 nsec / 1000);
  /external/openssl/apps/
ocsp.c 104 STACK_OF(OCSP_CERTID) *ids, long nsec,
148 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; local
361 nsec = atol(*args);
362 if (nsec < 0)
895 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage))
989 STACK_OF(OCSP_CERTID) *ids, long nsec,
1019 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage))
    [all...]
  /external/elfutils/src/
ldgeneric.c 5560 Elf32_Word nsec; local
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 730 milliseconds