Searched defs:ntohl (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dntohl.c11 inline uint32_t ntohl(uint32_t networklong) { function
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DByteOrder.h46 inline uint32_t ntohl(uint32_t x) { return x; } function
51 inline uint32_t ntohl(uint32_t x) { return WTF::wswap32(x); } function
56 inline uint32_t ntohl(uint32_t x) { return WTF::bswap32(x); } function
/external/bluetooth/bluedroid/gki/common/
H A Dgki_inet.h24 #define htonl ntohl
31 #define ntohl(n) (n) macro
38 extern UINT32 ntohl(UINT32 n);
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_inet.h24 #define htonl ntohl
31 #define ntohl(n) (n) macro
38 extern UINT32 ntohl(UINT32 n);
/external/libnfc-nci/src/gki/common/
H A Dgki_inet.h24 #define htonl ntohl
31 #define ntohl(n) (n) macro
38 extern UINT32 ntohl(UINT32 n);
/external/grub/netboot/
H A Dosdep.h38 #define ntohl(x) \ macro
/external/tcpdump/
H A Dtcpdump-stdinc.h147 #undef ntohl macro
155 #define ntohl(x) __ntohl(x) macro
/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h18 #define ntohl(x) _byteswap_ulong (x) macro
66 chksum_ += ntohl(chksum);
71 chksum_ += ntohl(*reinterpret_cast<const uint32_t*>(
/external/grub/stage2/
H A Dimgact_aout.h38 * 11/23/95 - Kludge to get "ntohl" null macro added. -- ESB
46 #define ntohl(x) ((x << 24) | ((x & 0xFF00) << 8) \ macro
48 #define htonl(x) ntohl(x)
64 (ntohl((ex).a_midmag) & 0xffff)
66 ((ntohl((ex).a_midmag) >> 16) & 0x03ff)
68 ((ntohl((ex).a_midmag) >> 26) & 0x3f)
/external/kernel-headers/original/linux/byteorder/
H A Dgeneric.h49 * ntohl(__u32 x)
58 * unsigned long inline ntohl(x){return ___ntohl(x);}
132 * Handle ntohl and suches. These have various compatibility
145 #undef ntohl macro
154 extern __u32 ntohl(__be32);
167 #define ntohl(x) ___ntohl(x) macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c724 UInt VG_(ntohl) ( UInt x ) function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h403 /// uint32_t ntohl(uint32_t netlong);
404 ntohl, enumerator in enum:llvm::LibFunc::Func

Completed in 381 milliseconds