Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/byteorder/
Dlittle_endian.h17 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
Dbig_endian.h17 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
/external/u-boot/include/linux/byteorder/
Dlittle_endian.h18 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
Dbig_endian.h18 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro