OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htonq
(Results
51 - 69
of
69
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
endian.h
205
#define
htonq
(x) __swap64(x)
macro
245
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
endian.h
205
#define
htonq
(x) __swap64(x)
macro
245
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
endian.h
205
#define
htonq
(x) __swap64(x)
macro
245
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (x)
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
endian.h
213
#define
htonq
(x) __swap64(x)
macro
252
#define
htonq
(x) (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 1276 milliseconds
1
2
3