Home
last modified time | relevance | path

Searched refs:block (Results 1 – 6 of 6) sorted by relevance

/scripts/
A DMakefile.propeller5 …CFLAGS_PROPELLER_CLANG := -fbasic-block-sections=list=$(CLANG_PROPELLER_PROFILE_PREFIX)_cc_profile…
12 CFLAGS_PROPELLER_CLANG := -fbasic-block-address-map
14 CFLAGS_PROPELLER_CLANG := -fbasic-block-sections=labels
29 KBUILD_LDFLAGS += --lto-basic-block-sections=$(CLANG_PROPELLER_PROFILE_PREFIX)_cc_profile.txt
32 KBUILD_LDFLAGS += --lto-basic-block-address-map
34 KBUILD_LDFLAGS += --lto-basic-block-sections=labels
A Dkernel-doc.pl715 my $block = "";
745 $block .= $line . "\n";
749 $output .= highlight_block($block);
750 $block = ""
755 if ($block) {
756 $output .= highlight_block($block);
A Dcheckpatch.pl6152 my ($cond, $block) = @{$chunk};
6167 substr($block, 0, length($cond), '');
6169 $seen++ if ($block =~ /^\s*{/);
6216 my ($cond, $block) = @{$chunks[0]};
6219 substr($block, 0, length($cond), '');
6225 if ($block =~/\b(?:if|for|while)\b/) {
6229 if (statement_block_size($block) > 1) {
6235 my ($cond, $block) = @{$chunks[1]};
6237 substr($block, 0, length($cond), '');
6239 if ($block =~ /^\s*\{/) {
[all …]
/scripts/mod/
A Dsumversion.c44 uint32_t block[MD4_BLOCK_WORDS]; member
158 le32_to_cpu_array(ctx->block, ARRAY_SIZE(ctx->block)); in md4_transform_helper()
179 memcpy((char *)mctx->block + (sizeof(mctx->block) - avail), in md4_update()
184 memcpy((char *)mctx->block + (sizeof(mctx->block) - avail), in md4_update()
191 while (len >= sizeof(mctx->block)) { in md4_update()
192 memcpy(mctx->block, data, sizeof(mctx->block)); in md4_update()
194 data += sizeof(mctx->block); in md4_update()
195 len -= sizeof(mctx->block); in md4_update()
198 memcpy(mctx->block, data, len); in md4_update()
211 p = (char *)mctx->block; in md4_final_ascii()
[all …]
/scripts/lib/kdoc/
A Dkdoc_output.py112 def highlight_block(self, block): argument
118 block = r.sub(sub, block)
120 return block
289 block = ""
316 block += line + "\n"
320 output += self.highlight_block(block)
321 block = ""
324 if block:
325 output += self.highlight_block(block)
596 def output_highlight(self, block): argument
[all …]
/scripts/coccinelle/api/
A Dstream_open.cocci46 // stream_reader that can block inside.

Completed in 16 milliseconds