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

  /bionic/tests/
linux_swab_test.cpp 52 EXPECT_EQ(0x34127856U, __swahb32p(&hval32));
  /bionic/libc/kernel/uapi/linux/
swab.h 86 static inline __u32 __swahb32p(const __u32 * p) { function
125 * p = __swahb32p(p);
  /external/kernel-headers/original/uapi/linux/
swab.h 212 * __swahb32p - return a high and low byteswapped 32-bit value from a pointer
217 static inline __u32 __swahb32p(const __u32 *p) function
290 *p = __swahb32p(p);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
swab.h 199 * __swahb32p - return a high and low byteswapped 32-bit value from a pointer
204 static __inline__ __u32 __swahb32p(const __u32 *p) function
277 *p = __swahb32p(p);

Completed in 670 milliseconds