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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
endian.h 1 /* x86_64 is little-endian. */
4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
endian.h 1 /* x86_64 is little-endian. */
4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
endian.h 1 /* x86_64 is little-endian. */
4 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  /ndk/tests/build/issue39824-__BYTE_ORDER/jni/
issue39824-_BYTE_ORDER.c 1 #include <endian.h>
issue39824-__BYTE_ORDER.c 1 #include <sys/endian.h>
  /external/clang/test/SemaOpenCL/
endian-attr.cl 3 constant long a __attribute__((endian(host))) = 100;
5 constant long b __attribute__((endian(device))) = 100;
7 constant long c __attribute__((endian(none))) = 100; // expected-warning {{unknown endian 'none'}}
9 void func() __attribute__((endian(host))); // expected-warning {{endian attribute only applies to variables}}
  /ndk/tests/build/issue21132-__ARM_ARCH__/jni/
issue21132-__ARM_ARCH__.c 1 #include <endian.h>
  /external/libmtp/src/
gphoto2-endian.h 4 #include "gphoto2-endian-ppc.h"
6 #include "gphoto2-endian-intel.h"
  /external/webkit/LayoutTests/fast/encoding/resources/
css-cached-bom-frame.html 1 <link rel=stylesheet href=utf-16-little-endian.css>
  /external/icu4c/layout/
LESwaps.h 14 * \brief C++ API: Endian independent access to data for LayoutEngine
36 * This class is used to access data which stored in big endian order
48 * Reads a big-endian 16-bit word and returns a native-endian value.
49 * No-op on a big-endian platform, byte-swaps on a little-endian platform.
62 // Fastpath when we know that the platform is big-endian.
65 // Reads a big-endian value on any platform.
72 * Reads a big-endian 32-bit word and returns a native-endian value
    [all...]
  /external/llvm/test/MC/Mips/
elf_basic.s 1 // 32 bit big endian
3 // 32 bit little endian
5 // 64 bit big endian
7 // 64 bit little endian
10 // Check that we produce 32 bit with each endian.
14 // This is big endian.
19 // This is little endian.
22 // Check that we produce 64 bit with each endian.
26 // This is big endian.
31 // This is little endian
    [all...]
  /build/core/combo/arch/mips/
mips32.mk 2 # Generating binaries for MIPS32/soft-float/little-endian
mips32-fp.mk 2 # Generating binaries for MIPS32/hard-float/little-endian
mips32r2-fp.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian
  /cts/tools/dex-tools/
TODO.txt 5 Add support for big endian encoded files
  /dalvik/dx/tests/116-leb128/
info.txt 1 Performs little endian operations.
  /external/llvm/unittests/Support/
EndianTest.cpp 1 //===- unittests/Support/EndianTest.cpp - Endian.h tests ------------------===//
10 #include "llvm/Support/Endian.h"
22 TEST(Endian, Read) {
27 EXPECT_EQ(BigAsHost, (endian::read<int32_t, big, unaligned>(bigval)));
29 EXPECT_EQ(LittleAsHost,(endian::read<int32_t, little, unaligned>(littleval)));
31 EXPECT_EQ((endian::read<int32_t, big, unaligned>(bigval + 1)),
32 (endian::read<int32_t, little, unaligned>(littleval + 1)));
35 TEST(Endian, Write) {
37 endian::write<int32_t, big, unaligned>(data, -1362446643);
42 endian::write<int32_t, big, unaligned>(data + 1, -1362446643)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
sample.h 47 * \li PA_SAMPLE_S16LE - Signed 16 integer bit PCM, little endian.
48 * \li PA_SAMPLE_S16BE - Signed 16 integer bit PCM, big endian.
49 * \li PA_SAMPLE_FLOAT32LE - 32 bit IEEE floating point PCM, little endian.
50 * \li PA_SAMPLE_FLOAT32BE - 32 bit IEEE floating point PCM, big endian.
53 * \li PA_SAMPLE_S32LE - Signed 32 bit integer PCM, little endian.
54 * \li PA_SAMPLE_S32BE - Signed 32 bit integer PCM, big endian.
59 * macros for native endian (NE), and reverse endian (RE).
127 PA_SAMPLE_S16LE, /**< Signed 16 Bit PCM, little endian (PC) */
128 PA_SAMPLE_S16BE, /**< Signed 16 Bit PCM, big endian */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
sample.h 47 * \li PA_SAMPLE_S16LE - Signed 16 integer bit PCM, little endian.
48 * \li PA_SAMPLE_S16BE - Signed 16 integer bit PCM, big endian.
49 * \li PA_SAMPLE_FLOAT32LE - 32 bit IEEE floating point PCM, little endian.
50 * \li PA_SAMPLE_FLOAT32BE - 32 bit IEEE floating point PCM, big endian.
53 * \li PA_SAMPLE_S32LE - Signed 32 bit integer PCM, little endian.
54 * \li PA_SAMPLE_S32BE - Signed 32 bit integer PCM, big endian.
59 * macros for native endian (NE), and reverse endian (RE).
127 PA_SAMPLE_S16LE, /**< Signed 16 Bit PCM, little endian (PC) */
128 PA_SAMPLE_S16BE, /**< Signed 16 Bit PCM, big endian */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
sample.h 47 * \li PA_SAMPLE_S16LE - Signed 16 integer bit PCM, little endian.
48 * \li PA_SAMPLE_S16BE - Signed 16 integer bit PCM, big endian.
49 * \li PA_SAMPLE_FLOAT32LE - 32 bit IEEE floating point PCM, little endian.
50 * \li PA_SAMPLE_FLOAT32BE - 32 bit IEEE floating point PCM, big endian.
53 * \li PA_SAMPLE_S32LE - Signed 32 bit integer PCM, little endian.
54 * \li PA_SAMPLE_S32BE - Signed 32 bit integer PCM, big endian.
59 * macros for native endian (NE), and reverse endian (RE).
127 PA_SAMPLE_S16LE, /**< Signed 16 Bit PCM, little endian (PC) */
128 PA_SAMPLE_S16BE, /**< Signed 16 Bit PCM, big endian */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
conv.h 37 /** Converts a 16-bit value from host to little endian byte order. */
39 /** Converts a 16-bit value from little endian to host byte order. */
41 /** Converts a 32-bit value from host to little endian byte order. */
43 /** Converts a 32-bit value from little endian to host byte order. */
45 /** Converts a 16-bit value from host to big endian byte order. */
47 /** Converts a 16-bit value from big endian to host byte order. */
49 /** Converts a 32-bit value from host to big endian byte order. */
51 /** Converts a 32-bit value from big endian to host byte order. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
conv.h 37 /** Converts a 16-bit value from host to little endian byte order. */
39 /** Converts a 16-bit value from little endian to host byte order. */
41 /** Converts a 32-bit value from host to little endian byte order. */
43 /** Converts a 32-bit value from little endian to host byte order. */
45 /** Converts a 16-bit value from host to big endian byte order. */
47 /** Converts a 16-bit value from big endian to host byte order. */
49 /** Converts a 32-bit value from host to big endian byte order. */
51 /** Converts a 32-bit value from big endian to host byte order. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
conv.h 37 /** Converts a 16-bit value from host to little endian byte order. */
39 /** Converts a 16-bit value from little endian to host byte order. */
41 /** Converts a 32-bit value from host to little endian byte order. */
43 /** Converts a 32-bit value from little endian to host byte order. */
45 /** Converts a 16-bit value from host to big endian byte order. */
47 /** Converts a 16-bit value from big endian to host byte order. */
49 /** Converts a 32-bit value from host to big endian byte order. */
51 /** Converts a 32-bit value from big endian to host byte order. */
  /external/llvm/include/llvm/Support/
Endian.h 1 //===- 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,
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetTest.java 92 // Writes big-endian, with a big-endian BOM.
97 // ...and defaults to reading big-endian if there's no BOM.
103 // Writes big-endian, with no BOM.
105 // Treats a little-endian BOM as an error and continues to read big-endian.
108 // Accepts a big-endian BOM and includes U+FEFF in the decoded output.
110 // Defaults to reading big-endian.
116 // Writes little-endian, with no BOM.
118 // Accepts a little-endian BOM and includes U+FEFF in the decoded output
    [all...]

Completed in 1263 milliseconds

1 2 3 4 5 6 7 8 91011>>