/third_party/musl/src/string/ |
H A D | memcpy.c | 3 #include <endian.h>
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
H A D | fallocate01.c | 92 #include <endian.h>
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-traffic.h | 177 # include <endian.h> 195 # error "Failed to detect endian"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBStringTableBuilder.cpp | 22 using namespace llvm::support::endian;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | Magic.cpp | 25 using namespace llvm::support::endian; 129 /* Native endian */ in identify_magic() 139 /* Reverse endian */ in identify_magic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFMCCodeEmitter.cpp | 125 support::endian::Writer OSE(OS, in encodeInstruction()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 734 ; 3 - is big endian 738 %if %3 ; big endian 761 %if %3 ; big endian 771 ; 3 - is big endian 863 ; 3 - is big endian 941 ; 3 - is big endian 1031 ; 3 - is big endian
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-sparcv9.pl | 109 ldxa [$inp+%g0]0x88,$h0 ! load little-endian key 182 ldxa [$inp+%g0]0x88,$d0 ! load little-endian input 314 ldxa [$inp+%g0]0x88,$D0 ! load little-endian input 408 stb $h0,[$mac+0] ! store little-endian result 500 ldxa [$inp+%g0]0x88,$in0 ! load little-endian key 647 ldxa [$inp+%g0]0x88,$in0 ! load little-endian input 988 stb $h0,[$mac+0] ! write little-endian result
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-sparcv9.pl | 109 ldxa [$inp+%g0]0x88,$h0 ! load little-endian key 182 ldxa [$inp+%g0]0x88,$d0 ! load little-endian input 314 ldxa [$inp+%g0]0x88,$D0 ! load little-endian input 408 stb $h0,[$mac+0] ! store little-endian result 500 ldxa [$inp+%g0]0x88,$in0 ! load little-endian key 647 ldxa [$inp+%g0]0x88,$in0 ! load little-endian input 988 stb $h0,[$mac+0] ! write little-endian result
|
/kernel/linux/linux-5.10/arch/arm/ |
H A D | Makefile | 42 KBUILD_CPPFLAGS += -mbig-endian 46 KBUILD_CPPFLAGS += -mlittle-endian
|
/kernel/linux/linux-6.6/arch/arm/ |
H A D | Makefile | 45 KBUILD_CPPFLAGS += -mbig-endian 49 KBUILD_CPPFLAGS += -mlittle-endian
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gzfht_test.c | 45 #define _DEFAULT_SOURCE // For endian.h 57 #include <endian.h> 58 #include <bits/endian.h>
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | kbuffer-parse.c | 160 * @endian: enum to denote endianness 165 kbuffer_alloc(enum kbuffer_long_size size, enum kbuffer_endian endian) in kbuffer_alloc() argument 180 switch (endian) { in kbuffer_alloc()
|
/third_party/libsnd/src/ |
H A D | voc.c | 121 psf->endian = SF_ENDIAN_LITTLE ; in voc_open() 199 psf->endian = SF_ENDIAN_LITTLE ; in voc_read_header()
|
H A D | rf64.c | 41 ** Macros to handle big/little endian issues. 96 /* All RF64 files are little endian. */ in rf64_open() 97 psf->endian = SF_ENDIAN_LITTLE ; in rf64_open() 394 /* WAVs can be little or big endian */ in rf64_read_header() 395 psf->endian = psf->rwf_endian ; in rf64_read_header() 480 /* Only set the format endian-ness if its non-standard big-endian. */ in rf64_read_header() 481 if (psf->endian == SF_ENDIAN_BIG) in rf64_read_header()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | opcode.cpp | 170 const uint16_t wordCount, const spv_endianness_t endian, in spvInstructionCopy() 175 pInst->words[wordIndex] = spvFixWord(words[wordIndex], endian); in spvInstructionCopy() 169 spvInstructionCopy(const uint32_t* words, const SpvOp opcode, const uint16_t wordCount, const spv_endianness_t endian, spv_instruction_t* pInst) spvInstructionCopy() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | opcode.cpp | 170 const uint16_t wordCount, const spv_endianness_t endian, in spvInstructionCopy() 175 pInst->words[wordIndex] = spvFixWord(words[wordIndex], endian); in spvInstructionCopy() 169 spvInstructionCopy(const uint32_t* words, const SpvOp opcode, const uint16_t wordCount, const spv_endianness_t endian, spv_instruction_t* pInst) spvInstructionCopy() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 328 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 329 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 77 support::endian::read<uint64_t, support::little, support::unaligned>( in parseVersion() 93 support::endian::read<uint64_t, support::little, support::unaligned>( in parseStrTabSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 380 support::endian::write16le(test_buf.c, test_val); in getConstantFieldValue() 382 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue() 407 // Store based on target endian in fillGenericConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/ |
H A D | PPCDisassembler.cpp | 335 uint32_t Inst = IsLittleEndian ? support::endian::read32le(Bytes.data()) 336 : support::endian::read32be(Bytes.data());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Disassembler/ |
H A D | RISCVDisassembler.cpp | 329 Insn = support::endian::read32le(Bytes.data()); in getInstruction() 338 Insn = support::endian::read16le(Bytes.data()); in getInstruction()
|
/third_party/python/Python/ |
H A D | pyhash.c | 11 # include <endian.h> 13 # include <sys/endian.h> 332 /* byte swap little endian to host endian
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 1658 S_SQ_VTX_WORD2_ENDIAN_SWAP(vtx->endian); in r600_bytecode_vtx_build() 2540 unsigned *num_format, unsigned *format_comp, unsigned *endian) in r600_vertex_data_type() 2548 *endian = ENDIAN_NONE; in r600_vertex_data_type() 2552 *endian = r600_endian_swap(32); in r600_vertex_data_type() 2558 *endian = r600_endian_swap(16); in r600_vertex_data_type() 2564 *endian = r600_endian_swap(16); in r600_vertex_data_type() 2585 *endian = r600_endian_swap(desc->channel[i].size); in r600_vertex_data_type() 2726 unsigned format, num_format, format_comp, endian; in r600_create_vertex_fetch_shader() local 2784 &format, &num_format, &format_comp, &endian); in r600_create_vertex_fetch_shader() 2809 vtx.endian in r600_create_vertex_fetch_shader() 2538 r600_vertex_data_type(enum pipe_format pformat, unsigned *format, unsigned *num_format, unsigned *format_comp, unsigned *endian) r600_vertex_data_type() argument [all...] |
/third_party/node/deps/zlib/ |
H A D | crc32.c | 115 Swap the bytes in a z_word_t to convert between little and big endian. Any 362 /* write out little-endian CRC table to crc32.h */ in make_crc_table() 373 /* write out big-endian CRC table for 64-bit z_word_t to crc32.h */ in make_crc_table() 386 /* write out big-endian CRC table for 32-bit z_word_t to crc32.h */ in make_crc_table() 532 Generate the little and big-endian braid tables for the given n and z_word_t 780 unsigned endian; in crc32_z() local 794 /* Do endian check at execution time instead of compile time, since ARM in crc32_z() 798 endian = 1; in crc32_z() 799 if (*(unsigned char *)&endian) { in crc32_z() 800 /* Little endian in crc32_z() [all...] |