Searched refs:endian (Results 1 - 25 of 614) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/pc98/include/
H A Dendian.h6 #include <i386/endian.h>
/freebsd-9.3-release/sys/netatalk/
H A Dendian.h29 #include <machine/endian.h>
/freebsd-9.3-release/lib/libc/mips/gdtoa/
H A Darith.h4 #include <machine/endian.h>
/freebsd-9.3-release/contrib/ofed/include/infiniband/
H A Dbyteswap.h36 #include <sys/endian.h>
H A Dendian.h37 #include <sys/endian.h>
/freebsd-9.3-release/lib/libc/mips/
H A Darith.h13 #include <machine/endian.h>
H A Dgd_qnan.h11 #include <machine/endian.h>
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dint_endianness.h35 #include <sys/endian.h>
48 #include <machine/endian.h>
84 #include <endian.h>
106 #error Unable to determine endian
/freebsd-9.3-release/include/
H A Da.out.h38 #include <sys/endian.h>
/freebsd-9.3-release/lib/libc/ia64/
H A Darith.h14 #include <machine/endian.h>
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DHost.h20 #include <endian.h>
23 #include <machine/endian.h>
H A DEndian.h1 //===- Endian.h - Utilities for IO with endian specific data ----*- C++ -*-===//
10 // This file declares generic functions to read and write endian specific data.
37 namespace endian { namespace in namespace:llvm::support
38 template<typename value_type, endianness endian>
40 if (endian != native && sys::IsBigEndianHost != (endian == big))
46 endianness endian,
55 return byte_swap<value_type, endian>(ret);
59 endianness endian,
62 value = byte_swap<value_type, endian>(valu
[all...]
/freebsd-9.3-release/lib/libc/ia64/gen/
H A Dinfinity.c33 #include <sys/endian.h>
/freebsd-9.3-release/lib/libc/net/
H A Dntoh.c30 #include <sys/endian.h>
/freebsd-9.3-release/tools/tools/netrate/tcpp/
H A Dtcpp_util.c30 #include <sys/endian.h>
/freebsd-9.3-release/contrib/libucl/src/
H A Dxxhash.c53 // By default, xxHash library provides endian-independant Hash values, based on little-endian convention.
54 // Results are therefore identical for little-endian and big-endian CPU.
55 // This comes at a performance cost for big-endian CPU, since some swapping is required to emulate little-endian format.
56 // Should endian-independance be of no importance for your application, you may set the #define below to 1.
57 // It will improve speed for Big-endian CPU.
192 forceinline U32 XXH_readLE32_align(const U32* ptr, XXH_endianess endian, XXH_alignment align) argument
195 return endian
200 XXH_readLE32(const U32* ptr, XXH_endianess endian) argument
206 XXH32_endian_align(const void* input, int len, U32 seed, XXH_endianess endian, XXH_alignment align) argument
339 XXH32_update_endian(void* state_in, const void* input, int len, XXH_endianess endian) argument
415 XXH32_intermediateDigest_endian(void* state_in, XXH_endianess endian) argument
[all...]
/freebsd-9.3-release/lib/libc/include/
H A Dfpmath.h30 #include <sys/endian.h>
/freebsd-9.3-release/lib/libelf/
H A Dlibelf.c33 #include <machine/endian.h>
/freebsd-9.3-release/lib/libexpat/
H A Dexpat_config.h3 #include <machine/endian.h>
/freebsd-9.3-release/sys/mips/sibyte/
H A Dsb_bus_space.h32 #include <machine/endian.h>
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dnto-tdep.c89 char *buf, arch_path[PATH_MAX], *nto_root, *endian; local
98 endian = "";
104 endian = "be";
109 endian = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? "be" : "le";
112 sprintf (arch_path, "%s/%s%s", nto_root, arch, endian);
125 char *nto_root, *endian; local
132 endian = "";
138 endian = "be";
143 endian = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? "be" : "le";
146 sprintf (arch_path, "%s/%s%s", nto_root, arch, endian);
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Ddis-init.c32 info->endian = BFD_ENDIAN_UNKNOWN;
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Ddevice_list.c39 #include <endian.h>
/freebsd-9.3-release/sys/mips/cavium/octe/
H A Dethernet-sgmii.c36 #include <sys/endian.h>
H A Dethernet-xaui.c36 #include <sys/endian.h>

Completed in 284 milliseconds

1234567891011>>