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

1234

/freebsd-10.2-release/usr.sbin/services_mkdb/
H A Dservices_mkdb.c90 int byteorder = 0; local
101 if (byteorder != 0)
103 byteorder = ch == 'b' ? 4321 : 1234;
130 hinfo.lorder = byteorder;
/freebsd-10.2-release/lib/libelf/
H A Dlibelf_ehdr.c68 e->e_byteorder != LIBELF_PRIVATE(byteorder));
172 e->e_byteorder != LIBELF_PRIVATE(byteorder));
H A Dlibelf_phdr.c107 e->e_byteorder != LIBELF_PRIVATE(byteorder));
H A Delf_data.c135 e->e_byteorder != LIBELF_PRIVATE(byteorder))) {
H A Delf_scn.c86 swapbytes = e->e_byteorder != LIBELF_PRIVATE(byteorder);
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dlibbfd.c944 if (ibfd->xvec->byteorder != obfd->xvec->byteorder
945 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
946 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
H A Dpe-mips.c610 BFD_ASSERT (input_bfd->xvec->byteorder
611 == output_bfd->xvec->byteorder);
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 Dcoff-mips.c868 BFD_ASSERT (input_bfd->xvec->byteorder
869 == output_bfd->xvec->byteorder);
/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c740 int byteorder; local
755 byteorder = ELFDATA2MSB;
757 byteorder = ELFDATA2LSB;
763 if (ehdr.e_ident[EI_DATA] == byteorder)
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_fletcher.c130 #include <sys/byteorder.h>
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Dcatas.c37 #include <asm/byteorder.h>
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h56 #include <sys/byteorder.h>
H A Ddbuf.h283 int uncompressed_size, int compressed_size, int byteorder, dmu_tx_t *tx);
/freebsd-10.2-release/contrib/ntp/util/
H A DMakefile.in96 EXTRA_PROGRAMS = audio-pcm$(EXEEXT) byteorder$(EXEEXT) hist$(EXEEXT) \
162 byteorder_SOURCES = byteorder.c
163 byteorder_OBJECTS = byteorder.$(OBJEXT)
269 SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
272 DIST_SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
854 byteorder$(EXEEXT): $(byteorder_OBJECTS) $(byteorder_DEPENDENCIES) $(EXTRA_byteorder_DEPENDENCIES)
855 @rm -f byteorder$(EXEEXT)
921 @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-10.2-release/contrib/ofed/libibcm/include/infiniband/
H A Dcm.h41 #include <infiniband/byteorder.h>
/freebsd-10.2-release/sys/ofed/include/linux/
H A Dkernel.h50 #include <asm/byteorder.h>
/freebsd-10.2-release/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-10.2-release/contrib/ofed/include/infiniband/
H A DMakefile4 IBINCS= byteorder.h byteswap.h endian.h types.h
/freebsd-10.2-release/contrib/xz/src/common/
H A Dtuklib_integer.h70 # include <sys/byteorder.h>
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dbucomm.c200 endian_string (p->byteorder));
/freebsd-10.2-release/contrib/ipfilter/samples/
H A Dproxy.c20 #include <sys/byteorder.h>
/freebsd-10.2-release/contrib/gdb/gdb/
H A Darch-utils.c618 switch (default_bfd_vec->byteorder)
/freebsd-10.2-release/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.

Completed in 236 milliseconds

1234