Home
last modified time | relevance | path

Searched refs:byteswap (Results 1 – 25 of 106) sorted by relevance

12345

/netbsd/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_convert.m4161 if (!byteswap) {
185 if (!byteswap) {
288 if (byteswap) {
758 byteswap));
766 byteswap));
817 if (byteswap)
828 if (byteswap)
847 if (byteswap)
903 if (byteswap)
911 if (byteswap)
[all …]
H A Dlibelf_xlate.c59 int byteswap; in _libelf_xlate() local
144 byteswap = encoding != _libelf_host_byteorder(); in _libelf_xlate()
147 (db == sb && !byteswap && fsz == msz)) in _libelf_xlate()
151 (dst->d_buf, dsz, src->d_buf, cnt, byteswap)) { in _libelf_xlate()
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_replay.c286 if (byteswap) { in zfs_replay_create_acl()
434 if (byteswap) { in zfs_replay_create()
573 if (byteswap) in zfs_replay_remove()
633 if (byteswap) in zfs_replay_link()
685 if (byteswap) in zfs_replay_rename()
762 if (byteswap) in zfs_replay_write()
826 if (byteswap) in zfs_replay_write2()
872 if (byteswap) in zfs_replay_truncate()
907 if (byteswap) { in zfs_replay_setattr()
964 if (byteswap) { in zfs_replay_acl_v0()
[all …]
H A Dzio_checksum.c309 int byteswap; in zio_checksum_error_impl() local
347 byteswap = (eck->zec_magic == BSWAP_64(ZEC_MAGIC)); in zio_checksum_error_impl()
349 if (byteswap) in zio_checksum_error_impl()
354 ci->ci_func[byteswap](data, size, in zio_checksum_error_impl()
358 if (byteswap) { in zio_checksum_error_impl()
363 byteswap = BP_SHOULD_BYTESWAP(bp); in zio_checksum_error_impl()
365 ci->ci_func[byteswap](data, size, in zio_checksum_error_impl()
373 info->zbc_byteswapped = byteswap; in zio_checksum_error_impl()
H A Ddmu_send.c1767 boolean_t byteswap; member
1816 boolean_t byteswap; member
2146 if (rwa->byteswap) { in receive_object()
2147 dmu_object_byteswap_t byteswap = in receive_object() local
2222 if (rwa->byteswap) { in receive_write()
2223 dmu_object_byteswap_t byteswap = in receive_write() local
2340 rwa->byteswap ^ ZFS_HOST_BYTEORDER, tx); in receive_write_embedded()
2432 if (ra->byteswap) { in receive_cksum()
2498 if (ra->byteswap) in receive_read_payload_and_next_header()
2868 ra.byteswap = drc->drc_byteswap; in dmu_recv_stream()
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/
H A Dbyteswap.m41 # byteswap.m4 serial 1
12 AC_CHECK_HEADERS([byteswap.h], [
15 BYTESWAP_H='byteswap.h'
H A Dgnulib-cache.m418 …ro-prefix=gl alloca-opt atexit backupfile basename binary-io bison-i18n byteswap c-ctype c-strcase…
22 gl_MODULES([alloca-opt atexit backupfile basename binary-io bison-i18n byteswap c-ctype c-strcase c…
/netbsd/external/bsd/nsd/dist/doc/
H A DREADME.icc13 the file /usr/include/bits/byteswap.h. The following patch should
16 --- byteswap.h.orig 2003-02-26 13:59:41.000000000 +0100
17 +++ byteswap.h 2003-02-26 13:59:57.000000000 +0100
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A DMakefile.am97 byteswap.h: byteswap_.h
102 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
/netbsd/external/public-domain/xz/dist/m4/
H A Dtuklib_integer.m425 AC_CHECK_HEADERS([byteswap.h sys/endian.h sys/byteorder.h], [break])
27 # Even if we have byteswap.h, we may lack the specific macros/functions.
32 #include <byteswap.h>
/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-mo.c72 bool byteswap; variable
489 if (byteswap) in write_table()
522 if (byteswap) in write_table()
542 if (byteswap) in write_table()
586 if (byteswap) in write_table()
615 if (byteswap) in write_table()
645 if (byteswap) in write_table()
680 if (byteswap) in write_table()
H A Dwrite-mo.h31 extern bool byteswap;
/netbsd/usr.sbin/mtrace/
H A Dmtrace.c139 u_long byteswap(u_long);
384 byteswap(u_long v) in byteswap() function
985 b->tr_qarr = byteswap(b->tr_qarr); in fixup_stats()
986 b->tr_vifin = byteswap(b->tr_vifin); in fixup_stats()
987 b->tr_vifout = byteswap(b->tr_vifout); in fixup_stats()
988 b->tr_pktcnt = byteswap(b->tr_pktcnt); in fixup_stats()
991 n->tr_qarr = byteswap(n->tr_qarr); in fixup_stats()
992 n->tr_vifin = byteswap(n->tr_vifin); in fixup_stats()
993 n->tr_vifout = byteswap(n->tr_vifout); in fixup_stats()
994 n->tr_pktcnt = byteswap(n->tr_pktcnt); in fixup_stats()
/netbsd/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2087 if (byteswap) in recv_read()
2756 if (flags->byteswap) { in zfs_receive_package()
2934 byteswap, NULL) == 0) { in recv_skip()
2935 if (byteswap) in recv_skip()
2951 if (byteswap) { in recv_skip()
2962 if (byteswap) { in recv_skip()
2970 if (byteswap) { in recv_skip()
2978 if (byteswap) { in recv_skip()
3497 flags->byteswap); in zfs_receive_one()
3667 flags->byteswap = B_FALSE; in zfs_receive_impl()
[all …]
/netbsd/external/gpl3/gdb/dist/elfcpp/
H A DChangeLog12 <byteswap.h> means this is declared. Make static inline, matching
/netbsd/external/gpl3/gdb.old/dist/elfcpp/
H A DChangeLog12 <byteswap.h> means this is declared. Make static inline, matching
/netbsd/external/bsd/iscsi/dist/
H A Dconfigure.ac30 AC_CHECK_HEADERS(libkern/OSByteOrder.h byteswap.h machine/endian.h)
/netbsd/external/gpl3/gdb/dist/libctf/
H A Dconfigure.ac106 AC_CHECK_HEADERS(byteswap.h endian.h)
110 AC_CHECK_DECLS([bswap_16, bswap_32, bswap_64], [], [], [[#include <byteswap.h>]])
/netbsd/external/gpl3/gdb.old/dist/libctf/
H A Dconfigure.ac106 AC_CHECK_HEADERS(byteswap.h endian.h)
110 AC_CHECK_DECLS([bswap_16, bswap_32, bswap_64], [], [], [[#include <byteswap.h>]])
/netbsd/external/gpl3/binutils/dist/elfcpp/
H A DChangeLog-202056 <byteswap.h> means this is declared. Make static inline, matching
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/
H A D__builtins.di75 return core.bitop.byteswap(value);
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h521 fastfloat_really_inline uint64_t byteswap(uint64_t val) { in byteswap() function
537 val = byteswap(val); in read_u64()
545 val = byteswap(val); in write_u64()
2216 fastfloat_really_inline uint64_t byteswap(uint64_t val) { in byteswap() function
2232 val = byteswap(val); in read_u64()
2240 val = byteswap(val); in write_u64()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DExtendingLLVM.rst84 instruction (add, sub) or intrinsic (byteswap, population count). In other
122 a wider size, performs the byteswap, and then shifts the correct bytes right
123 to emulate the narrower byteswap in the wider type.
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu.h114 #define DMU_OT(byteswap, metadata) \ argument
117 ((byteswap) & DMU_OT_BYTESWAP_MASK))
/netbsd/external/gpl3/binutils/dist/libctf/
H A Dconfigure.ac112 AC_CHECK_HEADERS(byteswap.h endian.h)
116 AC_CHECK_DECLS([bswap_16, bswap_32, bswap_64], [], [], [[#include <byteswap.h>]])

12345