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

  /external/linux-tools-perf/perf-3.12.0/include/linux/
swab.h 14 # define swahw32p __swahw32p
  /development/ndk/platforms/android-3/include/linux/byteorder/
swabb.h 36 #define __arch__swahw32s(x) do { *(x) = __swahw32p((x)); } while (0)
  /external/kernel-headers/original/uapi/linux/
swab.h 190 * __swahw32p - return a wordswapped 32-bit value from a pointer
195 static inline __u32 __swahw32p(const __u32 *p) function
268 *p = __swahw32p(p);
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
swab.h 190 * __swahw32p - return a wordswapped 32-bit value from a pointer
195 static inline __u32 __swahw32p(const __u32 *p) function
268 *p = __swahw32p(p);

Completed in 287 milliseconds