Searched refs:le32toh (Results 1 – 5 of 5) sorted by relevance
23 #ifndef le32toh24 #define le32toh(x) (x) macro47 #ifndef le32toh48 #define le32toh(x) __bswap_32(x) macro
15 # define le32toh(x) (x) macro20 # define le32toh(x) bswap_32(x) macro64 entry = le32toh(hdr.ehdr32.e_entry); in main()
443 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()
117 input = le32toh(input); in print4byte()
50 #define le32_to_cpu(x) le32toh(x)