HomeSort by relevance Sort by last modified time
    Searched full:usecs (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_none.c 121 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
132 timeout->time.usec += usecs;
eloop.c 236 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
250 timeout->time.usec += usecs;
eloop.h 182 * @usecs: Number of microseconds to the timeout
191 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
eloop_win.c 244 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
255 timeout->time.usec += usecs;
  /external/wpa_supplicant_8/src/utils/
eloop_none.c 112 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
123 timeout->time.usec += usecs;
eloop.h 170 * @usecs: Number of microseconds to the timeout
179 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
  /external/kernel-headers/original/linux/
ethtool.h 102 /* How many usecs to delay an RX interrupt after
110 * used. It is illegal to set both usecs and max frames
124 /* How many usecs to delay a TX interrupt after
132 * used. It is illegal to set both usecs and max frames
146 /* How many usecs to delay in-memory statistics
  /external/dbus/dbus/
dbus-mainloop.c 412 _dbus_verbose ("Now is %lu seconds %lu usecs\n",
414 _dbus_verbose ("Last is %lu seconds %lu usecs\n",
416 _dbus_verbose ("Exp is %lu seconds %lu usecs\n",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
def.h 312 pa_usec_t sink_usec; /**< Time in usecs a sample takes to be played on the sink. For playback streams and record streams connected to a monitor source. */
313 pa_usec_t source_usec; /**< Time in usecs a sample takes from being recorded to being delivered to the application. Only for record streams. \since 0.5*/
314 pa_usec_t transport_usec; /**< Estimated time in usecs a sample takes to be transferred to/from the daemon. For both playback and record streams. \since 0.5 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 312 pa_usec_t sink_usec; /**< Time in usecs a sample takes to be played on the sink. For playback streams and record streams connected to a monitor source. */
313 pa_usec_t source_usec; /**< Time in usecs a sample takes from being recorded to being delivered to the application. Only for record streams. \since 0.5*/
314 pa_usec_t transport_usec; /**< Estimated time in usecs a sample takes to be transferred to/from the daemon. For both playback and record streams. \since 0.5 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 312 pa_usec_t sink_usec; /**< Time in usecs a sample takes to be played on the sink. For playback streams and record streams connected to a monitor source. */
313 pa_usec_t source_usec; /**< Time in usecs a sample takes from being recorded to being delivered to the application. Only for record streams. \since 0.5*/
314 pa_usec_t transport_usec; /**< Estimated time in usecs a sample takes to be transferred to/from the daemon. For both playback and record streams. \since 0.5 */
  /external/dhcpcd/
dhcp.h 72 /* number of usecs in a second. */
  /external/iptables/extensions/
libxt_RATEEST.c 62 strcasecmp(p, "usecs") == 0)
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 510 static int M_timer_check(int clock_start, int usecs)
515 if ( (clock - clock_start) >= usecs ) {
614 static int C_timer_check(int clock_start, int usecs)
619 if ( (clock - clock_start) >= usecs ) {
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.h 139 TI_UINT32 SumTotalDelayUs[MAX_NUM_OF_AC]; /* Store pkt delay sum in Usecs to avoid divide per
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
taskstats.h 122 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
timex.h 112 long tick; /* (modified) usecs between clock ticks */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
timex.h 46 long int tick; /* (modified) usecs between clock ticks */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
taskstats.h 122 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
timex.h 112 long tick; /* (modified) usecs between clock ticks */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
timex.h 46 long int tick; /* (modified) usecs between clock ticks */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
taskstats.h 122 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
timex.h 112 long tick; /* (modified) usecs between clock ticks */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
timex.h 46 long int tick; /* (modified) usecs between clock ticks */
  /external/v8/src/
platform-posix.cc 169 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) {
174 *usecs = usage.ru_utime.tv_usec;

Completed in 3115 milliseconds

12 3 4