Home
last modified time | relevance | path

Searched defs:bl (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/inc/osl/
H A Dendian.h177 # define OSL_MAKEWORD(bl, bh) ((sal_uInt16)((bl) & 0xFF) | (((sal_uInt16)(bh) & 0xFF) << 8)) argument
/trunk/main/automation/inc/automation/
H A Dcommdefines.hxx45 #define MAKEWORD(bl, bh) ((comm_WORD)((bl) & 0xFF) | (((comm_WORD)(bh) & 0xFF) << 8)) argument
/trunk/main/vos/inc/vos/
H A Dmacros.hxx90 # define VOS_MAKEWORD(bl, bh) ((sal_uInt16)((bl) & 0xFF) | (((sal_uInt16)(bh) & 0xFF) << 8)) argument

Completed in 35 milliseconds