OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cpu_to_be32
(Results
201 - 203
of
203
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/byteorder/
big_endian.h
61
#define
__cpu_to_be32
(x) ((__force __be32)(__u32)(x))
macro
little_endian.h
61
#define
__cpu_to_be32
(x) ((__force __be32)__swab32((x)))
macro
/external/e2fsprogs/lib/ext2fs/
crc32c.c
47
#define
__cpu_to_be32
(x) (x)
macro
54
#define
__cpu_to_be32
(x) (ext2fs_cpu_to_be32((x)))
macro
231
crc =
__cpu_to_be32
(crc);
[
all
...]
Completed in 4278 milliseconds
1
2
3
4
5
6
7
8
9