Searched defs:bh (Results 1 – 4 of 4) sorted by relevance
70 const typename RangeType::TraitsType::DifferenceType bh(b.getHeight()); in doComputeSetDifference() local
175 # define OSL_MAKEWORD(bl, bh) ((sal_uInt16)((bl) & 0xFF) | (((sal_uInt16)(bh) & 0xFF) << 8)) argument
45 #define MAKEWORD(bl, bh) ((comm_WORD)((bl) & 0xFF) | (((comm_WORD)(bh) & 0xFF) << 8)) argument
90 # define VOS_MAKEWORD(bl, bh) ((sal_uInt16)((bl) & 0xFF) | (((sal_uInt16)(bh) & 0xFF) << 8)) argument
Completed in 23 milliseconds