HomeSort by relevance Sort by last modified time
    Searched refs:_tv (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtomcrypt/
build.sh 9 if find *_tv.txt -type f 1>/dev/null 2>/dev/null ; then
10 for f in *_tv.txt; do if (diff --ignore-case $f notes/$f) then true; else (echo "tv_gen $f failed" && rm -f testok.txt && exit 1); fi; done
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.c 451 struct timeval _tv; local
475 _tv.tv_sec = tv.sec;
476 _tv.tv_usec = tv.usec;
483 eloop.timeout ? &_tv : NULL);
  /external/wpa_supplicant_8/src/utils/
eloop.c 687 struct timeval _tv;
715 _tv.tv_sec = tv.sec;
716 _tv.tv_usec = tv.usec;
737 timeout ? &_tv : NULL);

Completed in 1003 milliseconds