Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 25 of 68) sorted by relevance

123

/linux-6.3-rc2/tools/testing/selftests/kvm/lib/x86_64/
A Dprocessor.c29 indent, "", in regs_dump()
33 indent, "", in regs_dump()
37 indent, "", in regs_dump()
41 indent, "", in regs_dump()
44 indent, "", in regs_dump()
66 uint8_t indent) in dtable_dump() argument
102 indent, "", in sregs_dump()
106 indent, "", in sregs_dump()
319 indent, ""); in virt_arch_dump()
327 indent, "", in virt_arch_dump()
[all …]
/linux-6.3-rc2/tools/testing/selftests/x86/
A Dsyscall_numbering.c100 sh->indent = 0; \
175 sh->indent++; in _check_for()
177 sh->indent++; in _check_for()
191 sh->indent--; in _check_for()
203 sh->indent--; in _check_for()
234 sh->indent++; in test_x32()
245 sh->indent--; in test_x32()
310 sh->indent++; in test_syscall_numbering()
321 sh->indent++; in test_syscall_numbering()
329 sh->indent--; in test_syscall_numbering()
[all …]
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/s390x/
A Dprocessor.c114 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_ptes() argument
124 indent, "", ptea, *pte); in virt_dump_ptes()
128 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_region() argument
138 indent, "", 4 - ((*entry & REGION_ENTRY_TYPE) >> 2), in virt_dump_region()
141 virt_dump_region(stream, vm, indent + 2, in virt_dump_region()
144 virt_dump_ptes(stream, vm, indent + 2, in virt_dump_region()
150 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument
155 virt_dump_region(stream, vm, indent, vm->pgd); in virt_arch_dump()
214 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument
217 indent, "", vcpu->run->psw_mask, vcpu->run->psw_addr); in vcpu_arch_dump()
/linux-6.3-rc2/Documentation/arm/samsung/
A Dclksrc-change-registers.awk93 indent=1
97 for(; indent >= 1;) {
114 indent++
117 indent--
119 if (indent == 0) {
162 printf indent ":" line "\n" > "/dev/stderr"
/linux-6.3-rc2/scripts/kconfig/
A Dconf.c42 static int indent = 1; variable
497 printf("%*c", indent, '>'); in conf_choice()
499 printf("%*c", indent, ' '); in conf_choice()
507 printf("%*schoice", indent - 1, ""); in conf_choice()
556 indent += 2; in conf_choice()
558 indent -= 2; in conf_choice()
593 indent, '*', in conf()
594 indent, '*', prompt, in conf()
595 indent, '*'); in conf()
624 indent += 2; in conf()
[all …]
A Dmconf.c284 static int indent; variable
499 indent + 1, ' ', prompt); in build_conf()
502 indent + 1, ' ', prompt, in build_conf()
512 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf()
520 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf()
564 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
570 indent += 2; in build_conf()
572 indent -= 2; in build_conf()
619 tmp = indent - tmp + 4; in build_conf()
640 indent += doint; in build_conf()
[all …]
A Dnconf.c258 static int indent; variable
759 indent + 1, ' ', prompt); in build_conf()
763 indent + 1, ' ', prompt, in build_conf()
774 indent + 1, ' ', in build_conf()
782 indent + 1, ' ', in build_conf()
836 indent += 2; in build_conf()
838 indent -= 2; in build_conf()
846 "---%*c%s", indent + 1, in build_conf()
890 tmp = indent - tmp + 4; in build_conf()
912 indent += doint; in build_conf()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_gem_ttm_helper.c25 void drm_gem_ttm_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_ttm_print_info() argument
44 drm_printf_indent(p, indent, "placement="); in drm_gem_ttm_print_info()
49 drm_printf_indent(p, indent, "bus.offset=%lx\n", in drm_gem_ttm_print_info()
A Ddrm_framebuffer.c1182 drm_printf_indent(p, indent, "allocated by = %s\n", fb->comm); in drm_framebuffer_print_info()
1183 drm_printf_indent(p, indent, "refcount=%u\n", in drm_framebuffer_print_info()
1185 drm_printf_indent(p, indent, "format=%p4cc\n", &fb->format->format); in drm_framebuffer_print_info()
1186 drm_printf_indent(p, indent, "modifier=0x%llx\n", fb->modifier); in drm_framebuffer_print_info()
1187 drm_printf_indent(p, indent, "size=%ux%u\n", fb->width, fb->height); in drm_framebuffer_print_info()
1188 drm_printf_indent(p, indent, "layers:\n"); in drm_framebuffer_print_info()
1191 drm_printf_indent(p, indent + 1, "size[%u]=%dx%d\n", i, in drm_framebuffer_print_info()
1194 drm_printf_indent(p, indent + 1, "pitch[%u]=%u\n", i, fb->pitches[i]); in drm_framebuffer_print_info()
1195 drm_printf_indent(p, indent + 1, "offset[%u]=%u\n", i, fb->offsets[i]); in drm_framebuffer_print_info()
1196 drm_printf_indent(p, indent + 1, "obj[%u]:%s\n", i, in drm_framebuffer_print_info()
[all …]
/linux-6.3-rc2/arch/x86/tools/
A Dinsn_decoder_test.c59 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument
62 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field()
64 indent, field->value, field->bytes[0], field->bytes[1], in dump_field()
66 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
A Dinsn_sanity.c52 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument
55 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field()
57 indent, field->value, field->bytes[0], field->bytes[1], in dump_field()
59 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
/linux-6.3-rc2/Documentation/sphinx-static/
A Dcustom.css28 /* indent lines 2+ of multi-line function prototypes */
29 dl.function dt { margin-left: 10em; text-indent: -10em; }
37 text-indent: -1em;
41 text-indent: -1em;
/linux-6.3-rc2/scripts/
A DLindent6 RES=`indent --version | cut -d' ' -f3`
26 indent $PARAM "$@"
/linux-6.3-rc2/drivers/comedi/drivers/ni_routing/tools/
A Dconvert_csv_to_c.py63 def routedict_to_routelist_single(name, D, indent=1): argument
67 I0 = '\t'*(indent),
68 I1 = '\t'*(indent+1),
69 I2 = '\t'*(indent+2),
70 I3 = '\t'*(indent+3),
71 I4 = '\t'*(indent+4),
/linux-6.3-rc2/include/drm/
A Ddrm_gem_dma_helper.h39 struct drm_printer *p, unsigned int indent);
74 static inline void drm_gem_dma_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_dma_object_print_info() argument
79 drm_gem_dma_print_info(dma_obj, p, indent); in drm_gem_dma_object_print_info()
A Ddrm_gem_shmem_helper.h138 struct drm_printer *p, unsigned int indent);
169 static inline void drm_gem_shmem_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_shmem_object_print_info() argument
174 drm_gem_shmem_print_info(shmem, p, indent); in drm_gem_shmem_object_print_info()
/linux-6.3-rc2/tools/perf/util/intel-pt-decoder/
A Dintel-pt-log.c68 int indent) in intel_pt_print_data() argument
72 for (i = 0; i < indent; i++) in intel_pt_print_data()
83 static void intel_pt_print_no_data(uint64_t pos, int indent) in intel_pt_print_no_data() argument
87 for (i = 0; i < indent; i++) in intel_pt_print_no_data()
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/aarch64/
A Dprocessor.c189 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, uint64_t page, int level) in pte_dump() argument
202 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", type[level], pte, *ptep, ptep); in pte_dump()
203 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level + 1); in pte_dump()
208 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument
220 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", pgd, *ptep, ptep); in virt_arch_dump()
221 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level); in virt_arch_dump()
317 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument
325 indent, "", pstate, pc); in vcpu_arch_dump()
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/riscv/
A Dprocessor.c142 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, in pte_dump() argument
156 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", in pte_dump()
158 pte_dump(stream, vm, indent + 1, in pte_dump()
164 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument
176 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", in virt_arch_dump()
178 pte_dump(stream, vm, indent + 1, in virt_arch_dump()
207 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument
/linux-6.3-rc2/Documentation/translations/zh_TW/process/
A Dcoding-style.rst558 (indent-tabs-mode . t)
569 以用 ``indent`` 。
571 不過,GNU indent 也有和 GNU emacs 一樣有問題的設定,所以你需要給它一些命令選
572 項。不過,這還不算太糟糕,因爲就算是 GNU indent 的作者也認同 K&R 的權威性
573 (GNU 的人並不是壞人,他們只是在這個問題上被嚴重的誤導了),所以你只要給 indent
577 ``indent`` 有很多選項,特別是重新格式化注釋的時候,你可能需要看一下它的手冊。
578 不過記住: ``indent`` 不能修正壞的編程習慣。
951 GNU 手冊 - 遵循 K&R 標準和此文本 - cpp, gcc, gcc internals and indent,
/linux-6.3-rc2/drivers/md/
A Draid5-ppl.c848 int indent = 0; in ppl_recover_entry() local
851 indent += 2; in ppl_recover_entry()
865 indent += 2; in ppl_recover_entry()
871 indent -= 2; in ppl_recover_entry()
881 __func__, indent, "", in ppl_recover_entry()
903 indent, ""); in ppl_recover_entry()
910 indent -= 2; in ppl_recover_entry()
918 __func__, indent, "", in ppl_recover_entry()
925 indent, ""); in ppl_recover_entry()
945 __func__, indent, "", in ppl_recover_entry()
[all …]
/linux-6.3-rc2/tools/perf/ui/stdio/
A Dhist.c619 static int print_hierarchy_indent(const char *sep, int indent, in print_hierarchy_indent() argument
624 if (sep != NULL || indent < 2) in print_hierarchy_indent()
627 width = (indent - 2) * HIERARCHY_INDENT; in print_hierarchy_indent()
636 int indent; in hists__fprintf_hierarchy_headers() local
644 indent = hists->nr_hpp_node; in hists__fprintf_hierarchy_headers()
647 print_hierarchy_indent(sep, indent, " ", fp); in hists__fprintf_hierarchy_headers()
683 print_hierarchy_indent(sep, indent, dots, fp); in hists__fprintf_hierarchy_headers()
827 unsigned indent; in hists__fprintf() local
850 indent = hists__overhead_width(hists) + 4; in hists__fprintf()
881 fprintf(fp, "%*sno entry >= %.2f%%\n", indent, "", min_pcnt); in hists__fprintf()
/linux-6.3-rc2/fs/unicode/
A Dmkutf8data.c423 int indent = 1; in tree_walk() local
481 indent -= 1; in tree_walk()
949 int indent; in index_nodes() local
955 indent = 1; in index_nodes()
1010 indent -= 1; in index_nodes()
1063 int indent; in size_nodes() local
1065 indent = 1; in size_nodes()
1173 indent -= 1; in size_nodes()
1194 int indent; in emit() local
1206 indent = 1; in emit()
[all …]
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/
A Dsparsebit.c873 unsigned int indent) in dump_nodes() argument
890 indent, "", nodep->idx, nodep->mask, nodep->num_after); in dump_nodes()
894 dump_nodes(stream, nodep->left, indent + 2); in dump_nodes()
898 dump_nodes(stream, nodep->right, indent + 2); in dump_nodes()
926 unsigned int indent) in sparsebit_dump_internal() argument
929 fprintf(stream, "%*sroot: %p\n", indent, "", s->root); in sparsebit_dump_internal()
933 dump_nodes(stream, s->root, indent); in sparsebit_dump_internal()
1588 unsigned int indent) in sparsebit_dump() argument
1598 fprintf(stream, "%*s", indent, ""); in sparsebit_dump()
1634 fprintf(stream, "%*s", indent, ""); in sparsebit_dump()
[all …]
/linux-6.3-rc2/Documentation/translations/zh_CN/process/
A Dcoding-style.rst632 (indent-tabs-mode . t)
643 以用 ``indent`` 。
645 不过,GNU indent 也有和 GNU emacs 一样有问题的设定,所以你需要给它一些命令选
646 项。不过,这还不算太糟糕,因为就算是 GNU indent 的作者也认同 K&R 的权威性
647 (GNU 的人并不是坏人,他们只是在这个问题上被严重的误导了),所以你只要给 indent
651 ``indent`` 有很多选项,特别是重新格式化注释的时候,你可能需要看一下它的手册。
652 不过记住: ``indent`` 不能修正坏的编程习惯。
1076 GNU 手册 - 遵循 K&R 标准和此文本 - cpp, gcc, gcc internals and indent,

Completed in 80 milliseconds

123