HomeSort by: relevance | last modified time | path
    Searched refs:indent (Results 1 - 25 of 799) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/sim/ppc/
dumpf.h 24 extern void dumpf (int indent, const char *msg, ...)
dumpf.c 32 dumpf (int indent, const char *msg, ...)
35 for (; indent > 0; indent--)
ld-cache.c 90 int indent)
92 dumpf(indent, "((cache_table*)%p\n", rule);
93 dumpf(indent, " (type %s)\n", i2name(rule->type, cache_type_map));
94 dumpf(indent, " (field_name \"%s\")\n", rule->field_name);
95 dumpf(indent, " (derived_name \"%s\")\n", rule->derived_name);
96 dumpf(indent, " (type-def \"%s\")\n", rule->type_def);
97 dumpf(indent, " (expression \"%s\")\n", rule->expression);
98 dumpf(indent, " (next %p)\n", rule->next);
99 dumpf(indent, " )\n");
105 int indent)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dumpf.h 24 extern void dumpf (int indent, const char *msg, ...)
dumpf.c 32 dumpf (int indent, const char *msg, ...)
35 for (; indent > 0; indent--)
ld-cache.c 90 int indent)
92 dumpf(indent, "((cache_table*)%p\n", rule);
93 dumpf(indent, " (type %s)\n", i2name(rule->type, cache_type_map));
94 dumpf(indent, " (field_name \"%s\")\n", rule->field_name);
95 dumpf(indent, " (derived_name \"%s\")\n", rule->derived_name);
96 dumpf(indent, " (type-def \"%s\")\n", rule->type_def);
97 dumpf(indent, " (expression \"%s\")\n", rule->expression);
98 dumpf(indent, " (next %p)\n", rule->next);
99 dumpf(indent, " )\n");
105 int indent)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.cpp 22 void Matcher::print(raw_ostream &OS, unsigned indent) const {
23 printImpl(OS, indent);
25 return Next->print(OS, indent);
116 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
117 OS.indent(indent) << "Scope\n";
120 OS.indent(indent+1) << "NULL POINTER\n";
122 C->print(OS, indent+2);
126 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/include/
app_params.h 12 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent);
13 void print_param_value(const OSSL_PARAM *p, int indent);
  /src/crypto/external/bsd/openssl/dist/apps/include/
app_params.h 12 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent);
13 void print_param_value(const OSSL_PARAM *p, int indent);
  /src/external/gpl3/binutils/dist/gas/
debug.c 53 dmp_frag (struct frag *fp, char *indent)
57 printf ("%sFRAGMENT @ 0x%x\n", indent, fp);
61 printf ("%srs_align(%d)\n", indent, fp->fr_offset);
64 printf ("%srs_fill(%d)\n", indent, fp->fr_offset);
65 printf ("%s", indent);
67 printf ("%s\t repeated %d times,", indent, fp->fr_offset);
71 printf ("%srs_org(%d+sym @0x%x)\n", indent,
73 printf ("%sfill with ", indent);
78 printf ("%smachine_dep\n", indent);
81 printf ("%sunknown type\n", indent);
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
debug.c 53 dmp_frag (struct frag *fp, char *indent)
57 printf ("%sFRAGMENT @ 0x%x\n", indent, fp);
61 printf ("%srs_align(%d)\n", indent, fp->fr_offset);
64 printf ("%srs_fill(%d)\n", indent, fp->fr_offset);
65 printf ("%s", indent);
67 printf ("%s\t repeated %d times,", indent, fp->fr_offset);
71 printf ("%srs_org(%d+sym @0x%x)\n", indent,
73 printf ("%sfill with ", indent);
78 printf ("%smachine_dep\n", indent);
81 printf ("%sunknown type\n", indent);
    [all...]
  /src/tests/usr.bin/indent/
t_options.sh 28 # Tests for indent that focus on comparing the effects of the various command
35 # //indent input [description]
37 # //indent run [options]
38 # Runs indent on the input, using the given options.
39 # //indent end [description]
40 # Finishes an '//indent input' or '//indent run' section.
41 # //indent run-equals-input [options]
42 # Runs indent on the input, expecting unmodified output.
43 # //indent run-equals-prev-output [options
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_authattid.c 26 BIO *out, int indent)
29 BIO_printf(out, "%*sIssuer Names:\n", indent, "");
30 OSSL_GENERAL_NAMES_print(out, iss->issuer, indent);
33 BIO_printf(out, "%*sIssuer Names: <none>\n", indent, "");
35 BIO_printf(out, "%*sIssuer Serial: ", indent, "");
40 BIO_printf(out, "%*sIssuer UID: ", indent, "");
45 BIO_printf(out, "%*sIssuer UID: <none>\n", indent, "");
52 BIO *out, int indent)
58 if (BIO_printf(out, "%*sIssuer-Serials:\n", indent, "") <= 0)
61 if (i2r_ISSUER_SERIAL(method, aid, out, indent + 4) <= 0
    [all...]
v3_attrdesc.c 51 BIO *out, int indent)
53 if (BIO_printf(out, "%*sAlgorithm: ", indent, "") <= 0)
60 if (BIO_printf(out, "%*sParameter: ", indent, "") <= 0)
63 indent + 4)
69 if (BIO_printf(out, "%*sHash Value: ", indent, "") <= 0)
78 BIO *out, int indent)
80 if (BIO_printf(out, "%*sNames:\n", indent, "") <= 0)
82 if (OSSL_GENERAL_NAMES_print(out, pointer->name, indent) <= 0)
87 if (BIO_printf(out, "%*sHash:\n", indent, "") <= 0)
89 if (i2r_HASH(method, pointer->hash, out, indent + 4) <= 0
    [all...]
v3_ac_tgt.c 24 BIO *out, int indent);
27 BIO *out, int indent);
30 BIO *out, int indent);
33 BIO *out, int indent);
36 BIO *out, int indent);
78 BIO *out, int indent)
81 BIO_printf(out, "%*sIssuer Names:\n", indent, "");
82 OSSL_GENERAL_NAMES_print(out, iss->issuer, indent);
85 BIO_printf(out, "%*sIssuer Names: <none>\n", indent, "");
87 BIO_printf(out, "%*sIssuer Serial: ", indent, "");
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
printast.d 25 * indent = indentation level
27 void printAST(Expression e, int indent = 0)
29 scope PrintASTVisitor pav = new PrintASTVisitor(indent);
39 int indent;
41 extern (D) this(int indent)
43 this.indent = indent;
48 printIndent(indent);
55 printIndent(indent);
61 printIndent(indent);
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
json_reporter.cc 75 std::string indent(4, ' ');
78 out << indent << FormatKV("date", walltime_value) << ",\n";
80 out << indent << FormatKV("host_name", context.sys_info.name) << ",\n";
88 out << indent << FormatKV("executable", executable_name) << ",\n";
92 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus))
94 out << indent
98 out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled)
101 out << indent << "\"caches\": [\n"; local
102 indent = std::string(6, ' ');
106 out << indent << "{\n" local
115 out << indent << "}"; local
120 out << indent << "],\\n"; local
121 out << indent << "\\"load_avg\\": ["; local
152 out << indent << "{\\n"; local
154 out << indent << '}'; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
ptree.cc 29 cxx_print_decl (FILE *file, tree node, int indent)
35 indent_to (file, indent + 3);
45 indent_to (file, indent + 3);
50 print_node (file, "result", DECL_TEMPLATE_RESULT (node), indent + 4);
51 print_node (file, "parms", DECL_TEMPLATE_PARMS (node), indent + 4);
52 indent_to (file, indent + 3);
73 indent_to (file, indent + 3);
83 indent_to (file, indent + 3);
90 indent_to (file, indent + 3);
100 indent_to (file, indent + 3)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ct/
ct_prn.c 70 void SCT_print(const SCT *sct, BIO *out, int indent,
80 BIO_printf(out, "%*sSigned Certificate Timestamp:", indent, "");
81 BIO_printf(out, "\n%*sVersion : ", indent + 4, "");
84 BIO_printf(out, "unknown\n%*s", indent + 16, "");
85 BIO_hex_string(out, indent + 16, 16, sct->sct, sct->sct_len);
92 BIO_printf(out, "\n%*sLog : %s", indent + 4, "",
96 BIO_printf(out, "\n%*sLog ID : ", indent + 4, "");
97 BIO_hex_string(out, indent + 16, 16, sct->log_id, sct->log_id_len);
99 BIO_printf(out, "\n%*sTimestamp : ", indent + 4, "");
102 BIO_printf(out, "\n%*sExtensions: ", indent + 4, "")
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ct/
ct_prn.c 70 void SCT_print(const SCT *sct, BIO *out, int indent,
80 BIO_printf(out, "%*sSigned Certificate Timestamp:", indent, "");
81 BIO_printf(out, "\n%*sVersion : ", indent + 4, "");
84 BIO_printf(out, "unknown\n%*s", indent + 16, "");
85 BIO_hex_string(out, indent + 16, 16, sct->sct, sct->sct_len);
92 BIO_printf(out, "\n%*sLog : %s", indent + 4, "",
96 BIO_printf(out, "\n%*sLog ID : ", indent + 4, "");
97 BIO_hex_string(out, indent + 16, 16, sct->log_id, sct->log_id_len);
99 BIO_printf(out, "\n%*sTimestamp : ", indent + 4, "");
102 BIO_printf(out, "\n%*sExtensions: ", indent + 4, "")
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ct/
ct_prn.c 70 void SCT_print(const SCT *sct, BIO *out, int indent,
80 BIO_printf(out, "%*sSigned Certificate Timestamp:", indent, "");
81 BIO_printf(out, "\n%*sVersion : ", indent + 4, "");
84 BIO_printf(out, "unknown\n%*s", indent + 16, "");
85 BIO_hex_string(out, indent + 16, 16, sct->sct, sct->sct_len);
92 BIO_printf(out, "\n%*sLog : %s", indent + 4, "",
96 BIO_printf(out, "\n%*sLog ID : ", indent + 4, "");
97 BIO_hex_string(out, indent + 16, 16, sct->log_id, sct->log_id_len);
99 BIO_printf(out, "\n%*sTimestamp : ", indent + 4, "");
102 BIO_printf(out, "\n%*sExtensions: ", indent + 4, "")
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/
su-filter.pl 12 my $indent = 0;
49 $out .= displayData($indent, 0, \@strucdata);
50 $out .= "\n$indent};\n";
56 $indent = $1;
180 my $indent = shift;
193 $item =~ s/\n/\n$indent/g;
195 $out .= $item."\n".$indent;
197 $out .= "\n".$indent.$item."\n".$indent;
199 $currline = $indent;
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/
su-filter.pl 12 my $indent = 0;
49 $out .= displayData($indent, 0, \@strucdata);
50 $out .= "\n$indent};\n";
56 $indent = $1;
180 my $indent = shift;
193 $item =~ s/\n/\n$indent/g;
195 $out .= $item."\n".$indent;
197 $out .= "\n".$indent.$item."\n".$indent;
199 $currline = $indent;
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/util/
su-filter.pl 12 my $indent = 0;
49 $out .= displayData($indent, 0, \@strucdata);
50 $out .= "\n$indent};\n";
56 $indent = $1;
180 my $indent = shift;
193 $item =~ s/\n/\n$indent/g;
195 $out .= $item."\n".$indent;
197 $out .= "\n".$indent.$item."\n".$indent;
199 $currline = $indent;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
ptree.cc 29 cxx_print_decl (FILE *file, tree node, int indent)
35 indent_to (file, indent + 3);
49 indent_to (file, indent + 3);
54 print_node (file, "result", DECL_TEMPLATE_RESULT (node), indent + 4);
55 print_node (file, "parms", DECL_TEMPLATE_PARMS (node), indent + 4);
56 indent_to (file, indent + 3);
77 indent_to (file, indent + 3);
85 indent_to (file, indent + 3);
94 indent_to (file, indent + 3);
102 indent_to (file, indent + 3)
    [all...]

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 91011>>