Searched refs:ctx (Results 1 – 2 of 2) sorted by relevance
| /scripts/ |
| D | checkpatch.pl | 2982 my $ctx = $1; 2983 my ($email_name, $email_comment, $email_address, $comment1) = parse_email($ctx); 2987 $author_sob = $ctx; 2990 $author_sob = $ctx; 2993 $author_sob = $ctx; 4271 my $ctx = $s; 4272 substr($ctx, 0, $name_len + 1, ''); 4273 $ctx =~ s/\)[^\)]*$//; 4275 for my $arg (split(/\s*,\s*/, $ctx)) { 4294 my @ctx = ctx_block_outer($linenr, $realcnt); [all …]
|
| /scripts/mod/ |
| D | sumversion.c | 156 static inline void md4_transform_helper(struct md4_ctx *ctx) in md4_transform_helper() argument 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()
|