/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_probe.c | 1970 if (!a->type->print(s, data + a->offset, field)) in trace_probe_print_args() 1977 if (!a->type->print(s, p, field)) in trace_probe_print_args()
|
H A D | blktrace.c | 1462 void (*print)(struct trace_seq *s, const struct trace_entry *ent, member 1509 what2act[what].print(s, iter->ent, has_cg); in print_one_line()
|
H A D | trace.c | 3562 * @fmt: The format to print (printf format) 3860 * @fmt: The format used to print the event 3861 * @ap: The va_list holding the data to print from @fmt. 3865 * is examined to make sure it is safe to print, otherwise it will 3866 * warn and print "[UNSAFE MEMORY]" in place of the dereferenced string 3880 goto print; in trace_check_vprintf() 3884 goto print; in trace_check_vprintf() 3897 * just print it. in trace_check_vprintf() 3900 goto print; in trace_check_vprintf() 3925 /* If no %s found then just print normall in trace_check_vprintf() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | vulkan.c | 932 goto print; in ff_vk_add_descriptor_set() 1044 print: in ff_vk_add_descriptor_set()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 1526 System.out.print(" \"" + CollectionUtilities.join(locales, ",")); in generateLOCALE_SNAPSHOT() 1530 System.out.print("; " + spc + ": " + samples); in generateLOCALE_SNAPSHOT()
|
/third_party/icu/icu4c/source/common/ |
H A D | unistr.cpp | 44 print(const UnicodeString& s, 60 print(const UChar *s,
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unistr.cpp | 44 print(const UnicodeString& s, 60 print(const char16_t *s,
|
/third_party/node/deps/v8/src/ast/ |
H A D | prettyprinter.cc | 63 void CallPrinter::Find(AstNode* node, bool print) { in Find() argument 65 if (print) { in Find() 269 // TODO(adamk): Teach Literal how to print its values without in VisitLiteral() 404 // TODO(adamk): Teach Literal how to print its values without in VisitProperty()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nv50.cpp | 1933 ERROR("skipping unencodable instruction: "); insn->print(); in emitInstruction() 1942 INFO("EMIT: "); insn->print(); in emitInstruction()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | command.rs | 116 /// name will only be displayed to the user when they request to print 732 c.print() in print_help() 759 c.print() in print_long_help() 1309 /// Tells `clap` *not* to print possible values when displaying help information.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 154 void LiveIntervals::print(raw_ostream &OS, const Module* ) const { in print() function in LiveIntervals 179 MF->print(OS, Indexes); in printInstrs()
|
H A D | RegisterCoalescer.cpp | 372 void print(raw_ostream &O, const Module* = nullptr) const override; 3066 // match what eraseInstrs() is doing, print a message so in pruneSubRegValues() 3933 void RegisterCoalescer::print(raw_ostream &O, const Module* m) const { in print() function in RegisterCoalescer 3934 LIS->print(O, m); in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 1542 void ConstantRange::print(raw_ostream &OS) const { 1553 print(dbgs());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 39 void WasmSymbol::print(raw_ostream &Out) const { in print() function in WasmSymbol 53 LLVM_DUMP_METHOD void WasmSymbol::dump() const { print(dbgs()); } in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 1588 DT.print(errs()); in IsSameAsFreshTree() 1590 FreshTree.print(errs()); in IsSameAsFreshTree() 1647 // usefully print the old and new trees, if they are different. in Verify()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 1754 virtual void print(raw_ostream &OS) const; 1755 void dump() const { print(dbgs()); } in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 578 void print(raw_ostream &OS) const override; 671 void PPCOperand::print(raw_ostream &OS) const { in print() function in PPCOperand
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 287 void print(raw_ostream &OS) const override; 652 void SystemZOperand::print(raw_ostream &OS) const { in print() function in SystemZOperand
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 274 CI->getOperand(0)->getType()->print(OS, true); in getBranchCondString() 1604 NewBFI->print(dbgs()); in annotateAllFunctions()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unistr.cpp | 44 print(const UnicodeString& s, 60 print(const UChar *s,
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_fs_cmod_propagation.cpp | 106 const bool print = getenv("TEST_DEBUG"); in cmod_propagation() local 108 if (print) { in cmod_propagation() 115 if (print) { in cmod_propagation()
|
H A D | test_eu_validate.cpp | 103 const bool print = getenv("TEST_DEBUG"); in validate() local 106 if (print) { in validate() 114 if (print) { in validate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 1033 /// Pretty print the attribute similar to the IR representation. 5127 getKnown().print(OS); 5129 getAssumed().print(OS); 6671 /// Helpers to ease debugging through output streams and print calls. 6716 S.getKnown().print(OS); 6718 S.getAssumed().print(OS); 6729 AA.print(OS); 6733 void AbstractAttribute::print(raw_ostream &OS) const {
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | mmc_test.c | 1926 static int mmc_test_rnd_perf(struct mmc_test_card *test, int write, int print, in mmc_test_rnd_perf() argument 1956 if (print) in mmc_test_rnd_perf()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | mmc_test.c | 1906 static int mmc_test_rnd_perf(struct mmc_test_card *test, int write, int print, in mmc_test_rnd_perf() argument 1936 if (print) in mmc_test_rnd_perf()
|