| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | quectel-qmi-proxy.c | 43 #define le16toh(x) (uint16_t)(x) macro 65 #define le16toh(x) __bswap16(x) macro 457 …if(le16toh(header->idenity) != MERGE_PACKET_IDENTITY || le16toh(header->version) != MERGE_PACKET_V… in merge_qmi_rsp_packet() 460 if(le16toh(header->cur_len) == le16toh(header->total_len)) { in merge_qmi_rsp_packet() 461 *src_size = le16toh(header->total_len); in merge_qmi_rsp_packet() 467 … memcpy(s_QMIPacket.buf + s_QMIPacket.len, buf + sizeof(QMI_MSG_HEADER), le16toh(header->cur_len)); in merge_qmi_rsp_packet() 468 s_QMIPacket.len += le16toh(header->cur_len); in merge_qmi_rsp_packet() 470 …if (le16toh(header->cur_len) < MERGE_PACKET_MAX_PAYLOAD_SIZE || s_QMIPacket.len >= le16toh(header-… in merge_qmi_rsp_packet() 602 unsigned size = le16toh(pQMI->QMIHdr.Length) + 1; in dump_qmi() 621 ssize_t size = le16toh(pQMI->QMIHdr.Length) + 1; in send_qmi_to_cdc_wdm() [all …]
|
| H A D | mbim-cm.c | 40 #define le16toh(x) (uint16_t)(x) macro 62 #define le16toh(x) __bswap16(x) macro
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/ |
| H A D | plugin_cfg80211.c | 12 #ifndef le16toh 14 # define le16toh(x) (x) macro 16 # define le16toh(x) __bswap_16 (x) macro 25 return val ? (long long) le16toh(*val) : 0; in process___le16_to_cpup()
|
| /OK3568_Linux_fs/kernel/tools/include/tools/ |
| H A D | endian.h | 19 #ifndef le16toh 20 #define le16toh(x) (x) macro 43 #ifndef le16toh 44 #define le16toh(x) __bswap_16(x) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/tools/ |
| H A D | loongson3-llsc-check.c | 20 # define le16toh(x) (x) macro 24 # define le16toh(x) bswap_16(x) macro 285 for (i = 0; i < le16toh(eh->e_shnum); i++) { in main() 286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/src/ |
| H A D | usbip_list.c | 297 idVendor = le16toh(d_desc->idVendor); in list_gadget_devices() 299 idProduct = le16toh(d_desc->idProduct); in list_gadget_devices() 305 le16toh(idVendor), in list_gadget_devices() 306 le16toh(idProduct)); in list_gadget_devices()
|
| /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 D | endian.h | 42 # define le16toh(x) __uint16_identity (x) macro 58 # define le16toh(x) __bswap_16 (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 D | endian.h | 42 # define le16toh(x) __uint16_identity (x) macro 58 # define le16toh(x) __bswap_16 (x) macro
|
| /OK3568_Linux_fs/buildroot/package/xen/ |
| H A D | 0002-Fix-build-with-64-bits-time_t.patch | 71 evdev.type = le16toh(event->type); 72 evdev.code = le16toh(event->code);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | endianess-header.patch | 46 +# define le16toh(x) (x) 61 +# define le16toh(x) __bswap_16 (x)
|
| H A D | endian-ness_handling.patch | 23 + return le16toh(x); 344 + (elf_header->e_ident[EI_DATA] == ELFDATA2LSB && le16toh(elf_header->e_type) != ET_DYN))
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A D | usbip_device_driver.c | 25 ((dev)->attr = le16toh((descr)->attr)) \
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 141 #define elf16toh(x) le16toh(x)
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mips-relocs.c | 39 _val = is_be ? be16toh(_val) : le16toh(_val); \
|
| /OK3568_Linux_fs/kernel/tools/iio/ |
| H A D | iio_generic_buffer.c | 94 input = le16toh(input); in print2byte()
|
| /OK3568_Linux_fs/kernel/tools/usb/ |
| H A D | ffs-test.c | 51 #define le16_to_cpu(x) le16toh(x)
|