HomeSort by relevance Sort by last modified time
    Searched defs:endianness (Results 1 - 25 of 58) sorted by null

1 2 3

  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
execution_state_switch.c 42 int caller_64, from_el2, el, endianness, thumb = 0; local
103 * Return to the caller using the same endianness. Extract
104 * endianness bit from the respective system control register
108 endianness = !!(sctlr & SCTLR_EE_BIT);
125 endianness, DISABLE_ALL_EXCEPTIONS);
140 * with PC, state width, endianness, security etc. appropriately set.
148 ((endianness ? EP_EE_BIG : EP_EE_LITTLE) | NON_SECURE |
  /external/syslinux/gpxe/src/include/gpxe/
spi_bit.h 21 /** Endianness of data
29 int endianness; member in struct:spi_bit_basher
  /external/llvm/include/llvm/Support/
Endian.h 23 enum endianness {big, little, native}; enum in namespace:llvm::support
37 /// Swap the bytes of value to match the given endianness.
38 template<typename value_type, endianness endian>
45 /// Read a value of a particular endianness from memory.
47 endianness endian,
59 /// Read a value of a particular endianness from a buffer, and increment the
61 template<typename value_type, endianness endian, std::size_t alignment,
69 /// Write a value to memory with a particular endianness.
71 endianness endian,
84 /// Read a value of a particular endianness from memory, for a locatio
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Endian.h 22 enum endianness {big, little, native}; enum in namespace:llvm::support
36 /// Swap the bytes of value to match the given endianness.
37 template<typename value_type, endianness endian>
44 /// Read a value of a particular endianness from memory.
46 endianness endian,
58 /// Read a value of a particular endianness from a buffer, and increment the
60 template<typename value_type, endianness endian, std::size_t alignment,
68 /// Write a value to memory with a particular endianness.
70 endianness endian,
83 /// Read a value of a particular endianness from memory, for a locatio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Endian.h 24 enum endianness {big, little, native}; enum in namespace:llvm::support
38 constexpr endianness system_endianness() {
43 inline value_type byte_swap(value_type value, endianness endian) {
49 /// Swap the bytes of value to match the given endianness.
50 template<typename value_type, endianness endian>
55 /// Read a value of a particular endianness from memory.
57 inline value_type read(const void *memory, endianness endian) {
68 endianness endian,
74 /// Read a value of a particular endianness from a buffer, and increment the
77 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Endian.h 24 enum endianness {big, little, native}; enum in namespace:llvm::support
38 constexpr endianness system_endianness() {
43 inline value_type byte_swap(value_type value, endianness endian) {
49 /// Swap the bytes of value to match the given endianness.
50 template<typename value_type, endianness endian>
55 /// Read a value of a particular endianness from memory.
57 inline value_type read(const void *memory, endianness endian) {
68 endianness endian,
74 /// Read a value of a particular endianness from a buffer, and increment the
77 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enum in namespace:llvm::support
47 constexpr endianness system_endianness() {
52 inline value_type byte_swap(value_type value, endianness endian) {
58 /// Swap the bytes of value to match the given endianness.
59 template<typename value_type, endianness endian>
64 /// Read a value of a particular endianness from memory.
66 inline value_type read(const void *memory, endianness endian) {
77 endianness endian,
83 /// Read a value of a particular endianness from a buffer, and increment the
86 inline value_type readNext(const CharT *&memory, endianness endian)
    [all...]
  /external/libmtp/examples/
detect.c 35 static int endianness = 0; // 0 = LE, 1 = BE local
40 endianness = 0;
42 endianness = 1;
46 if (endianness == 0) {
  /test/vts/drivers/hal/libcodecoverage/
GcdaParser.cpp 33 int endianness = 0; local
36 if ((endianness = gcda_file_->Magic(magic, GCOV_DATA_MAGIC))) {
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_die_unittest.cc 47 using google_breakpad::test_assembler::Endianness;
150 DwarfHeaderParams(Endianness endianness, size_t format_size,
152 : endianness(endianness), format_size(format_size),
154 Endianness endianness; member in struct:DwarfHeaderParams
172 info.set_endianness(GetParam().endianness);
197 ByteReader byte_reader(GetParam().endianness == kLittleEndian ?
247 info.set_endianness(params.endianness);
    [all...]
  /external/google-breakpad/src/common/
test_assembler.h 241 enum Endianness {
272 Section(Endianness endianness = kUnsetEndian)
273 : endianness_(endianness) { };
279 // Set the default endianness of this section to ENDIANNESS. This
281 // assembler's default endianness was set, this is the
282 void set_endianness(Endianness endianness) {
283 endianness_ = endianness;
287 Endianness endianness() const { return endianness_; } function in class:google_breakpad::test_assembler::Section
459 Endianness endianness; member in struct:google_breakpad::test_assembler::Section::Reference
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.cpp 236 device::endianness() const { function in class:device
  /external/selinux/libselinux/src/
regex.c 23 #error Neither __BYTE_ORDER__ nor __BYTE_ORDER defined. Unable to determine endianness.
37 char const *endianness = NULL; local
42 endianness = "el";
44 endianness = "eb";
46 if (!endianness)
52 endianness);
  /toolchain/binutils/binutils-2.27/gold/
parameters.cc 202 // If output endianness is specified in command line, check that it does
208 General_options::Endianness endianness = this->options().endianness(); local
209 if (endianness != General_options::ENDIANNESS_NOT_SET)
212 if (endianness == General_options::ENDIANNESS_BIG)
216 gold_assert(endianness == General_options::ENDIANNESS_LITTLE);
356 General_options::Endianness endianness = parameters->options().endianness(); local
    [all...]

Completed in 556 milliseconds

1 2 3