HomeSort by relevance Sort by last modified time
    Searched refs:__bswap_16 (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
byteswap.h 30 #define bswap_16(x) __bswap_16 (x)
endian.h 64 # define htobe16(x) __bswap_16 (x)
66 # define be16toh(x) __bswap_16 (x)
80 # define htole16(x) __bswap_16 (x)
82 # define le16toh(x) __bswap_16 (x)
  /external/syslinux/gpxe/src/include/
little_bswap.h 8 #define ntohs(x) __bswap_16(x)
9 #define htons(x) __bswap_16(x)
15 #define cpu_to_be16(x) __bswap_16(x)
21 #define be16_to_cpu(x) __bswap_16(x)
byteswap.h 29 #define __bswap_16(x) \ macro
54 #define swap16(x) __bswap_16(x)
57 #define bswap_16(x) __bswap_16(x)
big_bswap.h 10 #define cpu_to_le16(x) __bswap_16(x)
16 #define le16_to_cpu(x) __bswap_16(x)
  /external/vboot_reference/cgpt/
cgpt_endian.h 21 # define htobe16(x) __bswap_16 (x)
23 # define be16toh(x) __bswap_16 (x)
37 # define htole16(x) __bswap_16 (x)
39 # define le16toh(x) __bswap_16 (x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
byteswap.h 34 # define __bswap_16(x) \ macro
47 # define __bswap_16(x) \ macro
54 __bswap_16 (unsigned short int __bsx) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
byteswap.h 35 # define __bswap_16(x) \ macro
48 # define __bswap_16(x) \ macro
  /external/blktrace/
blktrace.h 67 #define __bswap_16 bswap_16 macro
72 #define be16_to_cpu(x) __bswap_16(x)
75 #define cpu_to_be16(x) __bswap_16(x)
blkparse.c     [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 563 def __bswap_16(x): return \
565 def __bswap_16(x): return __bswap_constant_16 (x)
589 def ntohs(x): return __bswap_16 (x)
593 def htons(x): return __bswap_16 (x)
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 563 def __bswap_16(x): return \
565 def __bswap_16(x): return __bswap_constant_16 (x)
589 def ntohs(x): return __bswap_16 (x)
593 def htons(x): return __bswap_16 (x)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 563 def __bswap_16(x): return \
565 def __bswap_16(x): return __bswap_constant_16 (x)
589 def ntohs(x): return __bswap_16 (x)
593 def htons(x): return __bswap_16 (x)
  /external/syslinux/com32/include/
byteswap.h 14 static inline __constfunc uint16_t __bswap_16(uint16_t v) function
20 __bswap_16_macro(x) : __bswap_16(x))
  /external/python/cpython2/Lib/plat-atheos/
IN.py 894 def __bswap_16(x): return \
896 def __bswap_16(x): return __bswap_constant_16 (x)
918 def ntohs(x): return __bswap_16 (x)
922 def htons(x): return __bswap_16 (x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 392 # define ntohs(x) __bswap_16 (x)
394 # define htons(x) __bswap_16 (x)

Completed in 308 milliseconds