OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__be32_to_cpu
(Results
51 - 75
of
117
) sorted by null
1
2
3
4
5
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/byteorder/
big_endian.h
50
#define
__be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
50
#define
__be32_to_cpu
(x) __swab32((__force __u32)(__be32)(x))
macro
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/byteorder/
big_endian.h
50
#define
__be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
50
#define
__be32_to_cpu
(x) __swab32((__force __u32)(__be32)(x))
macro
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/byteorder/
big_endian.h
50
#define
__be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
50
#define
__be32_to_cpu
(x) __swab32((__force __u32)(__be32)(x))
macro
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/byteorder/
big_endian.h
50
#define
__be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
50
#define
__be32_to_cpu
(x) __swab32((__force __u32)(__be32)(x))
macro
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/byteorder/
big_endian.h
50
#define
__be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
50
#define
__be32_to_cpu
(x) __swab32((__force __u32)(__be32)(x))
macro
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/byteorder/
big_endian.h
50
#define
__be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
50
#define
__be32_to_cpu
(x) __swab32((__force __u32)(__be32)(x))
macro
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/byteorder/
big_endian.h
50
#define
__be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
50
#define
__be32_to_cpu
(x) __swab32((__force __u32)(__be32)(x))
macro
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/byteorder/
big_endian.h
50
#define
__be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
50
#define
__be32_to_cpu
(x) __swab32((__force __u32)(__be32)(x))
macro
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/byteorder/
big_endian.h
50
#define
__be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
50
#define
__be32_to_cpu
(x) __swab32((__force __u32)(__be32)(x))
macro
/bionic/libc/kernel/uapi/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
/development/ndk/platforms/android-21/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/kernel-headers/original/uapi/linux/byteorder/
big_endian.h
39
#define
__be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
39
#define
__be32_to_cpu
(x) __swab32((__force __u32)(__be32)(x))
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h
39
#define
__be32_to_cpu
(x) ((__u32)(__be32)(x))
macro
Completed in 757 milliseconds
1
2
3
4
5