Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Dlatent_entropy_plugin.c303 static enum tree_code op; in get_op() local
308 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()
348 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy()
359 enum tree_code op; in __perturb_latent_entropy() local
[all …]
/scripts/
Ddiffconfig51 def print_config(op, config, value, new_value): argument
61 if op=="-":
63 elif op=="+":
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()
Dcheckpatch.pl5135 my $op = $elements[$n + 1];
5160 my $opv = $op . substr($curr_vars, $off, 1);
5170 } elsif ($op eq ';') {
5174 "space required after that '$op' $at\n" . $hereptr)) {
5181 } elsif ($op eq '//') {
5189 } elsif ($op eq '->') {
5192 "spaces prohibited around that '$op' $at\n" . $hereptr)) {
5202 } elsif ($op eq ',') {
5207 "space prohibited before that '$op' $at\n" . $hereptr)) {
5214 "space required after that '$op' $at\n" . $hereptr)) {
[all …]
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()
DMakefile.extrawarn166 KBUILD_CFLAGS += $(call cc-option, -Wlogical-op)
/scripts/coccinelle/tests/
Ddoubletest.cocci33 assignment operator op;
39 <+... \(fn(...)\|e1 op e2\|e1++\|e1--\|++e1\|--e1\) ...+>
/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig11 # The following is just no-op since the first argument is not y.