Home
last modified time | relevance | path

Searched refs:__constant_htonl (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/byteorder/
Dlittle_endian.h14 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
Dbig_endian.h14 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro