Home
last modified time | relevance | path

Searched defs:ntohs (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DWOFFFileFormat.cpp43 #define ntohs(x) std_ntohs(x) macro
48 #define ntohs(x) ((uint16_t)(x)) macro
53 #define ntohs(x) ((unit16_t)(x)) macro
58 #define ntohs(x) ((uint16_t)((((uint16_t)(x) & 0xff00) >> 8) | (((uint16_t)(x) & 0x00ff) << 8))) macro
/external/grub/netboot/
Dosdep.h46 #define ntohs(x) \ macro
/external/tcpdump/
Dtcpdump-stdinc.h156 #define ntohs(x) __ntohs(x) macro
/external/kernel-headers/original/linux/byteorder/
Dgeneric.h169 #define ntohs(x) ___ntohs(x) macro
/external/valgrind/main/coregrind/
Dm_libcfile.c714 UShort VG_(ntohs) ( UShort x ) in VG_() argument