OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htole64
(Results
101 - 103
of
103
) sorted by null
1
2
3
4
5
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/
endian.h
87
#define
htole64
(x) (x)
macro
103
#define le64toh(x)
htole64
(x)
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
endian.h
87
#define
htole64
(x) (x)
macro
103
#define le64toh(x)
htole64
(x)
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
endian.h
87
#define
htole64
(x) (x)
macro
103
#define le64toh(x)
htole64
(x)
Completed in 2206 milliseconds
1
2
3
4
5