Searched refs:le32toh (Results 1 - 8 of 8) sorted by relevance

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

Completed in 116 milliseconds