Home
last modified time | relevance | path

Searched refs:LOBYTE (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/automation/inc/automation/
H A Dcommdefines.hxx47 #ifndef LOBYTE
48 #define LOBYTE(w) ((comm_BYTE)((comm_WORD)(w) & 0xFF)) macro
64 #define SWAPWORD(w) MAKEWORD(HIBYTE(w),LOBYTE(w))
81 #define NETWORD(w) MAKEWORD(HIBYTE(w),LOBYTE(w))
/aoo4110/main/automation/source/simplecm/
H A Dpackethandler.cxx57 nRes += LOBYTE( HIWORD( nBytes ) ) ^ 0x0f; in CalcCheckByte()
59 nRes += LOBYTE( LOWORD( nBytes ) ) ^ 0x0f; in CalcCheckByte()
63 return LOBYTE( nRes ); in CalcCheckByte()
/aoo4110/main/sal/osl/w32/
H A Dsalinit.cxx71 if ((LOBYTE(wsaData.wVersion) < wMajorVersionRequired) || in sal_detail_initialize()
72 (LOBYTE(wsaData.wVersion) == wMajorVersionRequired) && in sal_detail_initialize()
/aoo4110/main/vcl/win/source/app/
H A Dsalinst.cxx513 aSalShlData.mnVersion = (((WORD)LOBYTE(nVer)) * 100) + HIBYTE(nVer); in CreateSalInstance()
/aoo4110/main/external/mingwheaders/
H A Dmingw_headers.patch1437 #define PROPSETHDR_OSVER_MAJOR(dwOSVer) LOBYTE(LOWORD( (dwOSVer) ))
/aoo4110/main/vcl/win/source/window/
H A Dsalframe.cxx3686 BYTE vkeycode = LOBYTE(scan); in MapUnicodeToKeyCode()

Completed in 49 milliseconds