Searched refs:byteorder (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c738 int byteorder; local
753 byteorder = ELFDATA2MSB;
755 byteorder = ELFDATA2LSB;
761 if (ehdr.e_ident[EI_DATA] == byteorder)
/freebsd-11-stable/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh12 if [ $(sysctl -n hw.byteorder) = "1234" ]; then
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_fletcher.c134 #include <sys/byteorder.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h56 #include <sys/byteorder.h>
H A Ddbuf.h320 int uncompressed_size, int compressed_size, int byteorder, dmu_tx_t *tx);
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_phdr.c107 e->e_byteorder != LIBELF_PRIVATE(byteorder));
H A Delf_scn.c103 swapbytes = e->e_byteorder != LIBELF_PRIVATE(byteorder);
H A Delf_data.c160 e->e_byteorder != LIBELF_PRIVATE(byteorder))) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c39 #include <asm/byteorder.h>
/freebsd-11-stable/contrib/ntp/util/
H A DMakefile.in96 EXTRA_PROGRAMS = audio-pcm$(EXEEXT) byteorder$(EXEEXT) hist$(EXEEXT) \
164 byteorder_SOURCES = byteorder.c
165 byteorder_OBJECTS = byteorder.$(OBJEXT)
271 SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
274 DIST_SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
856 byteorder$(EXEEXT): $(byteorder_OBJECTS) $(byteorder_DEPENDENCIES) $(EXTRA_byteorder_DEPENDENCIES)
857 @rm -f byteorder$(EXEEXT)
923 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byteorder.Po@am__quote@
H A DMakefile.am7 EXTRA_PROGRAMS= audio-pcm byteorder hist jitter kern longsize ntp-keygen \
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h546 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG)
547 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
H A Dpe-mips.c610 BFD_ASSERT (input_bfd->xvec->byteorder
611 == output_bfd->xvec->byteorder);
H A Dcoff-mips.c868 BFD_ASSERT (input_bfd->xvec->byteorder
869 == output_bfd->xvec->byteorder);
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dmkey.c149 int byteorder, hdb_master_key *mkey)
169 krb5_storage_set_flags(sp, byteorder);
148 read_master_mit(krb5_context context, const char *filename, int byteorder, hdb_master_key *mkey) argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.c200 endian_string (p->byteorder));
H A Dobjcopy.c1330 if (ibfd->xvec->byteorder != obfd->xvec->byteorder
1331 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
1332 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
/freebsd-11-stable/contrib/ipfilter/samples/
H A Dproxy.c20 #include <sys/byteorder.h>
/freebsd-11-stable/lib/ofed/include/
H A DMakefile14 ${OFEDINCS}/byteorder.h \
/freebsd-11-stable/contrib/gdb/gdb/
H A Darch-utils.c618 switch (default_bfd_vec->byteorder)
/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_integer.h87 # include <sys/byteorder.h>
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dstore.c95 * @param byteorder the new byte order.
104 krb5_storage_set_byteorder(krb5_storage *sp, krb5_flags byteorder) argument
107 sp->flags |= byteorder;
111 * Return the current byteorder for the buffer. See krb5_storage_set_byteorder() for the list or byte order contants.
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c39 #include <sys/byteorder.h>
/freebsd-11-stable/sys/kern/
H A Dkern_mib.c148 SYSCTL_INT(_hw, HW_BYTEORDER, byteorder, CTLFLAG_RD|CTLFLAG_CAPRD,
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h54 #include <asm/byteorder.h>

Completed in 441 milliseconds

1234