Home
last modified time | relevance | path

Searched refs:htole16 (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/tools/
H A Dendian.h9 #ifndef htole16
10 #define htole16(x) (x) macro
33 #ifndef htole16
34 #define htole16(x) __bswap_16(x) macro
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0006-fix-big-endian-build.patch4 library htole16/32 function calls. However, cpu_to_le16/32 are used
8 It works fine on little endian systems because htole16/32 are defined
26 -#define cpu_to_le16(x) htole16(x)
48 -#define cpu_to_le16(x) htole16(x)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0004-adb-Fix-build-on-big-endian-systems.patch7 library htole16/32 function calls. However, cpu_to_le16/32 are used
11 It works fine on little endian systems because htole16/32 are defined
32 -#define cpu_to_le16(x) htole16(x)
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c122 .wMaxPacketSize = htole16(512),
129 .wMaxPacketSize = htole16(512),
147 .wMaxPacketSize = htole16(1024),
159 .wMaxPacketSize = htole16(1024),
202 htole16(0x0409), /* en-us */
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c120 .wMaxPacketSize = htole16(512),
127 .wMaxPacketSize = htole16(512),
145 .wMaxPacketSize = htole16(1024),
157 .wMaxPacketSize = htole16(1024),
200 htole16(0x0409), /* en-us */
/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.h40 # define htole16(x) __uint16_identity (x) macro
56 # define htole16(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 Dendian.h40 # define htole16(x) __uint16_identity (x) macro
56 # define htole16(x) __bswap_16 (x) macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendianess-header.patch44 +# define htole16(x) (x)
59 +# define htole16(x) __bswap_16 (x)
H A Dendian-ness_handling.patch362 + return htole16(x);
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c42 #define htole16(x) (uint16_t)(x) macro
64 #define htole16(x) __bswap16(x) macro
758htole16(le16toh(pQMI->CTLMsg.QMICTLMsgHdr.Length) + sizeof(QCQMI_HDR) + sizeof(QCQMICTL_MSG_HDR) -… in qmi_proxy_init()
H A Dmbim-cm.c39 #define htole16(x) (uint16_t)(x) macro
61 #define htole16(x) __bswap16(x) macro
/OK3568_Linux_fs/u-boot/tools/
H A Dmips-relocs.c66 _val = is_be ? htobe16(val) : htole16(val); \