| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | bind_test.cc | 29 bool Extract(const char *s, UnboundConversion *props, int *next) const { in Extract() function in absl::str_format_internal::__anon19383::FormatBindTest
|
| H A D | bind.h | 68 static const UntypedFormatSpecImpl& Extract(const T& s) { in Extract() function in absl::str_format_internal::UntypedFormatSpecImpl
|
| H A D | extension.h | 51 static FormatRawSinkImpl Extract(T s) { in Extract() function in absl::FormatConversionChar::FormatRawSinkImpl 118 static FormatSinkImpl* Extract(T* s) { in Extract() function in absl::FormatConversionChar::FormatSinkImpl
|
| /third_party/node/src/quic/ |
| H A D | sessionticket.cc | 165 SessionTicket::AppData::Status SessionTicket::AppData::Extract(SSL* ssl) { in Extract() function in node::quic::SessionTicket::AppData
|
| /third_party/lzma/CPP/7zip/Archive/ |
| H A D | SplitHandler.cpp | 281 Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems,
in Extract() function
|
| H A D | XzHandler.cpp | 1023 Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems,
in Extract() function
|
| /third_party/node/deps/v8/include/v8-include/cppgc/ |
| H A D | visitor.h | 403 static const void* Extract(AnyPersistentType& p) { in Extract() function in cppgc::internal::RootVisitor
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | marking-worklists.h | 167 MarkingWorklists::ExternalMarkingWorklist::Extract() { in Extract() function in cppgc::internal::MarkingWorklists::ExternalMarkingWorklist
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 294 auto *Extract = dyn_cast<ExtractElementInst>(*UI); in lowerInterleavedLoad() local 407 auto *Extract = Replacement.first; tryReplaceExtracts() local [all...] |
| /third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
| H A D | fuzz_utils.h | 49 static WEBP_INLINE uint32_t Extract(uint32_t max_value, in Extract() function [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | BinaryStreamArray.h | 243 Extractor Extract; member in llvm::VarStreamArrayIterator
|
| /third_party/rust/crates/log/src/kv/ |
| H A D | value.rs | 991 struct Extract(Option<u64>); in test_visit_integer() structure names 1013 struct Extract<'v>(Option<&'v str>); in test_visit_borrowed_str() structure names
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| H A D | OpenArchive.cpp | 359 Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems,
in Extract() function
|
| H A D | Extract.cpp | 264 HRESULT Extract(
in Extract() function
|
| H A D | HashCalc.cpp | 1429 Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems,
in Extract() function
|
| /third_party/lzma/CPP/7zip/Archive/7z/ |
| H A D | 7zExtract.cpp | 229 Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems,
in Extract() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 736 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP, in Extract() function in ConstantOffsetExtractor
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 118 getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) getScalarizationOverhead() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 1054 Value *Extract = Builder.CreateExtractElement(Store->getValueOperand(), in vectorizeStoreChain() local 1067 Value *Extract = Store->getValueOperand(); in vectorizeStoreChain() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 520 auto Extract = buildInstr(TargetOpcode::G_EXTRACT); in buildExtract() local 521 Dst.addDefToMIB(*getMRI(), Extract); in buildExtract() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceInstARM32.h | 392 Extract, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1280 const SDValue &Extract = Op.getOperand(0); in LowerSIGN_EXTEND_INREG() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1115 Instruction *LowBitsToSkip, *Extract; in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 317 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) { in getScalarizationOverhead() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 569 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) { in getScalarizationOverhead() argument
|