Home
last modified time | relevance | path

Searched refs:op (Results 1 – 8 of 8) sorted by relevance

/scripts/gcc-plugins/
A Dlatent_entropy_plugin.c308 switch (op) { in get_op()
310 op = PLUS_EXPR; in get_op()
315 op = LROTATE_EXPR; in get_op()
326 op = BIT_XOR_EXPR; in get_op()
331 return op; in get_op()
345 enum tree_code op; in perturb_local_entropy() local
347 op = get_op(&rhs); in perturb_local_entropy()
359 enum tree_code op; in __perturb_latent_entropy() local
372 op = get_op(NULL); in __perturb_latent_entropy()
435 enum tree_code op; in init_local_entropy() local
[all …]
/scripts/
A Ddiffconfig51 def print_config(op, config, value, new_value):
61 if op=="-":
63 elif op=="+":
A Dunifdef.c804 struct op { struct
807 } op[5]; member
915 const struct op *op; in eval_table() local
927 for (op = ops->op; op->str != NULL; op++) in eval_table()
928 if (strncmp(cp, op->str, strlen(op->str)) == 0) in eval_table()
930 if (op->str == NULL) in eval_table()
932 cp += strlen(op->str); in eval_table()
933 debug("eval%d %s", ops - eval_ops, op->str); in eval_table()
937 lt = op->fn(valp, lt, *valp, rt, val); in eval_table()
A Dcheckpatch.pl5249 } elsif ($op eq '!' || $op eq '~' ||
5276 } elsif ($op eq '++' or $op eq '--') {
5304 } elsif ($op eq '<<' or $op eq '>>' or
5305 $op eq '&' or $op eq '^' or $op eq '|' or
5306 $op eq '+' or $op eq '-' or
5307 $op eq '*' or $op eq '/' or
5308 $op eq '%')
5352 if (($op eq '<' &&
5371 $msg_level = \&CHK if (($op eq '?:' || $op eq '?' || $op eq ':') && $ctx =~ /VxV/);
7389 my $op = "!";
[all …]
A Drecordmcount.c237 unsigned char *op; in make_nop_x86() local
244 op = map + offset - 1; in make_nop_x86()
245 if (*op != 0xe8) in make_nop_x86()
A DMakefile.extrawarn168 KBUILD_CFLAGS += $(call cc-option, -Wlogical-op)
/scripts/coccinelle/tests/
A Ddoubletest.cocci33 assignment operator op;
39 <+... \(fn(...)\|e1 op e2\|e1++\|e1--\|++e1\|--e1\) ...+>
/scripts/kconfig/tests/preprocess/builtin_func/
A DKconfig11 # The following is just no-op since the first argument is not y.

Completed in 16 milliseconds