OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:htonq
(Results
51 - 53
of
53
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
endian.h
64
#define
htonq
(x) __swap64(x)
macro
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
endian.h
64
#define
htonq
(x) __swap64(x)
macro
/frameworks/base/libs/common_time/
common_time_server_packets.cpp
49
#define SERIALIZE_INT64(field_name) SERIALIZE_FIELD(field_name, int64_t,
htonq
)
Completed in 1419 milliseconds
1
2
3