OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__le64_to_cpu
(Results
101 - 102
of
102
) sorted by null
1
2
3
4
5
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
little_endian.h
31
#define
__le64_to_cpu
(x) ( (__u64)(__le64)(x))
macro
/external/grub/stage2/
fsys_reiserfs.c
45
#define
__le64_to_cpu
(x) ((__u64) (x))
macro
[
all
...]
Completed in 2688 milliseconds
1
2
3
4
5