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

/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/webkit/Source/WebCore/platform/graphics/
H A DWOFFFileFormat.cpp42 #define ntohl(x) std_ntohl(x) macro
50 #define ntohl(x) ((uint32_t)(x)) macro
55 #define ntohl(x) ((uint32_t)((((uint32_t)(x) & 0xffff0000) >> 16) | (((uint32_t)(x) & 0xffff) << 16)) macro
56 #define htonl(x) ntohl(x)
60 #define ntohl(x) ((uint32_t)((((uint32_t)(x) & 0xff000000) >> 24) | (((uint32_t)(x) & 0x00ff0000) >> 8) | \ macro
62 #define htonl(x) ntohl(x)
74 value = ntohl(*reinterpret_cast<const uint32_t*>(buffer->data() + offset));
/external/tcpdump/
H A Dtcpdump-stdinc.h147 #undef ntohl macro
155 #define ntohl(x) __ntohl(x) macro
/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.c693 UInt VG_(ntohl) ( UInt x ) function

Completed in 931 milliseconds