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

  /external/chromium_org/remoting/host/
sas_injector_win.cc 213 MAKELONG(MOD_ALT | MOD_CONTROL, VK_DELETE)) == 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avifmt.h 58 #define MAKEAVICKID(tcc,stream) MAKELONG((ToHex((stream) & 0x0f) << 8) | (ToHex(((stream) & 0xf0) >> 4)),tcc)
dispdib.h 45 cds.dwData = MAKELONG(msg,wParam);
winsock.h 345 #define WSAMAKEASYNCREPLY(buflen,error) MAKELONG(buflen,error)
346 #define WSAMAKESELECTREPLY(event,error) MAKELONG(event,error)
fltdefs.h 37 #define FILTER_PROTO(ProtoId) MAKELONG(MAKEWORD((ProtoId),0x00),0x00000)
httpext.h 20 #define HSE_VERSION MAKELONG(HSE_VERSION_MINOR,HSE_VERSION_MAJOR)
httpfilt.h 19 #define HTTP_FILTER_REVISION MAKELONG(0,6)
windef.h 161 #define MAKELONG(a,b) ((LONG)(((WORD)((DWORD_PTR)(a) & 0xffff)) | ((DWORD)((WORD)((DWORD_PTR)(b) & 0xffff))) << 16))
windowsx.h16     [all...]
windowsx.h     [all...]
compstui.h 604 #define HINSPSUIPAGE_INDEX(i) (HANDLE)MAKELONG(i, 0);
    [all...]
winsock2.h     [all...]
commctrl.h     [all...]
winuser.h 838 #define POINTTOPOINTS(pt) (MAKELONG((short)((pt).x),(short)((pt).y)))
839 #define MAKEWPARAM(l,h) ((WPARAM)(DWORD)MAKELONG(l,h))
840 #define MAKELPARAM(l,h) ((LPARAM)(DWORD)MAKELONG(l,h))
841 #define MAKELRESULT(l,h) ((LRESULT)(DWORD)MAKELONG(l,h))
    [all...]
netmon.h 1073 #define MAKE_IDENTIFIER(a,b,c,d) ((DWORD) MAKELONG(MAKEWORD(a,b),MAKEWORD(c,d)))
    [all...]
mmsystem.h     [all...]
vfw.h 677 #define MAKEAVICKID(tcc,stream) MAKELONG((ToHex((stream) & 0x0f) << 8) | (ToHex(((stream) & 0xf0) >> 4)),tcc)
    [all...]
dinput.h     [all...]
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 126 ComboBox_SetItemData(hWndCB, index, MAKELONG(iDrive, iType));
224 ListBox_SetItemData(hWndLB, index, MAKELONG(index, i));
254 ListBox_SetItemData(hWndLB, index, MAKELONG(indent, ID_ICON_FOLDERCLOSED));
  /external/chromium_org/base/files/
file_path.cc 695 wchar_t c1 = (wchar_t)LOWORD(::CharUpperW((LPWSTR)MAKELONG(*i1, 0)));
696 wchar_t c2 = (wchar_t)LOWORD(::CharUpperW((LPWSTR)MAKELONG(*i2, 0)));
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 1622 milliseconds