/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | StandardInstrumentations.cpp | 73 void printIR(const Module *M, StringRef Banner, StringRef Extra = StringRef()) { in printIR() argument 74 dbgs() << Banner << Extra << "\n"; in printIR() 78 StringRef Extra = StringRef()) { in printIR() argument 81 dbgs() << Banner << Extra << "\n" << static_cast<const Value &>(*F); in printIR() 84 StringRef Extra = StringRef()) { in printIR() argument 90 dbgs() << Banner << Extra << "\n"; in printIR() 130 std::string Extra = formatv(" (scc: {0})", C->getName()); in unwrapAndPrint() local 131 printIR(C, Banner, Extra); in unwrapAndPrint() 153 std::string Extra; in pushModuleDesc() local 155 std::tie(M, Extra) = UnwrappedModule.getValue(); in pushModuleDesc() [all …]
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | serialize.rs | 22 type Extra; typedef 27 extra: Self::Extra, in serialize() argument 34 type Extra = (); typedef 39 (): Self::Extra, in serialize() argument 58 type Extra = &'a Item; typedef 63 item: Self::Extra, in serialize() argument 151 type Extra = (); typedef 156 (): Self::Extra, in serialize() argument 166 type Extra = &'a Item; typedef 171 item: Self::Extra, in serialize() argument
|
D | impl_debug.rs | 56 type Extra; typedef 63 extra: Self::Extra, in impl_debug() argument 68 type Extra = (); typedef 73 _: Self::Extra, in impl_debug() argument 84 type Extra = (); typedef 89 _: Self::Extra, in impl_debug() argument 113 type Extra = &'a str; typedef
|
D | mod.rs | 460 type Extra; typedef 469 extra: &Self::Extra, in codegen() argument 505 type Extra = (); typedef 537 type Extra = Item; typedef 629 type Extra = Item; typedef 776 type Extra = Item; typedef 1097 type Extra = Item; typedef 1181 type Extra = (); typedef 1196 type Extra = Item; typedef 1268 type Extra; typedef [all …]
|
/third_party/node/deps/cares/ |
D | aminclude_static.am | 21 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov 23 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov 26 # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the 28 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov 30 # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering 32 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov 34 # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the 36 # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml 38 # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ScaledNumber.cpp | 209 uint64_t Extra = 0; in toString() local 229 Extra = D << (128 + E); in toString() 257 Extra = (Below0 & 0xf) << 56 | (Extra >> 8); in toString() 269 Extra *= 10; in toString() 270 Below0 += (Extra >> 60); in toString() 271 Extra = Extra & (UINT64_MAX >> 4); in toString() 277 } while (Error && (Below0 << 4 | Extra >> 60) >= Error / 2 && in toString()
|
D | IntervalMap.cpp | 129 const unsigned Extra = (Elements + Grow) % Nodes; in distribute() local 133 Sum += NewSize[n] = PerNode + (n < Extra); in distribute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMScheduleA9.td | 468 // Extra latency cycles since wbck is 2 cycles 477 // Extra latency cycles since wbck is 2 cycles 487 // Extra latency cycles since wbck is 4 cycles 496 // Extra latency cycles since wbck is 4 cycles 668 // Extra 1 latency cycle since wbck is 2 cycles 677 // Extra 1 latency cycle since wbck is 2 cycles 880 // Extra latency cycles since wbck is 7 cycles 908 // Extra latency cycles since wbck is 7 cycles 1279 // Extra latency cycles since wbck is 6 cycles 1288 // Extra latency cycles since wbck is 6 cycles [all …]
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | template.rs | 168 type Extra; typedef 174 extra: &Self::Extra, in as_template_param() argument 181 extra: &Self::Extra, in is_template_param() argument 293 type Extra = Item; typedef 330 type Extra = (); typedef
|
D | item.rs | 74 type Extra; typedef 79 fn is_opaque(&self, ctx: &BindgenContext, extra: &Self::Extra) -> bool; in is_opaque() 160 type Extra = (); typedef 172 type Extra = (); typedef 184 type Extra = Item; typedef 256 type Extra = (); typedef 267 type Extra = (); typedef 1107 type Extra = (); typedef 1119 type Extra = (); typedef
|
/third_party/skia/third_party/externals/harfbuzz/m4/ |
D | ax_code_coverage.m4 | 182 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov 184 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov 187 # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the 189 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov 191 # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering 193 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov 195 # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the 197 # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml 199 # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
|
/third_party/node/deps/cares/m4/ |
D | ax_code_coverage.m4 | 96 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov 98 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov 101 # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the 103 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov 105 # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering 107 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov 109 # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the 111 # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml 113 # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
|
/third_party/harfbuzz/m4/ |
D | ax_code_coverage.m4 | 182 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov 184 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov 187 # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the 189 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov 191 # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering 193 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov 195 # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the 197 # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml 199 # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-common.hh | 478 template <typename Types, typename Extra> 507 const Entry<Extra> *get_entries () const in get_entries() 510 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry() 513 klass = StateTable<Types, Entry<Extra>>::CLASS_OUT_OF_BOUNDS; in get_entry() 516 const Entry<Extra> *entries = (this+entryTable).arrayZ; in get_entry() 533 const Entry<Extra> *entries = (this+entryTable).arrayZ; in sanitize() 610 const Entry<Extra> *stop = &entries[num_entries]; in sanitize() 611 for (const Entry<Extra> *p = &entries[entry]; p < stop; p++) in sanitize() 634 NNOffsetTo<UnsizedArrayOf<Entry<Extra>>, HBUINT>
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-common.hh | 481 template <typename Types, typename Extra> 510 const Entry<Extra> *get_entries () const in get_entries() 513 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry() 519 const Entry<Extra> *entries = (this+entryTable).arrayZ; in get_entry() 536 const Entry<Extra> *entries = (this+entryTable).arrayZ; in sanitize() 613 const Entry<Extra> *stop = &entries[num_entries]; in sanitize() 614 for (const Entry<Extra> *p = &entries[entry]; p < stop; p++) in sanitize() 637 NNOffsetTo<UnsizedArrayOf<Entry<Extra>>, HBUINT>
|
/third_party/harfbuzz/src/ |
D | hb-aat-layout-common.hh | 478 template <typename Types, typename Extra> 507 const Entry<Extra> *get_entries () const in get_entries() 510 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry() 516 const Entry<Extra> *entries = (this+entryTable).arrayZ; in get_entry() 533 const Entry<Extra> *entries = (this+entryTable).arrayZ; in sanitize() 610 const Entry<Extra> *stop = &entries[num_entries]; in sanitize() 611 for (const Entry<Extra> *p = &entries[entry]; p < stop; p++) in sanitize() 634 NNOffsetTo<UnsizedArrayOf<Entry<Extra>>, HBUINT>
|
/third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
D | mod.rs | 88 type Extra: Sized; typedef 96 fn new(extra: Self::Extra) -> Self; in new() 158 pub fn analyze<Analysis>(extra: Analysis::Extra) -> Analysis::Output in analyze() 306 type Extra = &'a Graph; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 850 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf() local 851 LLVM_DEBUG(dbgs() << "Condition adds " << Extra << " cycles.\n"); in shouldConvertIf() 852 if (Extra > CritLimit) { in shouldConvertIf() 861 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf() local 862 LLVM_DEBUG(dbgs() << "TBB data adds " << Extra << " cycles.\n"); in shouldConvertIf() 863 if (Extra > CritLimit) { in shouldConvertIf() 872 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf() local 873 LLVM_DEBUG(dbgs() << "FBB data adds " << Extra << " cycles.\n"); in shouldConvertIf() 874 if (Extra > CritLimit) { in shouldConvertIf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNILPSched.cpp | 64 unsigned Extra = 0; in CalcNodeSethiUllmanNumber() local 71 Extra = 0; in CalcNodeSethiUllmanNumber() 74 ++Extra; in CalcNodeSethiUllmanNumber() 77 SethiUllmanNumber += Extra; in CalcNodeSethiUllmanNumber()
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerLoop.cpp | 600 const UnitVector &Extra) { in FindExtraUnits() argument 601 UnitVector Res = Extra; in FindExtraUnits() 646 UnitVector Initial, Extra; in Merge() local 650 ReadDirToVectorOfUnits(C.c_str(), &Extra, nullptr, MaxInputLen, true); in Merge() 657 Printf("=== Merging extra %zd units\n", Extra.size()); in Merge() 658 auto Res = FindExtraUnits(Initial, Extra); in Merge()
|
/third_party/libxml2/result/errors/ |
D | 754946.xml.str | 1 ./test/errors/754946.xml:1: parser error : Extra content at the end of the document
|
D | 759573-2.xml.str | 1 ./test/errors/759573-2.xml:2: parser error : Extra content at the end of the document
|
D | 759573.xml.str | 1 ./test/errors/759573.xml:1: parser error : Extra content at the end of the document
|
/third_party/libxml2/result/VC/ |
D | PENesting2 | 4 ./test/VC/PENesting2:1: parser error : Extra content at the end of the document
|
/third_party/libxml2/result/valid/ |
D | t4.dtd.err.rdr | 4 ./test/valid/t4.dtd:1: parser error : Extra content at the end of the document
|