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

  /bionic/libc/kernel/uapi/linux/
swab.h 56 #define __swahw32(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahw32(x) : __fswahw32(x)) macro
83 return __swahw32(* p);
  /external/kernel-headers/original/uapi/linux/
swab.h 136 * __swahw32 - return a word-swapped 32-bit value
139 * __swahw32(0x12340000) is 0x00001234
141 #define __swahw32(x) \ macro
200 * See __swahw32() for details of wordswapping.
207 return __swahw32(*p);
268 * See __swahw32() for details of wordswapping

Completed in 60 milliseconds