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

  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 77 #ifndef _T
78 #define _T(x) L##x
115 name = (PFN##type)GetProcAddress( g_hGapiLib, _T(import) );
177 g_hGapiLib = LoadLibrary(_T("GAPI_Emu.dll"));
186 g_hGapiLib = LoadLibrary(_T("\\Windows\\gx.dll"));
189 g_hGapiLib = LoadLibrary(_T("gx.dll"));
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 796 CvMat _S = cvMat(6,6,CV_64F,S), _C = cvMat(6,6,CV_64F,C), _T = cvMat(6,6,CV_64F,T);
870 cvMatMul( &_C, &_S, &_T );
871 cvMatMul( &_T, &_C, &_S );
891 _T = cvMat( 6, 1, CV_64F, T );
893 cvMatMul( &_C, &_EIGVECS, &_T );
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 75 #define _T(x) x
201 size_t sep_slash = filepath.rfind(_T('/'));
202 size_t sep_backslash = filepath.rfind(_T('\\'));
211 size_t sep = filepath.rfind(_T('/'));
220 return String(_T("."));
222 return String(_T("/"));
718 file_ = _tfopen(path, _T("rb"));
730 *error = _T("Not an ELF binary file");
885 const TCHAR* env = _tgetenv(_T("LD_LIBRARY_PATH"));
902 lib_search_path->push_back(_T("."))
    [all...]

Completed in 100 milliseconds