Home
last modified time | relevance | path

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

/u-boot/include/linux/byteorder/
A Dlittle_endian.h16 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
A Dbig_endian.h16 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro

Completed in 5 milliseconds