Searched refs:GUINT16_SWAP_LE_BE_CONSTANT (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/glib/
H A Dgtypes.h114 #define GUINT16_SWAP_LE_BE_CONSTANT(val) ((guint16) ( \ macro
150 __v = GUINT16_SWAP_LE_BE_CONSTANT (__x); \
207 __v = GUINT16_SWAP_LE_BE_CONSTANT (__x); \
260 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
264 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
269 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dglib.h527 #define GUINT16_SWAP_LE_BE_CONSTANT(val) ((guint16) ( \ macro
543 __v = GUINT16_SWAP_LE_BE_CONSTANT (val); \
578 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val))

Completed in 40 milliseconds