/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/byteorder/ |
big_endian.h | 62 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
|
little_endian.h | 62 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/byteorder/ |
big_endian.h | 62 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
|
little_endian.h | 62 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/byteorder/ |
big_endian.h | 62 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
|
little_endian.h | 62 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/byteorder/ |
big_endian.h | 62 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
|
little_endian.h | 62 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/byteorder/ |
big_endian.h | 62 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
|
little_endian.h | 62 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/byteorder/ |
big_endian.h | 62 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
|
little_endian.h | 62 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/byteorder/ |
big_endian.h | 62 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
|
little_endian.h | 62 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
|
/external/e2fsprogs/e2fsck/ |
crc32.c | 227 return __be32_to_cpu(crc);
|
/external/e2fsprogs/lib/ext2fs/ |
crc32c.c | 46 #define __be32_to_cpu(x) (x) macro 53 #define __be32_to_cpu(x) (ext2fs_be32_to_cpu((x))) macro 206 return __be32_to_cpu((__force __be32)crc); 367 return __be32_to_cpu(crc); [all...] |
/external/fio/crc/ |
sha256.c | 59 W[I] = __be32_to_cpu(((uint32_t *)(input))[I]);
|