/external/kernel-headers/original/asm-mips/ |
delay.h | 63 static inline void __udelay(unsigned long usecs, unsigned long lpj) 72 usecs *= 0x0008637bd05af6c7UL; /* 2**64 / (1000000 / HZ) */ 74 usecs *= (0x8000000000000000UL / (500000 / HZ)); 76 usecs *= (unsigned long) (((0x8000000000000000ULL / (500000 / HZ)) + 82 : "=h" (usecs), "=l" (lo) 83 : "r" (usecs), "r" (lpj) 87 : "=h" (usecs), "=l" (lo) 88 : "r" (usecs), "r" (lpj) 92 : "=r" (usecs), "=h" (hi), "=l" (lo) 93 : "r" (usecs), "r" (lpj [all...] |
/external/kernel-headers/original/asm-x86/ |
delay.h | 14 extern void __udelay(unsigned long usecs); 16 extern void __const_udelay(unsigned long usecs);
|
/external/chromium/base/synchronization/ |
condition_variable_posix.cc | 43 int64 usecs = max_time.InMicroseconds(); local 50 abstime.tv_sec = now.tv_sec + (usecs / Time::kMicrosecondsPerSecond); 51 abstime.tv_nsec = (now.tv_usec + (usecs % Time::kMicrosecondsPerSecond)) *
|
/bionic/libc/kernel/arch-mips/asm/ |
delay.h | 27 #define udelay(usecs) __udelay((usecs), __udelay_val)
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
delay.h | 27 #define udelay(usecs) __udelay((usecs), __udelay_val)
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ |
delay.h | 27 #define udelay(usecs) __udelay((usecs), __udelay_val)
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ |
delay.h | 27 #define udelay(usecs) __udelay((usecs), __udelay_val)
|
/frameworks/av/include/media/stagefright/ |
MetaData.h | 60 kKeyTime = 'time', // int64_t (usecs) 61 kKeyDecodingTime = 'decT', // int64_t (decoding timestamp in usecs) 63 kKeyTargetTime = 'tarT', // int64_t (usecs) 64 kKeyDriftTime = 'dftT', // int64_t (usecs) 65 kKeyAnchorTime = 'ancT', // int64_t (usecs) 66 kKeyDuration = 'dura', // int64_t (usecs) 72 kKeyThumbnailTime = 'thbT', // int64_t (usecs)
|
/external/netperf/ |
hist.h | 18 0 - 9 in increments of 10 usecs 19 0 - 9 in increments of 100 usecs
|
/hardware/invensense/mlsdk/platform/include/ |
mlos.h | 97 static inline void udelay(unsigned long usecs) 99 inv_sleep((usecs + 999) / 1000);
|
/bootable/bootloader/legacy/arch_msm7k/ |
clock.c | 114 void udelay(unsigned usecs) 116 usecs = (usecs * 33 + 1000 - 33) / 1000; 123 while(readl(GPT_COUNT_VAL) < usecs) ;
|
/external/kernel-headers/original/asm-arm/ |
delay.h | 32 extern void __udelay(unsigned long usecs);
|
/device/moto/wingray/libaudio/ |
AudioPostProcessor.cpp | 331 long usecs = 20*1000; local 333 ALOGV("%s: delay %d msecs for ec/ns to start",__FUNCTION__, (int)(usecs/1000)); 335 usleep(usecs); 689 int usecs; local 758 usecs = tv2.tv_usec + tv2.tv_sec*1000000; 759 if (usecs > 25000) { 760 if (usecs > 30000) 764 ALOGD("jitter: usecs = %d should be 20000", usecs); 773 } else if ((usecs > 22000) || (usecs < 18000)) [all...] |
/external/linux-tools-perf/Documentation/ |
perf-bench.txt | 30 5.855061 usecs/op 107 8.091833 usecs/op 114 16.948000 usecs/op
|
/external/wpa_supplicant_8/wpa_supplicant/ |
gas_query.c | 178 unsigned int secs, usecs; local 181 usecs = comeback_delay * 1024 - secs * 1000000; 183 " in %u secs %u usecs", MAC2STR(query->addr), secs, usecs); 185 eloop_register_timeout(secs, usecs, gas_query_tx_comeback_timeout,
|
/external/quake/quake/src/WinQuake/ |
dosisms.h | 93 void dos_usleep(int usecs);
|
dos_v2.cpp | 226 void dos_usleep(int usecs)
228 usleep(usecs);
|
/external/iproute2/ip/ |
ipmonitor.c | 91 long usecs = ((__u32*)NLMSG_DATA(n))[1]; local 94 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ethtool.h | 86 /* How many usecs to delay an RX interrupt after 94 * used. It is illegal to set both usecs and max frames 108 /* How many usecs to delay a TX interrupt after 116 * used. It is illegal to set both usecs and max frames 130 /* How many usecs to delay in-memory statistics
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ethtool.h | 86 /* How many usecs to delay an RX interrupt after 94 * used. It is illegal to set both usecs and max frames 108 /* How many usecs to delay a TX interrupt after 116 * used. It is illegal to set both usecs and max frames 130 /* How many usecs to delay in-memory statistics
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ethtool.h | 86 /* How many usecs to delay an RX interrupt after 94 * used. It is illegal to set both usecs and max frames 108 /* How many usecs to delay a TX interrupt after 116 * used. It is illegal to set both usecs and max frames 130 /* How many usecs to delay in-memory statistics
|
/bootable/bootloader/legacy/include/boot/ |
boot.h | 103 void udelay(unsigned usecs);
|
/external/linux-tools-perf/bench/ |
sched-pipe.c | 108 printf(" %14lf usecs/op\n",
|
/external/v8/src/ |
platform-nullos.cc | 95 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { 98 *usecs = 0;
|
/external/webrtc/src/system_wrappers/interface/ |
tick_util.h | 287 // _interval is usecs 307 // _interval is usecs
|