Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/byteorder/
Dlittle_endian.h31 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
Dbig_endian.h31 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro