OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:be64toh
(Results
1 - 24
of
24
) sorted by null
/external/elfutils/libdwelf/
dwelf_scn_gnu_compressed_size.c
64
size =
be64toh
(size);
/external/kmod/port-gnu/
endian-darwin.h
36
# define
be64toh
(x) OSSwapBigToHostInt64(x)
macro
58
# define
be64toh
(x) betoh64(x)
macro
80
# define
be64toh
(x) ntohll(x)
macro
98
# define
be64toh
(x) (x)
macro
/device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h
56
#define
be64toh
(x) bswap64((x))
macro
70
#define
be64toh
(x) ((uint64_t)(x))
macro
/external/vboot_reference/cgpt/
cgpt_endian.h
33
# define
be64toh
(x) __bswap_64 (x)
macro
48
# define
be64toh
(x) (x)
macro
/external/iperf3/src/
portable_endian.h
31
# define
be64toh
(x) betoh64(x)
macro
39
# define
be64toh
(x) (x)
macro
60
# define
be64toh
(x) OSSwapBigToHostInt64(x)
macro
84
# define
be64toh
(x) ntohll(x)
macro
106
# define
be64toh
(x) ntohll(x)
macro
124
# define
be64toh
(x) (x)
macro
171
#define
be64toh
(n) NTOHLL(n)
macro
iperf_udp.c
92
pcount =
be64toh
(pcount);
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h
77
#define
be64toh
(x) bswap64((x))
macro
91
#define
be64toh
(x) ((uint64_t)(x))
macro
/external/strace/tests/
nlattr_fib_rule_hdr.c
132
#if defined HAVE_BE64TOH || defined
be64toh
137
printf("htobe64(%" PRIu64 ")",
be64toh
(tun_id)));
/external/strace/tests-m32/
nlattr_fib_rule_hdr.c
132
#if defined HAVE_BE64TOH || defined
be64toh
137
printf("htobe64(%" PRIu64 ")",
be64toh
(tun_id)));
/external/strace/tests-mx32/
nlattr_fib_rule_hdr.c
132
#if defined HAVE_BE64TOH || defined
be64toh
137
printf("htobe64(%" PRIu64 ")",
be64toh
(tun_id)));
/bionic/libc/include/sys/
endian.h
100
#define
be64toh
(x) htobe64(x)
macro
/bionic/tests/
endian_test.cpp
78
ASSERT_EQ(le64,
be64toh
(be64));
/external/elfutils/libelf/
elf_compress_gnu.c
166
gsize =
be64toh
(gsize);
/external/avb/test/
avb_vbmeta_image_unittest.cc
278
h->hash_size = htobe64(
be64toh
(h->authentication_data_block_size));
302
h->signature_size = htobe64(
be64toh
(h->authentication_data_block_size));
326
h->public_key_size = htobe64(
be64toh
(h->auxiliary_data_block_size));
350
h->public_key_metadata_size = htobe64(
be64toh
(h->auxiliary_data_block_size));
395
uint64_t change =
be64toh
(h->auxiliary_data_block_size) - 64;
avb_util_unittest.cc
530
TEST_F(UtilTest,
be64toh
) {
531
EXPECT_EQ(avb_be64toh(0x123456789abcdef0),
be64toh
(0x123456789abcdef0));
/external/libnetfilter_conntrack/src/conntrack/
parse_mnl.c
470
ct->protoinfo.dccp.handshake_seq =
be64toh
(
559
be64toh
(mnl_attr_get_u64(tb[CTA_COUNTERS_PACKETS]));
577
be64toh
(mnl_attr_get_u64(tb[CTA_COUNTERS_BYTES]));
781
be64toh
(mnl_attr_get_u64(tb[CTA_TIMESTAMP_START]));
786
be64toh
(mnl_attr_get_u64(tb[CTA_TIMESTAMP_STOP]));
build_mnl.c
205
be64toh
(ct->protoinfo.dccp.handshake_seq);
/external/elfutils/libdwfl/
linux-core-attach.c
233
?
be64toh
(val64) : le64toh (val64));
276
?
be64toh
(val64) : le64toh (val64));
/external/nfacct/
nfacct.c
178
(unsigned long long)
be64toh
(nla_get_u64(tb[NFACCT_PKTS])),
179
(unsigned long long)
be64toh
(nla_get_u64(tb[NFACCT_BYTES])),
/external/strace/
nlattr.c
453
#if defined HAVE_BE64TOH || defined
be64toh
459
tprintf("htobe64(%" PRIu64 ")",
be64toh
(num));
configure
[
all
...]
/external/u-boot/tools/
mips-relocs.c
44
_val = is_be ?
be64toh
(_val) : le64toh(_val); \
168
off = is_be ?
be64toh
(rel->r_offset) : le64toh(rel->r_offset);
/device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h
184
#define
be64toh
(x) htobe64(x)
macro
191
#define
BE64TOH
(x) HTOBE64(x)
/external/libmtp/src/
ptp-pack.c
91
return ((params->byteorder==PTP_DL_LE)?le64toh(var):
be64toh
(var));
[
all
...]
Completed in 1509 milliseconds