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

  /external/kernel-headers/original/linux/byteorder/
swabb.h 70 # define __arch__swahw32s(x) do { *(x) = __swahw32p((x)); } while (0)
100 static inline __u32 __swahw32p(__u32 *x) function
134 #define swahw32p __swahw32p
  /external/kernel-headers/original/linux/
swab.h 184 * __swahw32p - return a wordswapped 32-bit value from a pointer
189 static inline __u32 __swahw32p(const __u32 *p) function
262 *p = __swahw32p(p);
290 # define swahw32p __swahw32p

Completed in 40 milliseconds