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

1234567891011>>

/freebsd-10-stable/sys/amd64/include/
H A Dendian.h6 #include <x86/endian.h>
/freebsd-10-stable/sys/i386/include/
H A Dendian.h6 #include <x86/endian.h>
/freebsd-10-stable/sys/pc98/include/
H A Dendian.h6 #include <x86/endian.h>
/freebsd-10-stable/sys/netatalk/
H A Dendian.h29 #include <machine/endian.h>
/freebsd-10-stable/lib/libc/mips/gdtoa/
H A Darith.h4 #include <machine/endian.h>
/freebsd-10-stable/contrib/ofed/include/infiniband/
H A Dbyteswap.h36 #include <sys/endian.h>
H A Dendian.h37 #include <sys/endian.h>
/freebsd-10-stable/lib/libc/mips/
H A Darith.h13 #include <machine/endian.h>
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEndian.h17 namespace endian { namespace in namespace:lldb
/freebsd-10-stable/include/
H A Da.out.h38 #include <sys/endian.h>
/freebsd-10-stable/lib/libc/ia64/
H A Darith.h14 #include <machine/endian.h>
/freebsd-10-stable/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-10-stable/contrib/netbsd-tests/sbin/newfs/
H A Dquotas_common.sh30 local endian=$1; shift
40 -B ${endian} -O ${vers} -s 4000 -F ${IMG}
/freebsd-10-stable/lib/libc/ia64/gen/
H A Dinfinity.c33 #include <sys/endian.h>
/freebsd-10-stable/lib/libc/net/
H A Dntoh.c30 #include <sys/endian.h>
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.h35 #include <sys/endian.h>
/freebsd-10-stable/tools/tools/netrate/tcpp/
H A Dtcpp_util.c30 #include <sys/endian.h>
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBData.h49 SetByteOrder (lldb::ByteOrder endian);
103 SetData (lldb::SBError& error, const void *buf, size_t size, lldb::ByteOrder endian, uint8_t addr_size);
110 CreateDataFromCString (lldb::ByteOrder endian, uint32_t addr_byte_size, const char* data);
115 CreateDataFromUInt64Array (lldb::ByteOrder endian, uint32_t addr_byte_size, uint64_t* array, size_t array_len);
118 CreateDataFromUInt32Array (lldb::ByteOrder endian, uint32_t addr_byte_size, uint32_t* array, size_t array_len);
121 CreateDataFromSInt64Array (lldb::ByteOrder endian, uint32_t addr_byte_size, int64_t* array, size_t array_len);
124 CreateDataFromSInt32Array (lldb::ByteOrder endian, uint32_t addr_byte_size, int32_t* array, size_t array_len);
127 CreateDataFromDoubleArray (lldb::ByteOrder endian, uint32_t addr_byte_size, double* array, size_t array_len);
/freebsd-10-stable/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh5 local endian=$1; shift
10 atf_check -o ignore -e ignore newfs -B ${endian} -O ${vers} \
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-abi.h54 #include <machine/endian.h>
57 #include <endian.h>
/freebsd-10-stable/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-10-stable/lib/libc/include/
H A Dfpmath.h30 #include <sys/endian.h>
/freebsd-10-stable/lib/libelf/
H A Dlibelf.c33 #include <machine/endian.h>

Completed in 144 milliseconds

1234567891011>>