/third_party/elfutils/libelf/ |
H A D | abstract.h | 31 #define Ehdr(Bits, Ext) \ 32 START (Bits, Ehdr, Ext##Ehdr) \ 35 TYPE_NAME (ElfW2(Bits, Ext##Half), e_type) \ 36 TYPE_NAME (ElfW2(Bits, Ext##Half), e_machine) \ 37 TYPE_NAME (ElfW2(Bits, Ext##Word), e_version) \ 38 TYPE_NAME (ElfW2(Bits, Ext##Addr), e_entry) \ 39 TYPE_NAME (ElfW2(Bits, Ext##Off), e_phoff) \ 40 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \ 41 TYPE_NAME (ElfW2(Bits, Ext##Word), e_flags) \ 42 TYPE_NAME (ElfW2(Bits, Ext##Hal [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | InstancingTest.cpp | 33 Ext enumerator 108 else if (vendor == Ext) in runTest() 137 else if (vendor == Ext) in runTest() 158 else if (vendor == Ext) in runTest() 350 TEST_INDEXED(0, TriFan, Buffer, Ext) 351 TEST_INDEXED(0, TriFan, Memory, Ext) 352 TEST_INDEXED(1, TriFan, Buffer, Ext) 353 TEST_INDEXED(1, TriFan, Memory, Ext) 362 TEST_INDEXED(0, Quad, Buffer, Ext) 363 TEST_INDEXED(0, Quad, Memory, Ext) [all...] |
/third_party/rust/crates/clap/tests/derive/ |
H A D | boxed.rs | 13 arg: Box<Ext>, 18 struct Ext { structure names 27 arg: Box::new(Ext { arg: 1 }) in boxed_flatten_subcommand() 43 arg: Box::new(Ext { arg: 42 }) in update_boxed_flatten_subcommand()
|
H A D | subcommands.rs | 482 Ext(Vec<String>), in update_ext_subcommand() 498 let mut opt = Opt::Ext(vec!["12".into(), "14".into()]); in update_ext_subcommand() 506 let mut opt = Opt::Ext(vec!["12".into(), "14".into()]); in update_ext_subcommand() 511 let mut opt = Opt::Ext(vec!["12".into(), "14".into()]); in update_ext_subcommand()
|
H A D | macros.rs | 51 Ext(Vec<String>) in issue_447()
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | hash.rs | 11 Type::Ext(ty) => ty == "Span", in skip() 49 Type::Ext(ty) if ty == "TokenStream" => { in expand_impl_body() 52 Type::Ext(ty) if ty == "Literal" => { in expand_impl_body() 102 if let Type::Ext(ty) = ty { in expand_impl_body()
|
H A D | eq.rs | 11 Type::Ext(ty) => ty == "Span", in always_eq() 45 Type::Ext(ty) if ty == "TokenStream" => { in expand_impl_body() 48 Type::Ext(ty) if ty == "Literal" => { in expand_impl_body() 95 Type::Ext(ty) if ty == "TokenStream" => { in expand_impl_body()
|
H A D | snapshot.rs | 21 Type::Ext(ty) => { in rust_type() 55 Type::Ext(name) => name != "Span", in is_printable()
|
H A D | visit.rs | 92 Type::Ext(t) if gen::TERMINAL_TYPES.contains(&&t[..]) => Some(simple_visit(t, name)), in visit() 93 Type::Ext(_) | Type::Std(_) | Type::Token(_) | Type::Group(_) => None, in visit()
|
H A D | fold.rs | 76 Type::Ext(t) if gen::TERMINAL_TYPES.contains(&&t[..]) => Some(simple_visit(t, name)), in visit() 77 Type::Ext(_) | Type::Std(_) | Type::Token(_) | Type::Group(_) => None, in visit()
|
H A D | visit_mut.rs | 92 Type::Ext(t) if gen::TERMINAL_TYPES.contains(&&t[..]) => Some(simple_visit(t, name)), in visit() 93 Type::Ext(_) | Type::Std(_) | Type::Token(_) | Type::Group(_) => None, in visit()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | LoadCodecs.h | 87 UString Ext;
member 91 CArcExtInfo(const UString &ext): Ext(ext) {}
in CArcExtInfo() 92 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {}
in CArcExtInfo() 185 return Exts[0].Ext;
in GetMainExt() 207 s += Exts[i].Ext;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable_ESSL_autogen.cpp | [all...] |
H A D | SymbolTable_autogen.cpp | [all...] |
H A D | SymbolTable.h | 89 #define EXT_INDEX(Ext) (offsetof(ShBuiltInResources, Ext) / sizeof(int))
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | SysIconUtils.cpp | 154 const int compare = MyStringCompareNoCase(ext, vect[mid].Ext);
in FindInSorted_Ext() 254 pair.Ext = ext;
in GetIconIndex()
|
H A D | SysIconUtils.h | 14 UString Ext;
member 18 // int Compare(const CExtIconPair &a) const { return MyStringCompareNoCase(Ext, a.Ext); }
27 // int Compare(const CAttribIconPair &a) const { return Ext.Compare(a.Ext); }
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | ArchiveExports.cpp | 112 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break;
in GetHandlerProperty2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 581 Instruction *Ext = nullptr; in eliminateTrunc() local 592 Ext = new ZExtInst(Op1, IVTy, "zext", ICI); in eliminateTrunc() 596 Ext = new SExtInst(Op1, IVTy, "sext", ICI); in eliminateTrunc() 600 L->makeLoopInvariant(Ext, Changed); in eliminateTrunc() 602 ICmpInst *NewICI = new ICmpInst(ICI, Pred, IV, Ext); in eliminateTrunc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3754 /// Utility function to promote the operand of \p Ext when this 3758 /// created to promote the operand of Ext. 3762 /// \return The promoted value which is used instead of Ext. 3764 Instruction *Ext, TypePromotionTransaction &TPT, 3769 /// Utility function to promote the operand of \p Ext when this 3773 /// created to promote the operand of Ext. 3777 /// \return The promoted value which is used instead of Ext. 3778 static Value *promoteOperandForOther(Instruction *Ext, 3788 Instruction *Ext, TypePromotionTransaction &TPT, in signExtendOperandForOther() 3792 return promoteOperandForOther(Ext, TP in signExtendOperandForOther() 3787 signExtendOperandForOther( Instruction *Ext, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) signExtendOperandForOther() argument 3797 zeroExtendOperandForOther( Instruction *Ext, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) zeroExtendOperandForOther() argument 3933 getAction( Instruction *Ext, const SetOfInstrs &InsertedInsts, const TargetLowering &TLI, const InstrToOrigTy &PromotedInsts) getAction() argument 4014 promoteOperandForOther( Instruction *Ext, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, bool IsSExt) promoteOperandForOther() argument 4357 Instruction *Ext = dyn_cast<Instruction>(AddrInst); matchOperationAddr() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 625 Instruction *Ext = (*I)->clone(); in applyExts() local 626 Ext->setOperand(0, Current); in applyExts() 627 Ext->insertBefore(IP); in applyExts() 628 Current = Ext; in applyExts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 248 for (auto Ext : {ISD::EXTLOAD, ISD::ZEXTLOAD, ISD::SEXTLOAD}) in WebAssemblyTargetLowering() 249 setLoadExtAction(Ext, T, MVT::i1, Promote); in WebAssemblyTargetLowering() 256 for (auto Ext : {ISD::EXTLOAD, ISD::ZEXTLOAD, ISD::SEXTLOAD}) in WebAssemblyTargetLowering() 257 setLoadExtAction(Ext, T, MemT, Expand); in WebAssemblyTargetLowering() 263 for (auto Ext : {ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD}) { in WebAssemblyTargetLowering() 264 setLoadExtAction(Ext, MVT::v8i16, MVT::v8i8, Legal); in WebAssemblyTargetLowering() 265 setLoadExtAction(Ext, MVT::v4i32, MVT::v4i16, Legal); in WebAssemblyTargetLowering() 266 setLoadExtAction(Ext, MVT::v2i64, MVT::v2i32, Legal); in WebAssemblyTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 688 AArch64_AM::ShiftExtendType Ext; in SelectArithExtendedRegister() local 698 Ext = getExtendTypeForNode(N.getOperand(0)); in SelectArithExtendedRegister() 699 if (Ext == AArch64_AM::InvalidShiftExtend) in SelectArithExtendedRegister() 704 Ext = getExtendTypeForNode(N); in SelectArithExtendedRegister() 705 if (Ext == AArch64_AM::InvalidShiftExtend) in SelectArithExtendedRegister() 711 if (Ext == AArch64_AM::UXTW && in SelectArithExtendedRegister() 721 assert(Ext != AArch64_AM::UXTX && Ext != AArch64_AM::SXTX); in SelectArithExtendedRegister() 723 Shift = CurDAG->getTargetConstant(getArithExtendImm(Ext, ShiftVal), SDLoc(N), in SelectArithExtendedRegister() 930 AArch64_AM::ShiftExtendType Ext in SelectExtendedSHL() local 998 AArch64_AM::ShiftExtendType Ext = AArch64_AM::InvalidShiftExtend; SelectAddrModeWRO() local 2649 MachineSDNode *Ext = CurDAG->getMachineNode( tryShiftAmountMod() local [all...] |
/third_party/lzma/CPP/7zip/Common/ |
H A D | RegisterArc.h | 17 const char *Ext;
member
|
/third_party/rust/crates/syn/json/src/ |
H A D | lib.rs | 145 Ext(String),
|