Home
last modified time | relevance | path

Searched refs:print (Results 901 - 925 of 1053) sorted by relevance

1...<<31323334353637383940>>...43

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_probe.c1970 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 Dblktrace.c1462 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 Dtrace.c3562 * @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 Dvulkan.c932 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 DPluralRulesTest.java1526 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 Dunistr.cpp44 print(const UnicodeString& s,
60 print(const UChar *s,
/third_party/node/deps/icu-small/source/common/
H A Dunistr.cpp44 print(const UnicodeString& s,
60 print(const char16_t *s,
/third_party/node/deps/v8/src/ast/
H A Dprettyprinter.cc63 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 Dnv50_ir_emit_nv50.cpp1933 ERROR("skipping unencodable instruction: "); insn->print(); in emitInstruction()
1942 INFO("EMIT: "); insn->print(); in emitInstruction()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs116 /// 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 DLiveIntervals.cpp154 void LiveIntervals::print(raw_ostream &OS, const Module* ) const { in print() function in LiveIntervals
179 MF->print(OS, Indexes); in printInstrs()
H A DRegisterCoalescer.cpp372 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 DConstantRange.cpp1542 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 DWasmObjectFile.cpp39 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 DGenericDomTreeConstruction.h1588 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 DAttributor.h1754 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 DPPCAsmParser.cpp578 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 DSystemZAsmParser.cpp287 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 DPGOInstrumentation.cpp274 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 Dunistr.cpp44 print(const UnicodeString& s,
60 print(const UChar *s,
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_cmod_propagation.cpp106 const bool print = getenv("TEST_DEBUG"); in cmod_propagation() local
108 if (print) { in cmod_propagation()
115 if (print) { in cmod_propagation()
H A Dtest_eu_validate.cpp103 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 DAttributor.cpp1033 /// 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 Dmmc_test.c1926 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 Dmmc_test.c1906 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()

Completed in 82 milliseconds

1...<<31323334353637383940>>...43