HomeSort by relevance Sort by last modified time
    Searched refs:_tv (Results 1 - 2 of 2) 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_8/src/utils/
eloop.c 714 struct timeval _tv;
742 _tv.tv_sec = tv.sec;
743 _tv.tv_usec = tv.usec;
764 timeout ? &_tv : NULL);

Completed in 2143 milliseconds