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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-freebsd/android/include/machine/
endian.h 1 #include <endian.h>
  /bionic/libm/upstream-freebsd/android/include/machine/
endian.h 1 #include <endian.h>
  /bionic/libc/include/
endian.h 4 * @file endian.h
5 * @brief Historical alternative to `<sys/endian.h>`.
7 * New code should use `<sys/endian.h>` directly.
10 #include <sys/endian.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
endian.h 1 /* $NetBSD: endian.h,v 1.3 2001/06/23 12:20:27 bjh21 Exp $ */
3 #include <sys/endian.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
endian.h 1 /* $NetBSD: endian.h,v 1.3 2001/06/23 12:20:27 bjh21 Exp $ */
3 #include <sys/endian.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
endian.h 1 /* $NetBSD: endian.h,v 1.29 2000/03/17 00:09:20 mycroft Exp $ */
3 #include <sys/endian.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
endian.h 1 /* $NetBSD: endian.h,v 1.1 2006/04/07 14:21:18 cherry Exp $ */
3 #include <sys/endian.h>
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
endian.h 1 /* $NetBSD: endian.h,v 1.1 2003/04/26 18:39:40 fvdl Exp $ */
3 #include <sys/endian.h>
  /external/clang/test/Sema/
attr-endian.c 3 int p1 __attribute__((endian(host))); // expected-warning {{unknown attribute 'endian' ignored}}
  /external/libcxx/test/std/utilities/meta/meta.type.synop/
endian.pass.cpp 12 // enum class endian;
22 static_assert(std::is_enum<std::endian>::value, "");
25 typedef std::underlying_type<std::endian>::type UT;
26 static_assert(!std::is_convertible<std::endian, UT>::value, "");
29 static_assert( std::endian::little == std::endian::little );
30 static_assert( std::endian::big == std::endian::big );
31 static_assert( std::endian::native == std::endian::native )
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Arm/
arith.h 3 #include <machine/endian.h>
  /external/u-boot/include/zfs/
zio_checksum.h 18 zfs_endian_t endian, zio_cksum_t *zcp);
31 zfs_endian_t endian, zio_cksum_t *);
32 extern void fletcher_2_endian(const void *, uint64_t, zfs_endian_t endian,
34 extern void fletcher_4_endian(const void *, uint64_t, zfs_endian_t endian,
  /external/deqp-deps/SPIRV-Tools/test/
binary_endianness_test.cpp 23 spv_endianness_t endian; local
24 ASSERT_EQ(SPV_ERROR_INVALID_BINARY, spvBinaryEndianness(&binary, &endian));
35 spv_endianness_t endian; local
36 ASSERT_EQ(SPV_SUCCESS, spvBinaryEndianness(&binary, &endian));
37 ASSERT_EQ(SPV_ENDIANNESS_LITTLE, endian);
48 spv_endianness_t endian; local
49 ASSERT_EQ(SPV_SUCCESS, spvBinaryEndianness(&binary, &endian));
50 ASSERT_EQ(SPV_ENDIANNESS_BIG, endian);
fix_word_test.cpp 21 spv_endianness_t endian; local
23 endian = SPV_ENDIANNESS_LITTLE;
25 endian = SPV_ENDIANNESS_BIG;
28 ASSERT_EQ(word, spvFixWord(word, endian));
32 spv_endianness_t endian; local
34 endian = SPV_ENDIANNESS_BIG;
36 endian = SPV_ENDIANNESS_LITTLE;
40 ASSERT_EQ(result, spvFixWord(word, endian));
44 spv_endianness_t endian = local
50 ASSERT_EQ(result, spvFixDoubleWord(low, high, endian));
54 spv_endianness_t endian = local
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/
binary_endianness_test.cpp 23 spv_endianness_t endian; local
24 ASSERT_EQ(SPV_ERROR_INVALID_BINARY, spvBinaryEndianness(&binary, &endian));
35 spv_endianness_t endian; local
36 ASSERT_EQ(SPV_SUCCESS, spvBinaryEndianness(&binary, &endian));
37 ASSERT_EQ(SPV_ENDIANNESS_LITTLE, endian);
48 spv_endianness_t endian; local
49 ASSERT_EQ(SPV_SUCCESS, spvBinaryEndianness(&binary, &endian));
50 ASSERT_EQ(SPV_ENDIANNESS_BIG, endian);
fix_word_test.cpp 21 spv_endianness_t endian; local
23 endian = SPV_ENDIANNESS_LITTLE;
25 endian = SPV_ENDIANNESS_BIG;
28 ASSERT_EQ(word, spvFixWord(word, endian));
32 spv_endianness_t endian; local
34 endian = SPV_ENDIANNESS_BIG;
36 endian = SPV_ENDIANNESS_LITTLE;
40 ASSERT_EQ(result, spvFixWord(word, endian));
44 spv_endianness_t endian = local
50 ASSERT_EQ(result, spvFixDoubleWord(low, high, endian));
54 spv_endianness_t endian = local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
EndianStream.h 1 //===- EndianStream.h - Stream ops with endian specific data ----*- C++ -*-===//
10 // This file defines utilities for operating on streams that have endian
19 #include "llvm/Support/Endian.h"
25 namespace endian { namespace in namespace:llvm::support
28 inline void write(raw_ostream &os, value_type value, endianness endian) {
29 value = byte_swap<value_type>(value, endian);
34 inline void write<float>(raw_ostream &os, float value, endianness endian) {
35 write(os, FloatToBits(value), endian);
40 endianness endian) {
41 write(os, DoubleToBits(value), endian);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
int_endianness.h 61 #include <sys/endian.h>
  /external/deqp-deps/SPIRV-Tools/source/
spirv_endian.cpp 34 uint32_t spvFixWord(const uint32_t word, const spv_endianness_t endian) {
35 if ((SPV_ENDIANNESS_LITTLE == endian && I32_ENDIAN_HOST == I32_ENDIAN_BIG) ||
36 (SPV_ENDIANNESS_BIG == endian && I32_ENDIAN_HOST == I32_ENDIAN_LITTLE)) {
45 const spv_endianness_t endian) {
46 return (uint64_t(spvFixWord(high, endian)) << 32) | spvFixWord(low, endian);
72 bool spvIsHostEndian(spv_endianness_t endian) {
73 return ((SPV_ENDIANNESS_LITTLE == endian) &&
75 ((SPV_ENDIANNESS_BIG == endian) &&
spirv_endian.h 30 // otherwise writes the determined endianness into *endian.
32 spv_endianness_t* endian);
35 bool spvIsHostEndian(spv_endianness_t endian);
  /external/swiftshader/third_party/SPIRV-Tools/source/
spirv_endian.cpp 34 uint32_t spvFixWord(const uint32_t word, const spv_endianness_t endian) {
35 if ((SPV_ENDIANNESS_LITTLE == endian && I32_ENDIAN_HOST == I32_ENDIAN_BIG) ||
36 (SPV_ENDIANNESS_BIG == endian && I32_ENDIAN_HOST == I32_ENDIAN_LITTLE)) {
45 const spv_endianness_t endian) {
46 return (uint64_t(spvFixWord(high, endian)) << 32) | spvFixWord(low, endian);
72 bool spvIsHostEndian(spv_endianness_t endian) {
73 return ((SPV_ENDIANNESS_LITTLE == endian) &&
75 ((SPV_ENDIANNESS_BIG == endian) &&
spirv_endian.h 30 // otherwise writes the determined endianness into *endian.
32 spv_endianness_t* endian);
35 bool spvIsHostEndian(spv_endianness_t endian);
  /build/make/core/combo/arch/mips/
mips32r6.mk 2 # Generating binaries for MIPS32R6/hard-float/little-endian
  /external/u-boot/fs/zfs/
zfs_fletcher.c 35 zfs_endian_t endian,
43 a0 += zfs_to_cpu64(ip[0], endian);
44 a1 += zfs_to_cpu64(ip[1], endian);
49 zcp->zc_word[0] = cpu_to_zfs64(a0, endian);
50 zcp->zc_word[1] = cpu_to_zfs64(a1, endian);
51 zcp->zc_word[2] = cpu_to_zfs64(b0, endian);
52 zcp->zc_word[3] = cpu_to_zfs64(b1, endian);
56 fletcher_4_endian(const void *buf, uint64_t size, zfs_endian_t endian,
64 a += zfs_to_cpu32(ip[0], endian);
70 zcp->zc_word[0] = cpu_to_zfs64(a, endian);
    [all...]
  /external/mesa3d/src/util/
u_endian.h 31 #include <endian.h>
40 #include <machine/endian.h>
60 #include <machine/endian.h>

Completed in 585 milliseconds

1 2 3 4 5 6 7 8 91011>>