/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | firmware.c | 1222 * pdc_iodc_print - Console print using IODC. 1243 goto print; in pdc_iodc_print() 1251 print: in pdc_iodc_print()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | firmware.c | 1351 * pdc_iodc_print - Console print using IODC. 1375 goto print; in pdc_iodc_print() 1383 print: in pdc_iodc_print()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | sysfs.c | 381 size_t (*print)(const struct ib_gid_attr *gid_attr, char *buf)) in _show_port_gid_attr() 393 ret = print(gid_attr, buf); in _show_port_gid_attr()
|
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
H A D | StableAPI.java | 983 System.out.print(opre + "<" + n.getNodeName()); in dumpNode() 988 System.out.print( in dumpNode()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 1089 System.out.print(" \"" + CollectionUtilities.join(locales, ",")); in generateLOCALE_SNAPSHOT() 1093 System.out.print("; " + spc + ": " + samples); in generateLOCALE_SNAPSHOT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 248 Symbol->print(OS, MAI); 250 Value->print(OS, MAI);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1724 void print(raw_ostream &OS, bool isSigned) const; 2097 I.print(OS, true);
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | bat_iv_ogm.c | 1787 * batadv_iv_ogm_orig_print_neigh() - print neighbors for the originator table 1816 * batadv_iv_ogm_orig_print() - print the originator table 2116 * batadv_iv_hardif_neigh_print() - print a single hop neighbour node 2135 * batadv_iv_ogm_neigh_print() - print the single hop neighbour list 2753 .print = batadv_iv_neigh_print, 2759 .print = batadv_iv_ogm_orig_print, 2768 .print = batadv_iv_gw_print,
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffv1enc.c | 468 int i, i2, changed, print = 0; in sort_stt() local 506 print = changed = 1; in sort_stt() 511 return print; in sort_stt()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBITestMonkey.java | 1987 System.out.print("."); in RunMonkey() 2018 System.out.print(Integer.toHexString(c) + " "); in RunMonkey() 2065 System.out.print(Integer.toHexString(i) + " "); in RunMonkey()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBITestMonkey.java | 1994 System.out.print("."); in RunMonkey() 2025 System.out.print(Integer.toHexString(c) + " "); in RunMonkey() 2072 System.out.print(Integer.toHexString(i) + " "); in RunMonkey()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 152 void print(raw_ostream &Out) const { in print() function 159 LLVM_DUMP_METHOD void dump() const { print(dbgs()); } in dump() 180 Rel.print(OS); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 58 // Returns true on success. Otherwise, this will print the error message to 59 // stderr and exit if \p Errs is not set (nullptr by default), or print the 87 /// used to print out the version when --version is given 89 /// CommandLine utilities to print their own version string. 102 // With -print-options print the difference between option values and defaults. 103 // With -print-all-options print all option values. 676 // inserted so we can print our option out nicely. 749 // printOptionDiff - print th 1218 void print(const Option &O, const parser<ParserDT> &P, const ValDT & /*V*/, print() function 1227 void print(const Option &O, const parser<DT> &P, const DT &V, print() function [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | CommandLine.h | 66 /// used to print out the version when --version is given 68 /// CommandLine utilities to print their own version string. 81 // With -print-options print the difference between option values and defaults. 82 // With -print-all-options print all option values. 599 // inserted so we can print our option out nicely. 672 // printOptionDiff - print the value of an option and it's default. 859 // getValueName - Do not print =<value> at all. 885 // getValueName - Do not print 1077 void print(const Option &O, const parser<ParserDT> &P, const ValDT & /*V*/, print() function 1086 void print(const Option &O, const parser<DT> &P, const DT &V, print() function [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 590 Exp->print(O, &MAI); in printOperand() 877 // If compr is set, print as src0, src0, src1, src1 in printExpSrcN() 1429 Op.getExpr()->print(O << '@', &MAI); in printLiteral() 1471 // This is the default predicate state, so we don't need to print it. in printOperand() 1490 Exp->print(O, &MAI); in printOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 194 SymToPrint->print(O, MAI); in PrintSymbolOperand() 221 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand() 228 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand() 251 // See if this is a generic print operand in PrintAsmOperand() 262 // Write 'i' if an integer constant, otherwise nothing. Used to print in PrintAsmOperand() 477 /// EmitTlsCall -- Given a GETtls[ld]ADDR[32] instruction, print a
|
/third_party/rust/crates/termcolor/src/ |
H A D | lib.rs | 64 This example shows how to print some green text to stderr. 75 bufwtr.print(&buffer)?; 1003 /// be printed using the `print` method. 1012 /// be printed using the `print` method. 1023 pub fn print(&self, buf: &Buffer) -> io::Result<()> { in print() functions 1046 b.print(&mut *console, &mut stream)?; in print() 1460 // If we received a zero value we must still print a value. in write_color() 1580 fn print( in print() functions 1808 /// that will print a high-intensity version of the color 1812 /// that will print [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 2861 void NodeSet::print(raw_ostream &os) const { in print() function in NodeSet 2871 void SMSchedule::print(raw_ostream &os) const { in print() function in SMSchedule 2879 CI->getInstr()->print(os); in print() 2885 /// Utility function used for debugging to print the schedule. 2886 LLVM_DUMP_METHOD void SMSchedule::dump() const { print(dbgs()); } in dump() 2887 LLVM_DUMP_METHOD void NodeSet::dump() const { print(dbgs()); } in dump()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_print_visitor.cpp | 34 ir_instruction::print(void) const in print() function in ir_instruction 472 /* 0.0 == -0.0, so print with %f to get the proper sign. */ in print_float_constant() 521 /* 0.0 == -0.0, so print with %f to get the proper sign. */ in visit()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_instrfromstring_test.cpp | 711 instr->print(os); in check()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 131 di.print(printer); in diagnostic_handler()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | genrb.cpp | 212 "\t-v or --verbose print extra information when processing files\n" in main() 713 filter.print(std::cout); in processFile()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | genrb.cpp | 212 "\t-v or --verbose print extra information when processing files\n" in main() 713 filter.print(std::cout); in processFile()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_fetch.cpp | 204 m_resource_offset->print(os); in do_print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 269 Instr.Expression->print(OS, MRI, nullptr, IsEH); in printOperand()
|