Home
last modified time | relevance | path

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

/scripts/mod/
Dsumversion.c44 uint32_t block[MD4_BLOCK_WORDS]; member
158 le32_to_cpu_array(ctx->block, ARRAY_SIZE(ctx->block)); in md4_transform_helper()
159 md4_transform(ctx->hash, ctx->block); in md4_transform_helper()
174 const uint32_t avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f); in md4_update()
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()
[all …]
/scripts/
Dkernel-doc776 my $block = "";
806 $block .= $line . "\n";
810 $output .= highlight_block($block);
811 $block = ""
816 if ($block) {
817 $output .= highlight_block($block);
Dcheckpatch.pl6136 my ($cond, $block) = @{$chunk};
6149 $ln += statement_rawlines($block) - 1;
6151 substr($block, 0, length($cond), '');
6153 $seen++ if ($block =~ /^\s*{/);
6160 if ($block =~/\b(?:if|for|while)\b/) {
6164 if (statement_block_size($block) > 1) {
6200 my ($cond, $block) = @{$chunks[0]};
6203 substr($block, 0, length($cond), '');
6209 if ($block =~/\b(?:if|for|while)\b/) {
6213 if (statement_block_size($block) > 1) {
[all …]
/scripts/coccinelle/api/
Dstream_open.cocci46 // stream_reader that can block inside.