Home
last modified time | relevance | path

Searched refs:indent_depth (Results 1 – 25 of 198) sorted by last modified time

12345678

/dports/games/shootingstar/shootingstar-1.2.0/src/engine/
H A Ddbg.cpp178 unsigned int indent_depth = 0; variable
848 for (unsigned int n = 0; n < indent_depth; n++) s << INDENT; in operator <<()
1065 indent_depth++; in trace_begin()
1087 indent_depth--; in trace_end()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgtester-report.in235 self.indent_depth = 0
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/base64/examples/
H A Dmake_tables.rs92 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
99 width = indent_depth in print_encode_table()
111 width = indent_depth + 4 in print_encode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
118 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
134 width = indent_depth in print_decode_table()
160 width = indent_depth + 4 in print_decode_table()
163 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/www/firefox/firefox-99.0/third_party/rust/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/www/firefox/firefox-99.0/third_party/rust/base64/examples/
H A Dmake_tables.rs92 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
99 width = indent_depth in print_encode_table()
111 width = indent_depth + 4 in print_encode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
118 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
134 width = indent_depth in print_decode_table()
160 width = indent_depth + 4 in print_decode_table()
163 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/www/firefox/firefox-99.0/third_party/rust/base64-0.12.3/examples/
H A Dmake_tables.rs92 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
99 width = indent_depth in print_encode_table()
111 width = indent_depth + 4 in print_encode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
118 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
134 width = indent_depth in print_decode_table()
160 width = indent_depth + 4 in print_decode_table()
163 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/base64/examples/
H A Dmake_tables.rs92 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
99 width = indent_depth in print_encode_table()
111 width = indent_depth + 4 in print_encode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
118 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
134 width = indent_depth in print_decode_table()
160 width = indent_depth + 4 in print_decode_table()
163 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/base64-0.10.1/examples/
H A Dmake_tables.rs46 fn print_encode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_encode_table()
52 width = indent_depth in print_encode_table()
64 width = indent_depth + 4 in print_encode_table()
68 println!("{:width$}];", "", width = indent_depth); in print_encode_table()
71 fn print_decode_table(alphabet: &[u8], const_name: &str, indent_depth: usize) { in print_decode_table()
86 width = indent_depth in print_decode_table()
112 width = indent_depth + 4 in print_decode_table()
115 println!("{:width$}];", "", width = indent_depth); in print_decode_table()
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_debug.h80 size_t indent_depth; member
H A Dradeon_debug.c79 if (radeon->debug.indent_depth < length - 1) { in _radeon_debug_add_indent()
80 radeon->debug.indent[radeon->debug.indent_depth] = '\t'; in _radeon_debug_add_indent()
81 ++radeon->debug.indent_depth; in _radeon_debug_add_indent()
89 if (radeon->debug.indent_depth > 0) { in _radeon_debug_remove_indent()
90 radeon->debug.indent[radeon->debug.indent_depth] = '\0'; in _radeon_debug_remove_indent()
91 --radeon->debug.indent_depth; in _radeon_debug_remove_indent()
106 if (radeon->debug.indent_depth) in _radeon_print()
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_debug.c79 if (radeon->debug.indent_depth < length - 1) { in _radeon_debug_add_indent()
80 radeon->debug.indent[radeon->debug.indent_depth] = '\t'; in _radeon_debug_add_indent()
81 ++radeon->debug.indent_depth; in _radeon_debug_add_indent()
89 if (radeon->debug.indent_depth > 0) { in _radeon_debug_remove_indent()
90 radeon->debug.indent[radeon->debug.indent_depth] = '\0'; in _radeon_debug_remove_indent()
91 --radeon->debug.indent_depth; in _radeon_debug_remove_indent()
106 if (radeon->debug.indent_depth) in _radeon_print()
H A Dradeon_debug.h80 size_t indent_depth; member
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_debug.h80 size_t indent_depth; member
H A Dradeon_debug.c79 if (radeon->debug.indent_depth < length - 1) { in _radeon_debug_add_indent()
80 radeon->debug.indent[radeon->debug.indent_depth] = '\t'; in _radeon_debug_add_indent()
81 ++radeon->debug.indent_depth; in _radeon_debug_add_indent()
89 if (radeon->debug.indent_depth > 0) { in _radeon_debug_remove_indent()
90 radeon->debug.indent[radeon->debug.indent_depth] = '\0'; in _radeon_debug_remove_indent()
91 --radeon->debug.indent_depth; in _radeon_debug_remove_indent()
106 if (radeon->debug.indent_depth) in _radeon_print()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_debug.c79 if (radeon->debug.indent_depth < length - 1) { in _radeon_debug_add_indent()
80 radeon->debug.indent[radeon->debug.indent_depth] = '\t'; in _radeon_debug_add_indent()
81 ++radeon->debug.indent_depth; in _radeon_debug_add_indent()
89 if (radeon->debug.indent_depth > 0) { in _radeon_debug_remove_indent()
90 radeon->debug.indent[radeon->debug.indent_depth] = '\0'; in _radeon_debug_remove_indent()
91 --radeon->debug.indent_depth; in _radeon_debug_remove_indent()
106 if (radeon->debug.indent_depth) in _radeon_print()
H A Dradeon_debug.h80 size_t indent_depth; member
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_debug.c79 if (radeon->debug.indent_depth < length - 1) { in _radeon_debug_add_indent()
80 radeon->debug.indent[radeon->debug.indent_depth] = '\t'; in _radeon_debug_add_indent()
81 ++radeon->debug.indent_depth; in _radeon_debug_add_indent()
89 if (radeon->debug.indent_depth > 0) { in _radeon_debug_remove_indent()
90 radeon->debug.indent[radeon->debug.indent_depth] = '\0'; in _radeon_debug_remove_indent()
91 --radeon->debug.indent_depth; in _radeon_debug_remove_indent()
106 if (radeon->debug.indent_depth) in _radeon_print()
H A Dradeon_debug.h80 size_t indent_depth; member
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_debug.c79 if (radeon->debug.indent_depth < length - 1) { in _radeon_debug_add_indent()
80 radeon->debug.indent[radeon->debug.indent_depth] = '\t'; in _radeon_debug_add_indent()
81 ++radeon->debug.indent_depth; in _radeon_debug_add_indent()
89 if (radeon->debug.indent_depth > 0) { in _radeon_debug_remove_indent()
90 radeon->debug.indent[radeon->debug.indent_depth] = '\0'; in _radeon_debug_remove_indent()
91 --radeon->debug.indent_depth; in _radeon_debug_remove_indent()
106 if (radeon->debug.indent_depth) in _radeon_print()
H A Dradeon_debug.h80 size_t indent_depth; member
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_debug.h80 size_t indent_depth; member
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dradeon_debug.c79 if (radeon->debug.indent_depth < length - 1) { in _radeon_debug_add_indent()
80 radeon->debug.indent[radeon->debug.indent_depth] = '\t'; in _radeon_debug_add_indent()
81 ++radeon->debug.indent_depth; in _radeon_debug_add_indent()
89 if (radeon->debug.indent_depth > 0) { in _radeon_debug_remove_indent()
90 radeon->debug.indent[radeon->debug.indent_depth] = '\0'; in _radeon_debug_remove_indent()
91 --radeon->debug.indent_depth; in _radeon_debug_remove_indent()
106 if (radeon->debug.indent_depth) in _radeon_print()
H A Dradeon_debug.h80 size_t indent_depth; member
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/dri/radeon/
H A Dradeon_debug.h80 size_t indent_depth; member

12345678