HomeSort by relevance Sort by last modified time
    Searched defs:ntohl (Results 1 - 12 of 12) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/net/
ntohl.c 1 /* $OpenBSD: ntohl.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */
10 #undef ntohl macro
13 ntohl(u_int32_t x) function
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
ntohl.c 11 inline uint32_t ntohl(uint32_t networklong) { function
  /external/chromium_org/third_party/WebKit/Source/wtf/
ByteOrder.h 46 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/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h 24 #define htonl ntohl
31 #define ntohl(n) (n) macro
38 extern UINT32 ntohl(UINT32 n);
  /external/libnfc-nci/src/gki/common/
gki_inet.h 24 #define htonl ntohl
31 #define ntohl(n) (n) macro
38 extern UINT32 ntohl(UINT32 n);
  /external/chromium_org/third_party/brotli/src/woff2/
buffer.h 31 #define ntohl(x) _byteswap_ulong (x) macro
130 *value = ntohl(*value);
  /bionic/libc/include/sys/
endian.h 195 uint32_t ntohl(uint32_t) __pure2;
201 #define ntohl(x) __swap32(x) macro
241 #define ntohl(x) (x) macro
252 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
  /development/ndk/platforms/android-3/include/sys/
endian.h 209 #define ntohl(x) __swap32(x) macro
248 #define ntohl(x) (x) macro
259 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
  /development/ndk/platforms/android-L/include/sys/
endian.h 195 uint32_t ntohl(uint32_t) __pure2;
201 #define ntohl(x) __swap32(x) macro
241 #define ntohl(x) (x) macro
252 #define NTOHL(x) (x) = ntohl((u_int32_t)(x))
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
datatypes.h 65 # 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/ots/include/
opentype-sanitiser.h 18 #define ntohl(x) _byteswap_ulong (x) macro
66 chksum_ += ntohl(chksum);
71 chksum_ += ntohl(*reinterpret_cast<const uint32_t*>(
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 444 /// uint32_t ntohl(uint32_t netlong);
445 ntohl, enumerator in enum:llvm::LibFunc::Func

Completed in 8112 milliseconds