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

12 3

  /external/google-breakpad/src/common/dwarf/
dwarf2reader_cfi_unittest.cc 662 dwarf2reader::Endianness endianness; local
663 if (section->endianness() == kBigEndian)
664 endianness = ENDIANNESS_BIG;
666 assert(section->endianness() == kLittleEndian);
667 endianness = ENDIANNESS_LITTLE;
669 ByteReader byte_reader(endianness);
1983 dwarf2reader::Endianness endianness; local
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Endian.h 24 enum endianness {big, little}; enum in namespace:llvm::support
91 endianness endian,
  /frameworks/wilhelm/tools/permute/
permute.c 164 unsigned endianness = sfinfo_in.format & SF_FORMAT_ENDMASK; local
165 switch (endianness) {
170 fprintf(stderr, "%s: unsupported endianness 0x%X\n", path_in, endianness);
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 54 using test_assembler::Endianness;
472 WithConfiguration(Endianness endianness, size_t word_size)
473 : endianness_(endianness), word_size_(word_size), saved_(current_) {
477 static Endianness endianness() {
493 Endianness endianness_;
505 // Construct a section of the given endianness and word size.
506 explicit SizedSection(Endianness endianness, size_t word_size
474 static Endianness endianness() { function in class:WithConfiguration
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 55 SLuint32 endianness; member in struct:SLAndroidDataFormat_PCM_EX_
OpenSLES.h 363 SLuint32 endianness; member in struct:SLDataFormat_PCM_
    [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 233 const dwarf2reader::Endianness endianness = big_endian ? local
235 dwarf2reader::ByteReader byte_reader(endianness);
335 const dwarf2reader::Endianness endianness = big_endian ? local
346 dwarf2reader::ByteReader byte_reader(endianness);
398 // Get the endianness of ELF_HEADER. If it's invalid, return false.
469 const dwarf2reader::Endianness endianness = big_endian ? local
471 dwarf2reader::ByteReader byte_reader(endianness);
    [all...]
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc 533 // Derives "endianness" and "version" from the first bundle merged (hence the
537 BundleHeaderProto_Endianness endianness; member in struct:tensorflow::MergeState
578 merge_state->endianness = header.endianness();
581 // Validates "endianness".
582 if (merge_state->endianness != header.endianness()) {
584 "Merging bundles with conflicting endianness; inputs corrupted?");
676 header.set_endianness(merge.endianness);
732 if ((header.endianness() == BundleHeaderProto::BIG && port::kLittleEndian) |
    [all...]
  /hardware/google/av/codec2/include/
C2Buffer.h 1521 } endianness; \/\/\/< endianness of the samples variable in typeref:enum:uint32_t
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
options.h 1583 endianness() const function in class:gold::General_options
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/
netty-buffer-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar 
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 388 XAuint32 endianness; member in struct:XADataFormat_PCM_
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 

Completed in 647 milliseconds

12 3