OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsBigEndian
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libeffects/loudness/common/core/
byte_swapper.h
36
inline bool
IsBigEndian
(void) {
/external/clang/lib/Driver/
ToolChain.cpp
446
bool
IsBigEndian
= getTriple().getArch() == llvm::Triple::armeb ||
453
IsBigEndian
= !A->getOption().matches(options::OPT_mlittle_endian);
477
if (
IsBigEndian
)
485
if (
IsBigEndian
)
/external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp
35
bool
IsBigEndian
;
37
MipsDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool
IsBigEndian
)
40
IsBigEndian
(
IsBigEndian
) {}
810
bool
IsBigEndian
) {
817
if (
IsBigEndian
) {
830
bool
IsBigEndian
, bool IsMicroMips) {
[
all
...]
/ndk/sources/host-tools/ndk-depends/
ndk-depends.cc
747
bool
IsBigEndian
() { return big_endian_; }
[
all
...]
/external/clang/lib/Basic/
Targets.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
Completed in 1747 milliseconds