HomeSort by relevance Sort by last modified time
    Searched full:microseconds (Results 151 - 175 of 381) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
global.h 136 long tv_usec; /* microseconds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
utmp.h 78 int32_t tv_usec; /* Microseconds. */
utmpx.h 75 __int32_t tv_usec; /* Microseconds. */
types.h 150 __STD_TYPE __USECONDS_T_TYPE __useconds_t; /* Count of microseconds. */
151 __STD_TYPE __SUSECONDS_T_TYPE __suseconds_t; /* Signed count of microseconds. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth_des.h 55 uint32_t tv_usec; /* Microseconds. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rstat.x 58 unsigned int tv_usec; /* and microseconds */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
global.h 136 long tv_usec; /* microseconds */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
utmp.h 78 int32_t tv_usec; /* Microseconds. */
utmpx.h 75 __int32_t tv_usec; /* Microseconds. */
types.h 150 __STD_TYPE __USECONDS_T_TYPE __useconds_t; /* Count of microseconds. */
151 __STD_TYPE __SUSECONDS_T_TYPE __suseconds_t; /* Signed count of microseconds. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth_des.h 55 uint32_t tv_usec; /* Microseconds. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rstat.x 58 unsigned int tv_usec; /* and microseconds */
  /external/chromium/base/
time_win_unittest.cc 220 // Sleep for a few milliseconds (note that it means 1000 microseconds).
233 printf("average time drift in microseconds: %lld\n",
time_win.cc 364 // Get the number of microseconds since boot in an unreliable fashion.
371 // Get the number of microseconds since boot in a reliable fashion.
376 // Cached clock frequency -> microseconds. This assumes that the clock
  /external/iptables/libipq/
libipq.c 288 * timeout is in microseconds (1 second is 1000000 (1 million) microseconds)
  /external/tcpdump/
ieee802_11_radio.h 81 * IEEE80211_RADIOTAP_TSFT u_int64_t microseconds
83 * Value in microseconds of the MAC's 64-bit 802.11 Time
  /external/webrtc/src/system_wrappers/interface/
tick_util.h 70 WebRtc_Word64 Microseconds() const;
311 inline WebRtc_Word64 TickInterval::Microseconds() const
  /external/wpa_supplicant_8/src/utils/
radiotap.h 88 * IEEE80211_RADIOTAP_TSFT __le64 microseconds
90 * Value in microseconds of the MAC's 64-bit 802.11 Time
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 233 (nr_elements/10) microseconds
235 is thus around 100 microseconds
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_indexing.h 233 (nr_elements/10) microseconds
235 is thus around 100 microseconds
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 233 (nr_elements/10) microseconds
235 is thus around 100 microseconds
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
types.h 150 __STD_TYPE __USECONDS_T_TYPE __useconds_t; /* Count of microseconds. */
151 __STD_TYPE __SUSECONDS_T_TYPE __suseconds_t; /* Signed count of microseconds. */
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 71 float microseconds = seconds * base::Time::kMicrosecondsPerSecond; local
72 float integer = ceilf(microseconds);
73 float difference = integer - microseconds;
76 if ((microseconds > 0 && difference > 0.5f) ||
77 (microseconds <= 0 && difference >= 0.5f)) {
81 // Now we can safely cast to int64 microseconds.
  /external/bison/lib/
timevar.c 79 /* Calculation of scale factor to convert ticks to microseconds.
541 in microseconds. */
552 TOTAL (given in microseconds). */
  /external/iproute2/man/man8/
tc-cbq.8 268 Minidle is specified in negative microseconds, so 10 means that
303 microseconds how much traffic has passed. This again is a EWMA, for which
304 the time constant can be specified, also in microseconds. The

Completed in 2206 milliseconds

1 2 3 4 5 67 8 91011>>