OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__constant_ntohl
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h
30
#define
__constant_ntohl
(x) ((__force __u32) (__be32) (x))
macro
little_endian.h
30
#define
__constant_ntohl
(x) ___constant_swab32((__force __be32) (x))
macro
/external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h
16
#define
__constant_ntohl
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
16
#define
__constant_ntohl
(x) ___constant_swab32((__force __be32)(x))
macro
/external/u-boot/include/linux/byteorder/
big_endian.h
17
#define
__constant_ntohl
(x) ((__force __u32)(__be32)(x))
macro
little_endian.h
17
#define
__constant_ntohl
(x) ___constant_swab32((__force __be32)(x))
macro
/external/iproute2/include/
bpf_api.h
56
# define ntohl(X)
__constant_ntohl
((X))
Completed in 57 milliseconds