Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DWOFFFileFormat.cpp41 #define htons(x) std_htons(x) macro
49 #define htons(x) ((uint16_t)(x)) macro
54 #define htons(x) ((uint16_t)(x)) macro
59 #define htons(x) ntohs(x) macro
/external/grub/netboot/
Dosdep.h50 #define htons(x) \ macro
/external/tcpdump/
Dtcpdump-stdinc.h158 #define htons(x) __ntohs(x) macro
/external/kernel-headers/original/linux/byteorder/
Dgeneric.h168 #define htons(x) ___htons(x) macro
/external/valgrind/main/coregrind/
Dm_libcfile.c681 UShort VG_(htons) ( UShort x ) in VG_() argument