Home
last modified time | relevance | path

Searched refs:___arch__swab32 (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-9/arch-x86/include/asm/
Dbyteorder.h25 static __inline__ __attribute_const__ __u32 ___arch__swab32(__u32 x) in ___arch__swab32() function
45 v.s.a = ___arch__swab32(v.s.a); in ___arch__swab64()
46 v.s.b = ___arch__swab32(v.s.b); in ___arch__swab64()
52 #define __arch__swab32(x) ___arch__swab32(x)
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dbyteorder.h18 static inline __attribute_const__ __u32 ___arch__swab32(__u32 x) in ___arch__swab32() function
37 #define __arch__swab32(x) ___arch__swab32(x)