| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | kernel.h | 74 #define cpu_to_le16 bswap_16 77 #define le16_to_cpu bswap_16 93 #define cpu_to_be16 bswap_16 96 #define be16_to_cpu bswap_16
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cracklib/cracklib/ |
| H A D | 0001-packlib.c-support-dictionary-byte-order-dependent.patch | 63 + pHeader64->pih_blocklen = bswap_16(pHeader64->pih_blocklen); 64 + pHeader64->pih_pad = bswap_16(pHeader64->pih_pad); 78 + pHeader32->pih_blocklen = bswap_16(pHeader32->pih_blocklen); 79 + pHeader32->pih_pad = bswap_16(pHeader32->pih_pad); 105 + pHeader64->pih_blocklen = bswap_16(pHeader64->pih_blocklen); 106 + pHeader64->pih_pad = bswap_16(pHeader64->pih_pad); 120 + pHeader32->pih_blocklen = bswap_16(pHeader32->pih_blocklen); 121 + pHeader32->pih_pad = bswap_16(pHeader32->pih_pad);
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol-minimal.c | 124 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id() 125 ehdr.e_phnum = bswap_16(ehdr.e_phnum); in filename__read_build_id() 175 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id() 176 ehdr.e_phnum = bswap_16(ehdr.e_phnum); in filename__read_build_id()
|
| H A D | session.c | 668 event->text_poke.old_len = bswap_16(event->text_poke.old_len); in perf_event__text_poke_swap() 669 event->text_poke.new_len = bswap_16(event->text_poke.new_len); in perf_event__text_poke_swap() 898 cpus->nr = bswap_16(cpus->nr); in perf_event__cpu_map_swap() 901 cpus->cpu[i] = bswap_16(cpus->cpu[i]); in perf_event__cpu_map_swap() 906 mask->nr = bswap_16(mask->nr); in perf_event__cpu_map_swap() 907 mask->long_size = bswap_16(mask->long_size); in perf_event__cpu_map_swap() 1786 hdr->misc = bswap_16(hdr->misc); in perf_event_header__bswap() 1787 hdr->size = bswap_16(hdr->size); in perf_event_header__bswap()
|
| H A D | dso.h | 110 ____r = bswap_16(val); \
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | misc.h | 363 bswap_16(uint16_t x) in bswap_16() function 372 *(x) = bswap_16(*(x)); \ 386 (dst) = bswap_16((src)); \
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | clientinfo.c | 92 req->length = bswap_16(req->length); in __glXDispSwap_SetClientInfoARB() 114 req->length = bswap_16(req->length); in __glXDispSwap_SetClientInfo2ARB()
|
| H A D | indirect_util.c | 176 reply.sequenceNumber = bswap_16(client->sequence); in __glXSendReplySwap()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach.h | 34 #define cpu_to_le16(d) bswap_16(d) 36 #define le16_to_cpu(d) bswap_16(d)
|
| /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 | byteswap.h | 32 #define bswap_16(x) __bswap_16 (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 D | byteswap.h | 32 #define bswap_16(x) __bswap_16 (x) macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libmodbus/libmodbus/ |
| H A D | Fix-float-endianness-issue-on-big-endian-arch.patch | 69 - i = ntohl((uint32_t)(bswap_16(src[0]) << 16) + bswap_16(src[1])); 166 - dest[0] = (uint16_t)bswap_16(i >> 16); 167 - dest[1] = (uint16_t)bswap_16(i & 0xFFFF);
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 134 #define be16_to_cpu(val) bswap_16(val) 141 #define cpu_to_be16(val) bswap_16(val) 146 #define le16_to_cpu(val) bswap_16(val) 153 #define cpu_to_le16(val) bswap_16(val)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/vphn/ |
| H A D | test-vphn.c | 10 #define be16_to_cpup(x) bswap_16(*x)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_endian.c | 58 ASSERT_EQ(bswap_16(hdr->magic), BTF_MAGIC, "btf_magic_swapped"); in test_btf_endian()
|
| /OK3568_Linux_fs/kernel/arch/mips/tools/ |
| H A D | loongson3-llsc-check.c | 24 # define le16toh(x) bswap_16(x)
|
| /OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-insn-decoder.c | 142 bswap_16((short)insn->immediate.value); in intel_pt_insn_decoder()
|
| H A D | intel-pt-pkt-decoder.c | 22 #define le16_to_cpu bswap_16
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | misc.c | 208 assert(bswap_16(test_16) == expect_16); in bswap_test()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/arm-spe-decoder/ |
| H A D | arm-spe-pkt-decoder.c | 42 #define le16_to_cpu bswap_16
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox_i.h | 127 #define lsx_swapw(x) bswap_16(x)
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | io.c | 111 bswap_16((req)->length) : (req)->length)
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | btf.c | 181 h->magic = bswap_16(h->magic); in btf_bswap_hdr() 199 if (hdr->magic == bswap_16(BTF_MAGIC)) { in btf_parse_hdr() 933 if (magic != BTF_MAGIC && magic != bswap_16(BTF_MAGIC)) { in btf__parse_raw() 2471 if (hdr->magic == bswap_16(BTF_MAGIC)) { in btf_ext_parse_hdr()
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.c | 307 #define le16_to_cpu(val) bswap_16(val)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 93 #define cpu_to_le16(d) bswap_16(d) 95 #define le16_to_cpu(d) bswap_16(d)
|