HomeSort by relevance Sort by last modified time
    Searched defs:__swab32 (Results 51 - 52 of 52) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 147 # define __swab32(x) \ macro
157 # define __swab32(x) __fswab32(x) macro
194 return (((__u64)__swab32(l)) << 32) | ((__u64)(__swab32(h)));
  /external/kernel-headers/original/linux/
swab.h 105 * __swab32 - return a byteswapped 32-bit value
108 #define __swab32(x) \ macro
166 return __swab32(*p);
283 # define swab32 __swab32

Completed in 42 milliseconds

1 23