Searched refs:htole16 (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/include/tools/ |
| H A D | endian.h | 9 #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 D | 0006-fix-big-endian-build.patch | 4 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 D | 0004-adb-Fix-build-on-big-endian-systems.patch | 7 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 D | aio_multibuff.c | 122 .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 D | aio_simple.c | 120 .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 D | endian.h | 40 # 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 D | endian.h | 40 # 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 D | endianess-header.patch | 44 +# define htole16(x) (x) 59 +# define htole16(x) __bswap_16 (x)
|
| H A D | endian-ness_handling.patch | 362 + return htole16(x);
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | quectel-qmi-proxy.c | 42 #define htole16(x) (uint16_t)(x) macro 64 #define htole16(x) __bswap16(x) macro 758 …htole16(le16toh(pQMI->CTLMsg.QMICTLMsgHdr.Length) + sizeof(QCQMI_HDR) + sizeof(QCQMICTL_MSG_HDR) -… in qmi_proxy_init()
|
| H A D | mbim-cm.c | 39 #define htole16(x) (uint16_t)(x) macro 61 #define htole16(x) __bswap16(x) macro
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mips-relocs.c | 66 _val = is_be ? htobe16(val) : htole16(val); \
|