OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__constant_be32_to_cpu
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h
42
#define
__constant_be32_to_cpu
(x) ((__force __u32) (__be32) (x))
macro
little_endian.h
42
#define
__constant_be32_to_cpu
(x) ___constant_swab32((__force __u32) (__be32) (x))
macro
/external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h
28
#define
__constant_be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
28
#define
__constant_be32_to_cpu
(x) ___constant_swab32((__force __u32)(__be32)(x))
macro
/external/u-boot/include/linux/byteorder/
big_endian.h
29
#define
__constant_be32_to_cpu
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
29
#define
__constant_be32_to_cpu
(x) ___constant_swab32((__force __u32)(__be32)(x))
macro
Completed in 50 milliseconds