OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NTOHLL
(Results
1 - 2
of
2
) sorted by null
/external/iperf3/src/
portable_endian.h
74
# if !defined (
ntohll
) || !defined(htonll)
77
# define
ntohll
(x) (x)
macro
80
# define
ntohll
(x) ((((uint64_t)ntohl(x)) << 32) + ntohl((uint64_t)(x) >> 32))
macro
84
# define be64toh(x)
ntohll
(x)
106
# define be64toh(x)
ntohll
(x)
149
#define
NTOHLL
(n) (n)
160
#define
NTOHLL
(n) ((((unsigned long long)(n) & 0xFF) << 56) | \
171
#define be64toh(n)
NTOHLL
(n)
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h
225
#define
NTOHLL
(x) SwapBytes64 (x)
226
#define HTONLL(x)
NTOHLL
(x)
[
all
...]
Completed in 1022 milliseconds