Searched defs:ntohl (Results 1 - 10 of 10) sorted by last modified time

/external/valgrind/main/coregrind/
H A Dm_libcfile.c799 UInt VG_(ntohl) ( UInt x ) function
/external/tcpdump/
H A Dtcpdump-stdinc.h194 #undef ntohl macro
202 #define ntohl(x) __ntohl(x) macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h444 /// uint32_t ntohl(uint32_t netlong);
445 ntohl, enumerator in enum:llvm::LibFunc::Func
/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/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/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Ddatatypes.h65 # define ntohl(x) _byteswap_ulong (x) macro
305 z->v32[3] = ntohl((uint32_t) tmp); \
309 z->v32[2] = ntohl((uint32_t) tmp); \
313 z->v32[1] = ntohl((uint32_t) tmp); \
317 z->v32[0] = ntohl((uint32_t) tmp); \
416 # define be32_to_cpu(x) ntohl((x))
/external/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h31 #define ntohl(x) _byteswap_ulong (x) macro
130 *value = ntohl(*value);
/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/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dntohl.c11 inline uint32_t ntohl(uint32_t networklong) { function

Completed in 342 milliseconds