Home
last modified time | relevance | path

Searched refs:bswap_16 (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dkernel.h74 #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 D0001-packlib.c-support-dictionary-byte-order-dependent.patch63 + 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 Dsymbol-minimal.c124 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 Dsession.c668 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 Ddso.h110 ____r = bswap_16(val); \
/OK3568_Linux_fs/external/xserver/include/
H A Dmisc.h363 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 Dclientinfo.c92 req->length = bswap_16(req->length); in __glXDispSwap_SetClientInfoARB()
114 req->length = bswap_16(req->length); in __glXDispSwap_SetClientInfo2ARB()
H A Dindirect_util.c176 reply.sequenceNumber = bswap_16(client->sequence); in __glXSendReplySwap()
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach.h34 #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 Dbyteswap.h32 #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 Dbyteswap.h32 #define bswap_16(x) __bswap_16 (x) macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libmodbus/libmodbus/
H A DFix-float-endianness-issue-on-big-endian-arch.patch69 - 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 Drelocs.c134 #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 Dtest-vphn.c10 #define be16_to_cpup(x) bswap_16(*x)
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_endian.c58 ASSERT_EQ(bswap_16(hdr->magic), BTF_MAGIC, "btf_magic_swapped"); in test_btf_endian()
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Dloongson3-llsc-check.c24 # define le16toh(x) bswap_16(x)
/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c142 bswap_16((short)insn->immediate.value); in intel_pt_insn_decoder()
H A Dintel-pt-pkt-decoder.c22 #define le16_to_cpu bswap_16
/OK3568_Linux_fs/external/xserver/test/
H A Dmisc.c208 assert(bswap_16(test_16) == expect_16); in bswap_test()
/OK3568_Linux_fs/kernel/tools/perf/util/arm-spe-decoder/
H A Darm-spe-pkt-decoder.c42 #define le16_to_cpu bswap_16
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox_i.h127 #define lsx_swapw(x) bswap_16(x)
/OK3568_Linux_fs/external/xserver/os/
H A Dio.c111 bswap_16((req)->length) : (req)->length)
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.c181 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 Drelocs.c307 #define le16_to_cpu(val) bswap_16(val)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c93 #define cpu_to_le16(d) bswap_16(d)
95 #define le16_to_cpu(d) bswap_16(d)

12