Searched refs:endian (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/utils/
H A DEndian.h18 // Android endian-ness defines.
25 #include <endian.h>
/frameworks/compile/libbcc/runtime/lib/
H A Dendianness.h21 * Middle endian systems are not handled currently.
40 #include <sys/endian.h>
76 #include <endian.h>
91 #error Unable to determine endian
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dendianness.h21 * Middle endian systems are not handled currently.
40 #include <sys/endian.h>
76 #include <endian.h>
91 #error Unable to determine endian
/frameworks/compile/mclinker/include/mcld/LD/
H A DGNUArchiveReader.h44 explicit GNUArchiveReader(MCLDInfo &pLDInfo, LDReader::Endian endian) argument
46 m_endian(endian)
58 LDReader::Endian endian(Input& pFile) const;
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp89 LDReader::Endian GNUArchiveReader::endian(Input& pFile) const function in class:GNUArchiveReader
335 /// Intel, ARM and Mips are littel-endian , Sparc is little-endian after verion 9
336 /// symbolNum in symbol table is always big-endian
/frameworks/av/media/mtp/
H A DMtpDevice.cpp35 #include <endian.h>

Completed in 644 milliseconds