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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
byteswap.h 31 #define __bswap_constant_16(x) \ macro
39 __v = __bswap_constant_16 (__x); \
50 ({ register unsigned short int __x = (x); __bswap_constant_16 (__x); }))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
byteswap.h 31 #define __bswap_constant_16(x) \ macro
39 __v = __bswap_constant_16 (__x); \
50 ({ register unsigned short int __x = (x); __bswap_constant_16 (__x); }))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
byteswap.h 31 #define __bswap_constant_16(x) \ macro
39 __v = __bswap_constant_16 (__x); \
50 ({ register unsigned short int __x = (x); __bswap_constant_16 (__x); }))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 561 def __bswap_constant_16(x): return \
565 def __bswap_16(x): return __bswap_constant_16 (x) function

Completed in 196 milliseconds