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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 246 _D3DTLVERTEX(const D3DVECTOR& v, float _rhw, D3DCOLOR _color, D3DCOLOR _specular, float _tu, float _tv) {
249 tu = _tu; tv = _tv;
322 _D3DVERTEX(const D3DVECTOR& v, const D3DVECTOR& n, float _tu, float _tv) {
325 tu = _tu; tv = _tv;
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 1064 struct timeval _tv; local
1113 _tv.tv_sec = tv.sec;
1114 _tv.tv_usec = tv.usec;
1135 timeout ? &_tv : NULL);
    [all...]

Completed in 91 milliseconds