Home
last modified time | relevance | path

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

/aoo42x/main/sal/inc/osl/
H A Dendian.h177 # define OSL_MAKEWORD(bl, bh) ((sal_uInt16)((bl) & 0xFF) | (((sal_uInt16)(bh) & 0xFF) << 8)) macro

Completed in 117 milliseconds