OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:le64toh
(Results
1 - 15
of
15
) sorted by null
/external/kmod/port-gnu/
endian-darwin.h
37
# define
le64toh
(x) OSSwapLittleToHostInt64(x)
macro
59
# define
le64toh
(x) letoh64(x)
macro
81
# define
le64toh
(x) (x)
macro
99
# define
le64toh
(x) __builtin_bswap64(x)
macro
/device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h
59
#define
le64toh
(x) ((uint64_t)(x))
macro
73
#define
le64toh
(x) bswap64((x))
macro
/external/vboot_reference/cgpt/
cgpt_endian.h
34
# define
le64toh
(x) (x)
macro
49
# define
le64toh
(x) __bswap_64 (x)
macro
/external/iperf3/src/
portable_endian.h
32
# define
le64toh
(x) letoh64(x)
macro
61
# define
le64toh
(x) OSSwapLittleToHostInt64(x)
macro
107
# define
le64toh
(x) (x)
macro
125
# define
le64toh
(x) __builtin_bswap64(x)
macro
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h
80
#define
le64toh
(x) ((uint64_t)(x))
macro
94
#define
le64toh
(x) bswap64((x))
macro
/bionic/libc/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/bionic/tests/
endian_test.cpp
84
ASSERT_EQ(le64,
le64toh
(le64));
/external/elfutils/libdwfl/
linux-core-attach.c
233
? be64toh (val64) :
le64toh
(val64));
276
? be64toh (val64) :
le64toh
(val64));
/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
187
#define
le64toh
(x) htole64(x)
macro
194
#define
LE64TOH
(x) HTOLE64(x)
/device/google/contexthub/firmware/os/core/
nanohubCommand.c
153
if (osAppInfoById(
le64toh
(unaligned_u64(&req->appId)), &appIdx, &appVer, &appSize)) {
[
all
...]
/external/python/cpython3/Python/
pyhash.c
334
# define _le64toh(x)
le64toh
(x)
/device/google/contexthub/contexthubhal/
system_comms.cpp
194
hub_app_name_t res = { .id =
le64toh
(src.id) };
[
all
...]
/external/libmtp/src/
ptp-pack.c
91
return ((params->byteorder==PTP_DL_LE)?
le64toh
(var):be64toh(var));
[
all
...]
/external/python/cpython3/
configure
[
all
...]
Completed in 1361 milliseconds