Home
last modified time | relevance | path

Searched defs:__ntohl (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/arm-trusted-firmware/include/lib/libc/aarch32/
H A Dendian_.h68 #define __ntohl(x) ((uint32_t)(x)) macro
75 #define __ntohl(x) (__bswap32(x)) macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libc/aarch32/
Dendian_.h68 #define __ntohl(x) ((uint32_t)(x)) macro
75 #define __ntohl(x) (__bswap32(x)) macro
/aosp_15_r20/external/arm-trusted-firmware/include/lib/libc/aarch64/
H A Dendian_.h63 #define __ntohl(x) (__bswap32(x)) macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libc/aarch64/
Dendian_.h63 #define __ntohl(x) (__bswap32(x)) macro
/aosp_15_r20/external/tcpdump/
H A Dnetdissect-stdinc.h305 static __inline__ unsigned long __ntohl (unsigned long x) in __ntohl() function
/aosp_15_r20/external/python/cpython2/Lib/plat-freebsd8/
DIN.py135 def __ntohl(x): return __bswap32(x) function
/aosp_15_r20/external/python/cpython2/Lib/plat-freebsd6/
DIN.py141 def __ntohl(x): return __bswap32(x) function
/aosp_15_r20/external/python/cpython2/Lib/plat-freebsd7/
DIN.py135 def __ntohl(x): return __bswap32(x) function