/xen-4.10.0-shim-comet/tools/libxl/ |
A D | gentypes.py | 101 return s.replace("\n", "\n%s" % indent).rstrip(indent) 156 return s.replace("\n", "\n%s" % indent).rstrip(indent) 200 return s.replace("\n", "\n%s" % indent).rstrip(indent) 262 return s.replace("\n", "\n%s" % indent).rstrip(indent) 323 return s.replace("\n", "\n%s" % indent).rstrip(indent) 420 return s.replace("\n", "\n%s" % indent).rstrip(indent) 429 return s.replace("\n", "\n%s" % indent).rstrip(indent) 529 return s.replace("\n", "\n%s" % indent).rstrip(indent) 538 return s.replace("\n", "\n%s" % indent).rstrip(indent) 552 return s.replace("\n", "\n%s" % indent).rstrip(indent) [all …]
|
A D | gentest.py | 26 def gen_rand_init(ty, v, indent = " ", parent = None): argument 41 indent + " ", parent) 46 s += gen_rand_init(ty.keyvar.type, parent + ty.keyvar.name, indent, parent) 52 s += gen_rand_init(f.type, fexpr, indent + " ", nparent) 84 s = indent + s 85 return s.replace("\n", "\n%s" % indent).rstrip(indent)
|
A D | CODING_STYLE | 209 - The confusion surrounding 'use tabs to indent, spaces to justify' is gone.
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | mk_dsdt.c | 36 static void indent(void) in indent() function 48 indent(); in _stmt() 77 indent(); in pop_block() 184 indent(); printf("MSU, 8\n"); in main() 213 indent(); printf("MAT, 64\n"); in main() 217 indent(); printf("Offset(4),\n"); in main() 218 indent(); printf("FLG, 1\n"); in main() 444 indent(); printf("B0EJ, 32,\n"); in main() 474 indent(); in main() 482 indent(); printf("PCIU, 32,\n"); in main() [all …]
|
A D | ssdt_laptop_slate.asl | 36 * indent-tabs-mode: nil
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | genwrap.py | 117 def gen_struct(ty, indent): argument 123 x = x.replace("\n", "\n"+indent) 124 s += indent + x + ";\n" 184 s += gen_struct(ty, indent) 189 s = indent + s 267 s = indent 328 … s += "%s" % c_val(f.type, fexpr, "Field(%s, 0)" % o, parent=nparent, indent=indent+"\t\t ") 348 def gen_c_val(ty, indent=""): argument 364 s = indent 456 return s.replace("\n", "\n%s" % indent).rstrip(indent) [all …]
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | conf.c | 39 static int indent = 1; variable 283 printf("%*c", indent, '>'); in conf_choice() 285 printf("%*c", indent, ' '); in conf_choice() 293 printf(_("%*schoice"), indent - 1, ""); in conf_choice() 346 indent += 2; in conf_choice() 348 indent -= 2; in conf_choice() 382 indent, '*', in conf() 383 indent, '*', _(prompt), in conf() 384 indent, '*'); in conf() 413 indent += 2; in conf() [all …]
|
A D | mconf.c | 276 static int indent; variable 498 indent + 1, ' ', prompt); in build_conf() 501 indent + 1, ' ', prompt, in build_conf() 511 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf() 519 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf() 563 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 569 indent += 2; in build_conf() 571 indent -= 2; in build_conf() 618 tmp = indent - tmp + 4; in build_conf() 639 indent += doint; in build_conf() [all …]
|
A D | nconf.c | 256 static int indent; variable 760 indent + 1, ' ', prompt); in build_conf() 764 indent + 1, ' ', prompt, in build_conf() 775 indent + 1, ' ', in build_conf() 783 indent + 1, ' ', in build_conf() 837 indent += 2; in build_conf() 839 indent -= 2; in build_conf() 847 "---%*c%s", indent + 1, in build_conf() 891 tmp = indent - tmp + 4; in build_conf() 913 indent += doint; in build_conf() [all …]
|
A D | gconf.c | 60 static gint indent; variable 1200 GtkTreeIter *parent = parents[indent - 1]; in place_node() 1201 GtkTreeIter *node = parents[indent]; in place_node() 1259 indent = 1; in update_tree() 1275 printf("%*c%s | %s\n", indent, ' ', in update_tree() 1324 indent++; in update_tree() 1326 indent--; in update_tree() 1342 indent = 1; in display_tree() 1367 printf("%*c%s: ", indent, ' ', menu_get_prompt(child)); in display_tree() 1395 indent++; in display_tree() [all …]
|
/xen-4.10.0-shim-comet/ |
A D | CODING_STYLE | 20 Indenting uses spaces, not tabs - in contrast to Linux. An indent 22 extra indent level. The enclosing braces of a block are indented the 27 /* One level of indent. */ 30 /* A second level of indent. */ 120 * indent-tabs-mode: nil
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | debug-8250.inc | 43 * indent-tabs-mode: nil
|
A D | debug-exynos4210.inc | 45 * indent-tabs-mode: nil
|
A D | debug-scif.inc | 49 * indent-tabs-mode: nil
|
A D | debug-pl011.inc | 62 * indent-tabs-mode: nil
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | debug-8250.inc | 47 * indent-tabs-mode: nil
|
A D | debug-cadence.inc | 47 * indent-tabs-mode: nil
|
A D | debug-scif.inc | 51 * indent-tabs-mode: nil
|
A D | debug-pl011.inc | 61 * indent-tabs-mode: nil
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | pci_amd_iommu.c | 528 paddr_t gpa, int indent) in amd_dump_p2m_table_level() argument 579 address, indent + 1); in amd_dump_p2m_table_level() 582 indent, "", in amd_dump_p2m_table_level()
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | gen-cpuid.py | 117 def format_uint32s(words, indent): argument 119 spaces = " " * indent
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | pylintrc | 255 indent-string=' '
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | CODING_STYLE | 93 - The confusion surrounding 'use tabs to indent, spaces to justify' is gone.
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 2591 int indent) in vtd_dump_p2m_table_level() argument 2621 address, indent + 1); in vtd_dump_p2m_table_level() 2624 indent, "", in vtd_dump_p2m_table_level()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenalyze.c | 6547 const char *indent) in pv_hypercall_v2_process() argument 6561 ri->dump_header, indent, op, hypercall_name[op]); in pv_hypercall_v2_process() 6564 ri->dump_header, indent, op); in pv_hypercall_v2_process()
|