Home
last modified time | relevance | path

Searched defs:ntohll (Results 1 – 8 of 8) sorted by relevance

/external/trace-cmd/lib/trace-cmd/include/
Dtrace-cmd-local.h22 #define ntohll(x) __bswap_64(x) macro
25 #define ntohll(x) (x) macro
/external/ublksrv/nbd/
Dcliserv.c94 uint64_t ntohll(uint64_t a) { in ntohll() function
98 uint64_t ntohll(uint64_t a) { in ntohll() function
/external/iperf3/src/
Dportable_endian.h77 # define ntohll(x) (x) macro
80 # define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl((uint64_t)(x) >> 32)) macro
/external/iproute2/include/
Dutils.h231 #define ntohll(x) ((1==ntohl(1)) ? (x) : ((uint64_t)ntohl((x) & 0xFFFFFFFF) << 32) | ntohl((x) >> 3… macro
/external/libnl/include/base/
Dnl-base-utils.h30 #define ntohll(x) (x) macro
32 #define ntohll(x) bswap_64((x)) macro
/external/coreboot/src/include/
Dendian.h40 #define ntohll(x) be64_to_cpu(x) macro
/external/ethtool/
Dinternal.h76 #define ntohll cpu_to_be64 macro
/external/coreboot/payloads/libpayload/include/
Dendian.h78 #define ntohll(in) be64toh(in) macro