Searched refs:_tv (Results 1 - 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/
H A Dbuild.sh9 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/
H A Deloop.c451 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/hostapd/src/utils/
H A Deloop.c687 struct timeval _tv;
715 _tv.tv_sec = tv.sec;
716 _tv.tv_usec = tv.usec;
737 timeout ? &_tv : NULL);
/external/wpa_supplicant_8/src/utils/
H A Deloop.c687 struct timeval _tv;
715 _tv.tv_sec = tv.sec;
716 _tv.tv_usec = tv.usec;
737 timeout ? &_tv : NULL);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.c687 struct timeval _tv;
715 _tv.tv_sec = tv.sec;
716 _tv.tv_usec = tv.usec;
737 timeout ? &_tv : NULL);

Completed in 231 milliseconds