HomeSort by relevance Sort by last modified time
    Searched refs:nsec (Results 26 - 50 of 87) sorted by null

12 3 4

  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon39103::__anon39104
25 s32 nsec, sec;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon39549::__anon39550
25 s32 nsec, sec;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon39997::__anon39998
25 s32 nsec, sec;
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon40358::__anon40359
25 s32 nsec, sec;
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon40716::__anon40717
25 s32 nsec, sec;
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon41074::__anon41075
25 s32 nsec, sec;
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon41435::__anon41436
25 s32 nsec, sec;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon41828::__anon41829
25 s32 nsec, sec;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon42274::__anon42275
25 s32 nsec, sec;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon42722::__anon42723
25 s32 nsec, sec;
  /system/core/include/cutils/
logger.h 26 int32_t nsec; /* nanoseconds */ member in struct:logger_entry
41 int32_t nsec; /* nanoseconds */ member in struct:logger_entry_v2
  /external/linux-tools-perf/scripts/python/
netdev-times.py 55 # Calculate a time interval(msec) from src(nsec) to dst(nsec)
227 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, vec):
230 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm, vec)
233 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, vec):
236 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm, vec)
239 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, vec):
242 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm, vec)
245 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm,
247 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm
    [all...]
  /dalvik/vm/
Sync.h 101 void dvmThreadSleep(u8 msec, u4 nsec);
148 s8 msec, s4 nsec);
Sync.cpp 549 static void absoluteTime(s8 msec, s4 nsec, struct timespec *ts)
569 ts->tv_nsec = (ts->tv_nsec + (msec % 1000) * 1000000) + nsec;
579 s8 msec, s4 nsec)
583 absoluteTime(msec, nsec, &ts);
604 * Checks to make sure that "nsec" is in the range 0-999999
616 static void waitMonitor(Thread* self, Monitor* mon, s8 msec, s4 nsec,
637 if (msec < 0 || nsec < 0 || nsec > 999999) {
645 if (msec == 0 && nsec == 0) {
648 absoluteTime(msec, nsec, &ts)
    [all...]
  /external/regex-re2/util/
benchmark.cc 27 static int64 nsec() { function
45 ns += nsec() - t0;
51 t0 = nsec();
70 t0 = nsec();
80 ns += nsec() - t0;
  /external/libsepol/src/
module.c 356 uint32_t *buf = NULL, nsec; local
380 nsec = *sections = le32_to_cpu(buf[2]);
382 if (nsec > MAXSECTIONS) {
384 nsec);
388 off = (size_t *) malloc((nsec + 1) * sizeof(size_t));
395 buf = malloc(sizeof(uint32_t) * nsec);
400 rc = next_entry(buf, file, sizeof(uint32_t) * nsec);
406 for (i = 0; i < nsec; i++) {
416 off[nsec] = policy_file_length(file);
417 if (nsec && off[nsec] < off[nsec-1])
444 uint32_t buf[1], nsec; local
630 uint32_t buf[5], len, nsec; local
855 uint32_t buf[5], offsets[5], len, nsec = 0; local
    [all...]
  /external/kernel-headers/original/linux/
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...]
time.h 71 extern void set_normalized_timespec(struct timespec *ts, time_t sec, long nsec);
149 * @nsec: the nanoseconds value to be converted
151 * Returns the timespec representation of the nsec parameter.
153 extern struct timespec ns_to_timespec(const s64 nsec);
157 * @nsec: the nanoseconds value to be converted
159 * Returns the timeval representation of the nsec parameter.
161 extern struct timeval ns_to_timeval(const s64 nsec);
  /libcore/luni/src/main/java/java/lang/
VMThread.java 31 static native void sleep (long msec, int nsec) throws InterruptedException;
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 166 long nsec = nowTs.tv_nsec - mWriteTs.tv_nsec; local
167 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
170 if (nsec < 0) {
172 nsec += 1000000000;
175 if ((long) ns > nsec) {
176 ns -= nsec;
  /external/grub/stage2/
bios.c 30 int nsec, int segment);
45 /* Read/write NSEC sectors starting from SECTOR in DRIVE disk with GEOMETRY
52 int sector, int nsec, int segment)
79 dap.blocks = nsec;
98 return biosdisk (read, drive, geometry, sector, nsec, segment);
120 nsec, segment);
  /frameworks/av/services/audioflinger/
FastMixer.cpp 471 long nsec = newTs.tv_nsec - oldTs.tv_nsec;
472 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
475 if (nsec < 0) {
477 nsec += 1000000000;
487 measuredWarmupTs.tv_nsec += nsec;
493 if ((nsec > warmupNs && warmupCycles >= MIN_WARMUP_CYCLES) ||
502 if (sec > 0 || nsec > underrunNs) {
506 (int) sec, nsec / 1000000L);
509 } else if (nsec < overrunNs) {
515 (int) sec, nsec / 1000000L)
    [all...]
  /external/grub/grub/
asmstub.c 929 int sector, int nsec, int segment)
968 if (sector == 0 && nsec > 1)
977 nsec--;
980 if (nread (fd, buf, nsec * SECTOR_SIZE) != nsec * SECTOR_SIZE)
989 nsec, sector, drive, device_map[drive]);
990 hex_dump (buf, nsec * SECTOR_SIZE);
993 if (nwrite (fd, buf, nsec * SECTOR_SIZE) != nsec * SECTOR_SIZE)
  /external/blktrace/btt/
trace_complete.c 24 __u64 sec, __u32 nsec, int indent)
31 type2c(type), (unsigned long long)sec, nsec);
  /external/openssl/crypto/ocsp/
ocsp_cl.c 307 * rejecting otherwise valid time we allow the times to be within 'nsec' of the current time.
312 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec)
317 /* Check thisUpdate is valid and not more than nsec in the future */
325 t_tmp = t_now + nsec;
347 /* Check nextUpdate is valid and not more than nsec in the past */
355 t_tmp = t_now - nsec;

Completed in 468 milliseconds

12 3 4