HomeSort by relevance Sort by last modified time
    Searched full:nsec (Results 76 - 100 of 187) sorted by null

1 2 34 5 6 7 8

  /dalvik/dx/tests/131-perf/
run 77 nsec=`expr $end - $start`
78 msec=`expr $nsec / 1000000`
  /external/libunwind/tests/
Gperf-simple.c 132 printf ("%s: unw_step : 1st=%9.3f min=%9.3f avg=%9.3f nsec\n", label,
226 printf ("unw_getcontext : cold avg=%9.3f nsec, warm avg=%9.3f nsec\n",
228 printf ("unw_init_local : cold avg=%9.3f nsec, warm avg=%9.3f nsec\n",
forker.c 73 printf ("%lu nsec/execution\n",
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 187 long nsec = nowTs.tv_nsec - mWriteTs.tv_nsec; local
188 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
191 if (nsec < 0) {
193 nsec += 1000000000;
196 if ((long) ns > nsec) {
197 ns -= nsec;
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 199 * NSEC [RFC3755]
201 TYPE_NSEC("nsec", 47),
  /external/linux-tools-perf/src/tools/perf/scripts/python/
net_dropmonitor.py 69 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm,
  /system/core/include/log/
log_read.h 44 log_time(uint32_t sec, uint32_t nsec)
47 tv_nsec = nsec;
150 uint64_t nsec() const function in struct:log_time
  /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/netperf/
netcpu_kstat10.c 136 search to the end and find that Sun added some nsec. we
137 probably want to see if they add an nsec. raj 2005-01-28 */
154 else if (strstr(knp->name,"nsec")) {
155 /* finding another nsec here means Sun have changed
159 "nsec");
225 probably want to see if they add a "nsec." raj 2005-01-28 */
  /development/ndk/platforms/android-21/include/linux/
ptp_clock.h 30 __u32 nsec; member in struct:ptp_clock_time
pps.h 31 __s32 nsec; member in struct:pps_ktime
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptp_clock.h 43 __u32 nsec; /* nanoseconds */ member in struct:ptp_clock_time
gfs2_ondisk.h 272 __be32 di_atime_nsec; /* nsec portion of atime */
273 __be32 di_mtime_nsec; /* nsec portion of mtime */
274 __be32 di_ctime_nsec; /* nsec portion of ctime */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ptp_clock.h 30 __u32 nsec; member in struct:ptp_clock_time
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ptp_clock.h 30 __u32 nsec; member in struct:ptp_clock_time
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ptp_clock.h 30 __u32 nsec; member in struct:ptp_clock_time
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ptp_clock.h 30 __u32 nsec; member in struct:ptp_clock_time
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ptp_clock.h 30 __u32 nsec; member in struct:ptp_clock_time
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ptp_clock.h 30 __u32 nsec; member in struct:ptp_clock_time
  /external/blktrace/btt/
trace_complete.c 24 __u64 sec, __u32 nsec, int indent)
31 type2c(type), (unsigned long long)sec, nsec);
  /system/core/liblog/tests/
liblog_benchmark.cpp 177 uint64_t start = ts.nsec();
178 uint64_t end = log_msg.nsec();
  /external/kernel-headers/original/uapi/linux/
gfs2_ondisk.h 287 __be32 di_atime_nsec; /* nsec portion of atime */
288 __be32 di_mtime_nsec; /* nsec portion of mtime */
289 __be32 di_ctime_nsec; /* nsec portion of ctime */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
gfs2_ondisk.h 296 __be32 di_atime_nsec; /* nsec portion of atime */
297 __be32 di_mtime_nsec; /* nsec portion of mtime */
298 __be32 di_ctime_nsec; /* nsec portion of ctime */
  /bionic/libc/kernel/uapi/linux/
pps.h 31 __s32 nsec; member in struct:pps_ktime
ptp_clock.h 30 __u32 nsec; member in struct:ptp_clock_time

Completed in 570 milliseconds

1 2 34 5 6 7 8