Home
last modified time | relevance | path

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

/scripts/mod/
Dsumversion.c42 uint32_t block[MD4_BLOCK_WORDS]; member
156 le32_to_cpu_array(ctx->block, sizeof(ctx->block) / sizeof(uint32_t)); in md4_transform_helper()
157 md4_transform(ctx->hash, ctx->block); in md4_transform_helper()
172 const uint32_t avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f); in md4_update()
177 memcpy((char *)mctx->block + (sizeof(mctx->block) - avail), in md4_update()
182 memcpy((char *)mctx->block + (sizeof(mctx->block) - avail), in md4_update()
189 while (len >= sizeof(mctx->block)) { in md4_update()
190 memcpy(mctx->block, data, sizeof(mctx->block)); in md4_update()
192 data += sizeof(mctx->block); in md4_update()
193 len -= sizeof(mctx->block); in md4_update()
[all …]
/scripts/
Dkernel-doc775 my $block = "";
805 $block .= $line . "\n";
809 $output .= highlight_block($block);
810 $block = ""
815 if ($block) {
816 $output .= highlight_block($block);
Dcheckpatch.pl5305 my ($cond, $block) = @{$chunk};
5318 $ln += statement_rawlines($block) - 1;
5320 substr($block, 0, length($cond), '');
5322 $seen++ if ($block =~ /^\s*{/);
5329 if ($block =~/\b(?:if|for|while)\b/) {
5333 if (statement_block_size($block) > 1) {
5369 my ($cond, $block) = @{$chunks[0]};
5372 substr($block, 0, length($cond), '');
5378 if ($block =~/\b(?:if|for|while)\b/) {
5382 if (statement_block_size($block) > 1) {
[all …]
/scripts/coccinelle/api/
Dstream_open.cocci46 // stream_reader that can block inside.