Home
last modified time | relevance | path

Searched refs:tabs (Results 1 – 14 of 14) sorted by relevance

/linux/rust/zerocopy/rustdoc/
H A Dstyle.css12 .codegen-tabs {
19 .codegen-tabs:not(:has(> details[open]))::after {
27 .codegen-tabs details {
35 .codegen-tabs summary {
44 .codegen-tabs details[open] > summary {
49 .codegen-tabs details::details-content {
54 .codegen-tabs details:not([open])::details-content {
/linux/tools/verification/rvgen/rvgen/
H A Dltl2k.py12 tabs = line.count('\t')
13 return tabs * 7 + len(line)
/linux/scripts/coccinelle/misc/
H A Difcol.cocci8 //# calculation does not distinguish between spaces and tabs, so code that
/linux/rust/zerocopy/src/util/
H A Dmacros.rs877 macro_rules! tabs { macro
906 tabs!(
956 tabs!(
/linux/scripts/
H A Dcheckpatch.pl1591 # Drop the diff line leader and expand tabs
2606 #convert leading spaces to tabs
3992 # at the beginning of a line any tabs must come first and anything
3993 # more than $tabsize must use tabs.
3999 "code indent should use tabs where possible\n" . $herevet) &&
4005 # check for space before tabs.
4009 "please, no space before tabs\n" . $herevet) &&
4265 my $tabs = length($1) + 1;
4266 if ($prevline =~ /^\+\t{$tabs,$tabs}brea
[all...]
/linux/Documentation/translations/pt_BR/process/
H A Demail-clients.rst33 patch sem alterações. Por exemplo, eles não devem modificar ou apagar tabs ou
51 porque tabs são convertidos em espaços. Usar xclipboard, xclip e/ou xcutsel
/linux/Documentation/driver-api/media/
H A Dcec-core.rst345 Leading spaces/tabs are ignored. If the next character is a ``#`` or the end of the
377 spaces or tabs have already been skipped. It is a single line only (so there
/linux/Documentation/admin-guide/
H A Dparport.rst148 with tabs. These values might not have any sensible
/linux/lib/crypto/x86/
H A Dsha512-ssse3-asm.S167 # by two tabs.
/linux/Documentation/scsi/
H A DChangeLog.lpfc431 * Fix some overly long lines and make sure hard tabs are used for
1360 * Minor formatting (spaces to tabs) cleanup in lpfc_sched.h
1416 - mostly replacing groups of 8 spaces with hard tabs and keeping
1426 replacing groups of 8 spaces with hard tabs and keeping lines
1512 * Clean up formatting of elx_sli.h (tabs for indents, 80 column
1703 previous checkins with tabs
/linux/Documentation/rust/
H A Dcoding-guidelines.rst23 than tabs.
/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst39 using finer-grained topic branches is to make it easier to keep tabs on an area
/linux/Documentation/arch/powerpc/
H A Dhvcs.rst10 .. NOTE:Eight space tabs are the optimum editor setting for reading this file.
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c4850 int tabs = mstb->lct; in drm_dp_mst_dump_mstb() local
4854 for (i = 0; i < tabs; i++) in drm_dp_mst_dump_mstb()