Searched refs:INT64 (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xwindows.h | 67 #define INT64 wINT64 macro 84 #undef INT64
|
| H A D | Xmd.h | 101 typedef long INT64; typedef in typeref:typename:long
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | wgl.tm | 24 INT64,*,*, INT64,*,*
|
| H A D | wglext.h | 651 extern BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 653 extern INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 654 extern INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 diviso [all...] |
| H A D | wglext.spec | 500 param ust INT64 out array [1] 501 param msc INT64 out array [1] 502 param sbc INT64 out array [1] 513 return INT64 515 param target_msc INT64 in value 516 param divisor INT64 in value 517 param remainder INT64 in value 521 return INT64 524 param target_msc INT64 in value 525 param divisor INT64 i [all...] |
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | wglext.h | 830 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 832 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 833 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc, INT64 diviso [all...] |
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | wglext.h | 844 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 846 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 847 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, INT fuPlanes, INT64 target_msc, INT64 diviso [all...] |
| /xsrc/external/mit/libxcb/dist/tools/ |
| H A D | api_conv.pl | 79 if(/CHAR2B|INT64|FLOAT32|FLOAT64|BOOL32|STRING8/)
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcstat.c | 51 typedef long long INT64; typedef in typeref:typename:long long 55 typedef __int64 INT64; typedef in typeref:typename:__int64 117 statb->st_atime = (*(INT64 *)&wfad.ftLastAccessTime)/10000000 - EPOCH_OFFSET; 118 statb->st_mtime = (*(INT64 *)&wfad.ftLastWriteTime)/10000000 - EPOCH_OFFSET;
|
Completed in 24 milliseconds