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

/external/grub/netboot/
H A Dosdep.h15 # if !defined(__constant_htonl)
16 # define __constant_htonl(x) (x) macro
22 # if !defined(__constant_htonl)
23 # define __constant_htonl(x) \ macro
40 __constant_htonl((x)) : \
44 __constant_htonl((x)) : \
/external/kernel-headers/original/linux/byteorder/
H A Dbig_endian.h14 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro
H A Dlittle_endian.h14 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro

Completed in 99 milliseconds