HomeSort by relevance Sort by last modified time
    Searched refs:endian (Results 51 - 75 of 573) sorted by null

1 23 4 5 6 7 8 91011>>

  /bionic/libc/kernel/uapi/linux/
patchkey.h 24 #include <endian.h>
  /bionic/libc/upstream-openbsd/lib/libc/net/
htonl.c 8 #include <endian.h>
htons.c 8 #include <endian.h>
ntohl.c 8 #include <endian.h>
ntohs.c 8 #include <endian.h>
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
infinityf_ieee754.c 13 #include <machine/endian.h>
  /external/kernel-headers/original/uapi/linux/
patchkey.h 21 /* Endian macros. */
23 # include <endian.h>
  /external/u-boot/include/asm-generic/
unaligned.h 20 #error invalid endian
  /external/u-boot/fs/zfs/
zfs.c 141 zfs_endian_t endian; member in struct:dnode_end
209 static int zio_read_data(blkptr_t *bp, zfs_endian_t endian,
213 zio_read(blkptr_t *bp, zfs_endian_t endian, void **buf,
237 zfs_endian_t endian __attribute__ ((unused)),
265 zfs_endian_t endian, char *buf, int size)
279 ci->ci_func(buf, size, endian, &actual_cksum);
283 ci->ci_func(buf, size, endian, &actual_cksum);
348 zfs_endian_t endian = UNKNOWN_ENDIAN; local
360 endian = LITTLE_ENDIAN;
365 endian = BIG_ENDIAN
636 zfs_endian_t endian; local
958 zfs_endian_t endian; local
1040 zfs_endian_t endian; local
1077 zfs_endian_t endian; local
1119 zfs_endian_t endian; local
    [all...]
  /external/flatbuffers/go/
encode.go 21 // GetByte decodes a little-endian byte from a byte slice.
26 // GetBool decodes a little-endian bool from a byte slice.
31 // GetUint8 decodes a little-endian uint8 from a byte slice.
37 // GetUint16 decodes a little-endian uint16 from a byte slice.
45 // GetUint32 decodes a little-endian uint32 from a byte slice.
55 // GetUint64 decodes a little-endian uint64 from a byte slice.
69 // GetInt8 decodes a little-endian int8 from a byte slice.
75 // GetInt16 decodes a little-endian int16 from a byte slice.
83 // GetInt32 decodes a little-endian int32 from a byte slice.
93 // GetInt64 decodes a little-endian int64 from a byte slice
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
xxhash.cpp 39 #include "llvm/Support/Endian.h"
86 V1 = round(V1, endian::read64le(P));
88 V2 = round(V2, endian::read64le(P));
90 V3 = round(V3, endian::read64le(P));
92 V4 = round(V4, endian::read64le(P));
109 uint64_t const K1 = round(0, endian::read64le(P));
116 H64 ^= (uint64_t)(endian::read32le(P)) * PRIME64_1;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/MCTargetDesc/
BPFAsmBackend.cpp 27 BPFAsmBackend(support::endianness Endian) : MCAsmBackend(Endian) {}
65 support::endian::write<uint64_t>(OS, 0x15000000, Endian);
83 support::endian::write<uint32_t>(&Data[Fixup.getOffset()], Value, Endian);
85 support::endian::write<uint64_t>(&Data[Fixup.getOffset()], Value, Endian);
88 if (Endian == support::little) {
90 support::endian::write32le(&Data[Fixup.getOffset() + 4], Value)
    [all...]
  /build/make/core/combo/arch/mips/
mips32r2-fp-xburst.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian without
  /external/kmod/port-gnu/
config.h 179 #include <endian-darwin.h>
181 #include <endian.h>
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Host.h 20 #include <endian.h>
35 #include <machine/endian.h>
  /external/libjpeg-turbo/md5/
md5.h 35 #include <machine/endian.h>
  /external/squashfs-tools/squashfs-tools/
lz4_wrapper.h 32 #include <endian.h>
  /external/compiler-rt/test/ubsan/TestCases/Float/
cast-overflow.cpp 17 # include <machine/endian.h>
22 # include <sys/endian.h>
31 # include <endian.h>
  /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);
161 endian::Writer<little> LE(OS);
176 endian::Writer<little> LE(OS)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
EndianStreamTest.cpp 24 endian::Writer LE(OS, little);
39 endian::Writer BE(OS, big);
55 endian::Writer LE(OS, little);
70 endian::Writer BE(OS, big);
85 endian::Writer LE(OS, little);
104 endian::Writer BE(OS, big);
123 endian::Writer LE(OS, little);
142 endian::Writer BE(OS, big);
161 endian::Writer LE(OS, little);
176 endian::Writer LE(OS, little)
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 55 unsigned Word0 = endian::readNext<uint32_t, little, aligned>(CurPtrShadow);
57 endian::readNext<uint32_t, little, aligned>(CurPtrShadow);
59 endian::readNext<uint32_t, little, aligned>(CurPtrShadow);
198 uint32_t Offset = endian::readNext<uint32_t, little, aligned>(CurPPCondPtr);
201 TableIdx = endian::readNext<uint32_t, little, aligned>(CurPPCondPtr);
219 TokBuf + endian::readNext<uint32_t, little, aligned>(NextPPCondPtr);
224 TableIdx = endian::readNext<uint32_t, little, aligned>(NextPPCondPtr);
240 TokBuf + endian::readNext<uint32_t, little, aligned>(NextPPCondPtr);
241 uint32_t NextIdx = endian::readNext<uint32_t, little, aligned>(NextPPCondPtr);
295 uint32_t Offset = endian::readNext<uint32_t, little, aligned>(OffsetPtr)
    [all...]
  /external/llvm/lib/Target/WebAssembly/Disassembler/
WebAssemblyDisassembler.cpp 26 #include "llvm/Support/Endian.h"
72 uint64_t Opcode = support::endian::read64le(Bytes.data() + Pos);
87 NumExtraOperands = support::endian::read64le(Bytes.data() + Pos);
100 uint64_t Imm = support::endian::read64le(Bytes.data() + Pos);
108 uint64_t Reg = support::endian::read64le(Bytes.data() + Pos);
119 uint64_t Bits = support::endian::read64le(Bytes.data() + Pos);
138 uint64_t Imm = support::endian::read64le(Bytes.data() + Pos);
142 uint64_t Reg = support::endian::read64le(Bytes.data() + Pos);
  /external/llvm/include/llvm/MC/
MCObjectWriter.h 130 support::endian::Writer<support::little>(*OS).write(Value);
134 support::endian::Writer<support::little>(*OS).write(Value);
138 support::endian::Writer<support::little>(*OS).write(Value);
142 support::endian::Writer<support::big>(*OS).write(Value);
146 support::endian::Writer<support::big>(*OS).write(Value);
150 support::endian::Writer<support::big>(*OS).write(Value);
  /external/lz4/lib/
xxhash.c 69 * By default, xxHash library provides endian-independent Hash values, based on little-endian convention.
70 * Results are therefore identical for little-endian and big-endian CPU.
71 * This comes at a performance cost for big-endian CPU, since some swapping is required to emulate little-endian format.
72 * Should endian-independence be of no importance for your application, you may set the #define below to 1,
73 * to improve speed for Big-endian CPU.
226 XXH_FORCE_INLINE U32 XXH_readLE32_align(const void* ptr, XXH_endianess endian, XXH_alignment align)
229 return endian==XXH_littleEndian ? XXH_read32(ptr) : XXH_swap32(XXH_read32(ptr))
    [all...]
  /external/vulkan-validation-layers/layers/
xxhash.c 69 * By default, xxHash library provides endian-independent Hash values, based on little-endian convention.
70 * Results are therefore identical for little-endian and big-endian CPU.
71 * This comes at a performance cost for big-endian CPU, since some swapping is required to emulate little-endian format.
72 * Should endian-independence be of no importance for your application, you may set the #define below to 1,
73 * to improve speed for Big-endian CPU.
220 FORCE_INLINE U32 XXH_readLE32_align(const void* ptr, XXH_endianess endian, XXH_alignment align)
223 return endian==XXH_littleEndian ? XXH_read32(ptr) : XXH_swap32(XXH_read32(ptr))
    [all...]

Completed in 881 milliseconds

1 23 4 5 6 7 8 91011>>