Home
last modified time | relevance | path

Searched defs:isExtended (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/core/
DSkTextBlobPriv.h182 bool isExtended() const { in isExtended() function
/third_party/skia/src/core/
DSkTextBlobPriv.h165 bool isExtended() const { in isExtended() function
/third_party/gptfdisk/
Dmbrpart.cc151 int MBRPart::SetType(uint8_t typeCode, int isExtended) { in SetType()
/third_party/jsframework/runtime/vdom/
DElement.ts72 constructor(type = 'div', props:any = {}, isExtended: boolean = false) { property in Element
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h131 bool isExtended() const { in isExtended() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp574 bool HexagonMCInstrInfo::isExtended(MCInstrInfo const &MCII, in isExtended() function in HexagonMCInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp2032 unsigned isExtended = (F >> HexagonII::ExtendedPos) & HexagonII::ExtendedMask; in isConstExtended() local
2199 bool HexagonInstrInfo::isExtended(const MachineInstr &MI) const { in isExtended() function in HexagonInstrInfo