Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/mips/tools/
Delf-entry.c15 # define le32toh(x) (x) macro
20 # define le32toh(x) bswap_32(x) macro
64 entry = le32toh(hdr.ehdr32.e_entry); in main()
/Linux-v5.4/samples/mic/mpssd/
Dmpssd.c443 le32toh(vr0->info->magic), MIC_MAGIC + type); in init_vr()
444 assert(le32toh(vr0->info->magic) == MIC_MAGIC + type); in init_vr()
456 le32toh(vr1->info->magic), MIC_MAGIC + type + 1); in init_vr()
457 assert(le32toh(vr1->info->magic) == MIC_MAGIC + type + 1); in init_vr()
1082 if (le32toh(desc->len) != sizeof(struct virtio_blk_outhdr)) { in header_error_check()
1130 if (le32toh(desc->len) != sizeof(__u8)) { in status_error_check()
1185 le32toh(virtblk_dev_page.blk_config.seg_max)); in virtio_block()
/Linux-v5.4/tools/iio/
Diio_generic_buffer.c117 input = le32toh(input); in print4byte()
/Linux-v5.4/tools/usb/
Dffs-test.c50 #define le32_to_cpu(x) le32toh(x)