Home
last modified time | relevance | path

Searched refs:le64toh (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/include/tools/
Dendian.h27 #ifndef le64toh
28 #define le64toh(x) (x) macro
51 #ifndef le64toh
52 #define le64toh(x) __bswap_64(x) macro
/kernel/linux/linux-5.10/arch/mips/tools/
Dloongson3-llsc-check.c22 # define le64toh(x) (x) macro
26 # define le64toh(x) bswap_64(x) macro
286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()
293 err = check_code(le64toh(sh->sh_addr), in main()
294 vmlinux + le64toh(sh->sh_offset), in main()
295 le64toh(sh->sh_size)); in main()
Delf-entry.c17 # define le64toh(x) (x) macro
22 # define le64toh(x) bswap_64(x) macro
84 entry = le64toh(hdr.ehdr64.e_entry); in main()
/kernel/linux/linux-5.10/tools/iio/
Diio_generic_buffer.c140 input = le64toh(input); in print8byte()
/kernel/linux/linux-5.10/Documentation/powerpc/
Dcxl.rst266 endianness (recommend endian(3) variants like: le64toh(),