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

  /external/chromium_org/third_party/mesa/src/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;
  /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-3/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon1380::__anon1381
25 s32 nsec, sec;
  /external/chromium_org/net/disk_cache/simple/
simple_util.cc 122 long nsec; local
123 if (GetNanoSecsFromStat(file_stat, &sec, &nsec)) {
124 int64 usec = (nsec / base::Time::kNanosecondsPerMicrosecond);
  /external/chromium_org/third_party/re2/util/
benchmark.cc 27 static int64 nsec() { function
45 ns += nsec() - t0;
51 t0 = nsec();
70 t0 = nsec();
80 ns += nsec() - t0;
  /bionic/libc/kernel/uapi/linux/
ptp_clock.h 30 __u32 nsec; member in struct:ptp_clock_time
pps.h 31 __s32 nsec; member in struct:pps_ktime
btrfs.h 380 __u32 nsec; member in struct:btrfs_ioctl_timespec
  /development/ndk/platforms/android-L/include/linux/
ptp_clock.h 30 __u32 nsec; member in struct:ptp_clock_time
pps.h 31 __s32 nsec; member in struct:pps_ktime
btrfs.h 354 __u32 nsec; member in struct:btrfs_ioctl_timespec
  /external/fio/engines/
posixaio.c 45 long long sec, nsec; local
52 nsec = now.tv_nsec - t->tv_nsec;
53 if (sec > 0 && nsec < 0) {
55 nsec += 1000000000;
59 nsec /= 1000;
60 return sec + nsec;
  /external/kernel-headers/original/uapi/linux/
ptp_clock.h 43 __u32 nsec; /* nanoseconds */ member in struct:ptp_clock_time
pps.h 55 __s32 nsec; member in struct:pps_ktime
btrfs.h 434 __u32 nsec; member in struct:btrfs_ioctl_timespec
  /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/fio/os/
binject.h 20 __u64 nsec; /* OUTPUT */ member in struct:b_user_cmd
  /external/libsepol/src/
module.c 376 uint32_t *buf = NULL, nsec; local
400 nsec = *sections = le32_to_cpu(buf[2]);
402 if (nsec > MAXSECTIONS) {
404 nsec);
408 off = (size_t *) malloc((nsec + 1) * sizeof(size_t));
415 buf = malloc(sizeof(uint32_t) * nsec);
420 rc = next_entry(buf, file, sizeof(uint32_t) * nsec);
426 for (i = 0; i < nsec; i++) {
436 rc = policy_file_length(file, &off[nsec]);
440 if (nsec && off[nsec] < off[nsec-1])
467 uint32_t buf[1], nsec; local
653 uint32_t buf[5], len, nsec; local
878 uint32_t buf[5], offsets[5], len, nsec = 0; local
    [all...]
  /external/openssl/apps/
ocsp.c 104 STACK_OF(OCSP_CERTID) *ids, long nsec,
149 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; local
371 nsec = atol(*args);
372 if (nsec < 0)
905 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage))
999 STACK_OF(OCSP_CERTID) *ids, long nsec,
1029 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage))
    [all...]
  /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...]
  /external/elfutils/0.153/src/
ldgeneric.c 6270 Elf32_Word nsec = 0; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 2363 AuthRecord nsec; local
    [all...]
mDNSEmbeddedAPI.h 844 rdataNSEC nsec; member in union:__anon6350
861 rdataNSEC nsec; member in union:__anon6351
    [all...]

Completed in 730 milliseconds