Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/byteorder/
Dlittle_endian.h31 #define __constant_ntohl(x) ___constant_swab32(( __be32) (x)) macro
Dbig_endian.h31 #define __constant_ntohl(x) (( __u32) (__be32) (x)) macro