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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
byteswap.h 61 #define __bswap_constant_32(x) \ macro
77 __v = __bswap_constant_32 (__x); \
91 __v = __bswap_constant_32 (__x); \
99 ({ register unsigned int __x = (x); __bswap_constant_32 (__x); }))
105 return __bswap_constant_32 (__bsx);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
byteswap.h 56 #define __bswap_constant_32(x) \ macro
73 __v = __bswap_constant_32 (__x); \
82 __v = __bswap_constant_32 (__x); \
95 ({ register unsigned int __x = (x); __bswap_constant_32 (__x); }))
  /external/syslinux/gpxe/src/include/
byteswap.h 13 #define __bswap_constant_32(x) \ macro
36 __bswap_constant_32(x) : \
  /external/python/cpython2/Lib/plat-linux2/
IN.py 567 def __bswap_constant_32(x): return \
573 def __bswap_32(x): return __bswap_constant_32 (x) function
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 567 def __bswap_constant_32(x): return \
573 def __bswap_32(x): return __bswap_constant_32 (x) function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 567 def __bswap_constant_32(x): return \
573 def __bswap_32(x): return __bswap_constant_32 (x) function
  /external/python/cpython2/Lib/plat-atheos/
IN.py 898 def __bswap_constant_32(x): return \
904 def __bswap_32(x): return __bswap_constant_32 (x) function

Completed in 62 milliseconds