HomeSort by relevance Sort by last modified time
    Searched refs:endian (Results 501 - 525 of 1188) sorted by null

<<21222324252627282930>>

  /external/llvm/include/llvm/MC/
MCObjectWriter.h 129 support::endian::Writer<support::little>(*OS).write(Value);
133 support::endian::Writer<support::little>(*OS).write(Value);
137 support::endian::Writer<support::little>(*OS).write(Value);
141 support::endian::Writer<support::big>(*OS).write(Value);
145 support::endian::Writer<support::big>(*OS).write(Value);
149 support::endian::Writer<support::big>(*OS).write(Value);
  /external/lz4/lib/
xxhash.c 57 * By default, xxHash library provides endian-independant Hash values, based on little-endian convention.
58 * Results are therefore identical for little-endian and big-endian CPU.
59 * This comes at a performance cost for big-endian CPU, since some swapping is required to emulate little-endian format.
60 * Should endian-independance be of no importance for your application, you may set the #define below to 1.
61 * It will improve speed for Big-endian CPU.
231 FORCE_INLINE U32 XXH_readLE32_align(const void* ptr, XXH_endianess endian, XXH_alignment align)
234 return endian==XXH_littleEndian ? A32(ptr) : XXH_swap32(A32(ptr))
    [all...]
  /external/compiler-rt/test/builtins/Unit/arm/
call_apsr.h 19 #error big endian support not implemented
  /external/squashfs-tools/squashfs-tools/
gzip_wrapper.h 32 #include <endian.h>
xz_wrapper.h 32 #include <endian.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
huge_val.h 41 # include <endian.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
huge_val.h 41 # include <endian.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
huge_val.h 41 # include <endian.h>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
inst-po-be.d 1 #name: .inst pseudo-opcode test 1 - big endian version
2 #as: -mbig-endian
  /external/ImageMagick/MagickCore/
quantum-import.c 134 if (quantum_info->endian == LSBEndian)
174 if (quantum_info->endian == LSBEndian)
241 pixels=PushLongPixel(quantum_info->endian,pixels,
296 p=PushShortPixel(quantum_info->endian,p,&pixel);
306 p=PushShortPixel(quantum_info->endian,p,&pixel);
334 p=PushLongPixel(quantum_info->endian,p,&pixel);
419 p=PushLongPixel(quantum_info->endian,p,&pixel);
465 p=PushShortPixel(quantum_info->endian,p,&pixel);
489 p=PushShortPixel(quantum_info->endian,p,&pixel);
517 p=PushShortPixel(quantum_info->endian,p,&pixel)
    [all...]
  /build/core/combo/arch/mips/
mips32r2-fp-xburst.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian without
  /external/llvm/unittests/Support/
EndianStreamTest.cpp 24 endian::Writer<little> LE(OS);
39 endian::Writer<big> BE(OS);
55 endian::Writer<little> LE(OS);
70 endian::Writer<big> BE(OS);
85 endian::Writer<little> LE(OS);
104 endian::Writer<big> BE(OS);
123 endian::Writer<little> LE(OS);
142 endian::Writer<big> BE(OS);
  /external/mesa3d/src/gallium/include/pipe/
p_config.h 111 * Endian detection.
115 #include <endian.h>
124 #include <machine/endian.h>
  /external/selinux/libsepol/src/
private.h 3 /* Endian conversion for reading and writing binary policies */
10 #include <machine/endian.h>
13 #include <endian.h>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
endian.hpp 24 * Modified by Caleb Epstein to use <endian.h> with GNU libc and to
31 // GNU libc offers the helpful header <endian.h> which defines
35 # include <endian.h>
74 # error The file boost/detail/endian.hpp needs to be set up for your CPU type.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
got-reloc.d 3 #as: -march=c674x -mlittle-endian
insns-atomic.d 3 #as: -march=c674x -mlittle-endian
syntax.d 3 #as: -march=c674x -mlittle-endian
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
data-reloc-global-rel.d 2 #as: -mlittle-endian -mgenerate-rel
data-reloc-global.d 2 #as: -mlittle-endian
data-reloc-local-rel.d 2 #as: -mlittle-endian -mgenerate-rel
data-reloc-local.d 2 #as: -mlittle-endian
ehtype-reloc-1-rel.d 2 #as: -mlittle-endian -mgenerate-rel
ehtype-reloc-1.d 2 #as: -mlittle-endian
got-reloc-inrange.d 2 #as: -mlittle-endian -mdsbt -mpic -mpid=near

Completed in 1833 milliseconds

<<21222324252627282930>>