OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htobe64
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
endian.h
163
__uint64_t
htobe64
(__uint64_t);
192
#define
htobe64
__swap64
macro
238
#define
htobe64
(x) (x)
macro
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
endian.h
163
__uint64_t
htobe64
(__uint64_t);
192
#define
htobe64
__swap64
macro
238
#define
htobe64
(x) (x)
macro
Completed in 166 milliseconds
1
2