Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/arch/mips/tools/
Dloongson3-llsc-check.c21 # define le32toh(x) (x) macro
25 # define le32toh(x) bswap_32(x) macro
151 if (!is_sync(le32toh(code[-1]))) { in check_ll()
159 if (is_sc(le32toh(code[sc_pos]))) in check_ll()
173 if (!is_branch(le32toh(code[i]), &off)) in check_ll()
184 if (is_sync(le32toh(code[i + off]))) in check_ll()
207 if (is_ll(le32toh(code[0]))) { in check_code()
227 if (is_ll(le32toh(code[0]))) in check_code()
Delf-entry.c15 # define le32toh(x) (x) macro
20 # define le32toh(x) bswap_32(x) macro
67 entry = le32toh(hdr.ehdr32.e_entry); in main()
/linux-6.1.9/tools/include/tools/
Dendian.h23 #ifndef le32toh
24 #define le32toh(x) (x) macro
47 #ifndef le32toh
48 #define le32toh(x) __bswap_32(x) macro
/linux-6.1.9/tools/bootconfig/
Dmain.c206 size = le32toh(size); in load_xbc_from_initrd()
210 csum = le32toh(csum); in load_xbc_from_initrd()
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c142 #define elf32toh(x) le32toh(x)
/linux-6.1.9/tools/iio/
Diio_generic_buffer.c119 input = le32toh(input); in print4byte()
/linux-6.1.9/tools/usb/
Dffs-test.c50 #define le32_to_cpu(x) le32toh(x)