HomeSort by relevance Sort by last modified time
    Searched full:msec (Results 401 - 425 of 590) sorted by null

<<11121314151617181920>>

  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 293 // 64 = 2.5 msec for 400Hz
    [all...]
  /external/autotest/client/deps/iwcap/src/
nl80211.h 766 * @NL80211_ATTR_MPATH_EXPTIME: expiration time for the path, in msec from now
769 * @NL80211_ATTR_MPATH_DISCOVERY_TIMEOUT: total path discovery timeout, in msec
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 406 def MSEC_TO_TICK(msec): return \
408 def MSEC_TO_TICK_ROUNDUP(msec): return \
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
README-P2P 617 be entered every interval msec for at least period msec. Both values
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_linux_386.go 342 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {
349 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0)
    [all...]
zsyscall_linux_s390x.go 342 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {
349 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0)
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_linux_386.go 342 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {
349 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0)
    [all...]
zsyscall_linux_s390x.go 342 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {
349 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
Platform.c 454 for (Count = 0; Count < 500; Count++) { // Maximum waiting approximates to 1.5 seconds (= 3 msec * 500)
    [all...]
  /external/blktrace/btreplay/
btrecord.c 114 "\t[ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec\n" \
  /external/blktrace/btreplay/doc/
btreplay.tex 252 [ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec
  /external/fio/
graph.c 731 * use msec to avoid dropping too much precision when
  /external/fio/tools/plot/
fio2gnuplot 205 # We ignore the first 500msec as it doesn't seems to be part of the real benchmark
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 724 int32_t msec = cal->get(UCAL_MILLISECOND, status); local
725 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec;
735 msec = cal->get(UCAL_MILLISECOND, status);
736 double millisInDay = hr * 3600000.0 + min * 60000.0 + sec * 1000.0 + msec;
    [all...]
  /external/iproute2/man/man8/
ip-route.8.in 472 seconds and ms, msec or msecs to specify milliseconds.
tc.8 497 ms, msec or msecs
  /external/iproute2/tc/
tc_util.c 288 else if (strcasecmp(p, "ms") == 0 || strcasecmp(p, "msec") == 0 ||
  /external/iputils/doc/
ping.sgml 67 is present in the network. Minimal interval is 200msec for not super-user.
  /external/iputils/
ping_common.c 26 int interval = 1000; /* interval between packets (msec) */
  /external/kernel-headers/original/uapi/scsi/fc/
fc_els.h 236 __be32 _sp_r_a_tov; /* resource alloc. timeout msec */
  /external/libnl/python/netlink/
capi.i 830 /* Msec attribute */
  /external/llvm/docs/
Vectorizers.rst 375 The Y-axis shows the time in msec. Lower is better. The last column shows the geomean of all the kernels.
  /external/syslinux/core/lwip/src/core/ipv4/
ip_frag.c 119 * Should be called every 1000 msec (defined by IP_TMR_INTERVAL).
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
encode.c 568 /* Loop over number of 30 msec */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/
isac.h 539 * even for 60 msec frames.

Completed in 786 milliseconds

<<11121314151617181920>>