Searched defs:__constant_htons (Results 1 - 3 of 3) sorted by relevance

/external/grub/netboot/
H A Dosdep.h18 # if !defined(__constant_htons)
19 # define __constant_htons(x) (x) macro
29 # if !defined(__constant_htons)
30 # define __constant_htons(x) \ macro
48 __constant_htons((x)) : \
52 __constant_htons((x)) : \
/external/kernel-headers/original/linux/byteorder/
H A Dbig_endian.h16 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
H A Dlittle_endian.h16 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro

Completed in 336 milliseconds