Home
last modified time | relevance | path

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

/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/plparse/
H A Dbswap.h29 #define _X_BE_16(x) GUINT16_FROM_BE(*x) macro
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dbswap.h40 #define _X_BE_16(x) (((uint16_t)(((const uint8_t*)(x))[0]) << 8) | \ macro
103 # define _X_BE_16(x) ({ \ macro