Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dmbim-cm.c43 #define le32toh(x) (uint32_t)(x) macro
65 #define le32toh(x) __bswap32(x) macro
1009 mbim_debug("%s MessageLength = %u", direction, le32toh(pMsg->MessageLength)); in mbim_dump_header()
1010 …%s MessageType = %s (0x%08x)", direction, MBIMMSGTypeStr(le32toh(pMsg->MessageType)), le32toh(pMs… in mbim_dump_header()
1011 mbim_debug("%s TransactionId = %u", direction, le32toh(pMsg->TransactionId)); in mbim_dump_header()
1017 … mbim_debug("%s CID = %s (%u)", direction, CID2Str(le32toh(pCmdMsg->CID)), le32toh(pCmdMsg->CID)); in mbim_dump_command_msg()
1018 …im_debug("%s CommandType = %s (%u)", direction, le32toh(pCmdMsg->CommandType) ? "set" : "query", l… in mbim_dump_command_msg()
1019 …mbim_debug("%s InformationBufferLength = %u", direction, le32toh(pCmdMsg->InformationBufferLength)… in mbim_dump_command_msg()
1024 …mbim_debug("%s CID = %s (%u)", direction, CID2Str(le32toh(pCmdDone->CID)), le32toh(pCmdDone->CID)); in mbim_dump_command_done()
1025 mbim_debug("%s Status = %u", direction, le32toh(pCmdDone->Status)); in mbim_dump_command_done()
[all …]
H A Dquectel-qmi-proxy.c46 #define le32toh(x) (uint32_t)(x) macro
68 #define le32toh(x) __bswap32(x) macro
/OK3568_Linux_fs/kernel/arch/mips/tools/
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]))) { 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()
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); in main()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dendian.h47 # define le32toh(x) __uint32_identity (x) macro
63 # define le32toh(x) __bswap_32 (x) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dendian.h47 # define le32toh(x) __uint32_identity (x) macro
63 # define le32toh(x) __bswap_32 (x) macro
/OK3568_Linux_fs/u-boot/tools/
H A Dmips-relocs.c42 _val = is_be ? be32toh(_val) : le32toh(_val); \
155 off = is_be ? be32toh(rel->r_offset) : le32toh(rel->r_offset); in parse_mips32_rel()
158 type = is_be ? be32toh(rel->r_info) : le32toh(rel->r_info); in parse_mips32_rel()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendianess-header.patch51 +# define le32toh(x) (x)
66 +# define le32toh(x) __bswap_32 (x)
H A Dendian-ness_handling.patch30 + return le32toh(x);
/OK3568_Linux_fs/kernel/tools/bootconfig/
H A Dmain.c205 size = le32toh(size); in load_xbc_from_initrd()
209 csum = le32toh(csum); in load_xbc_from_initrd()
/OK3568_Linux_fs/buildroot/package/xen/
H A D0002-Fix-build-with-64-bits-time_t.patch73 evdev.value = le32toh(event->value);
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c142 #define elf32toh(x) le32toh(x)
/OK3568_Linux_fs/kernel/tools/iio/
H A Diio_generic_buffer.c117 input = le32toh(input); in print4byte()
/OK3568_Linux_fs/kernel/tools/usb/
H A Dffs-test.c50 #define le32_to_cpu(x) le32toh(x)