Home
last modified time | relevance | path

Searched defs:BigEndian (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_stream.cpp125 bool dng_stream::BigEndian () const in BigEndian() function in dng_stream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1378 bool BigEndian = !DAG.getSubtarget().getTargetTriple().isLittleEndian(); in lowerMSASplatZExt() local
1429 bool BigEndian, SelectionDAG &DAG) { in getBuildVectorSplat()
1466 bool BigEndian) { in lowerMSABinaryBitImmIntr()
1512 bool BigEndian = !DAG.getSubtarget().getTargetTriple().isLittleEndian(); in truncateVecElts() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6544 bool BigEndian = true, LittleEndian = true; in isBigEndian() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp46586 class BigEndian final : public detail::EndianReadWrite<detail::Big> class