Home
last modified time | relevance | path

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

/scripts/native_simulator/common/src/
A Dnsi_internal.h27 static inline unsigned int nsi_find_lsb_set(uint32_t op) in nsi_find_lsb_set() argument
29 return __builtin_ffs(op); in nsi_find_lsb_set()
43 static inline unsigned int nsi_find_lsb_set64(uint64_t op) in nsi_find_lsb_set64() argument
45 return __builtin_ffsll(op); in nsi_find_lsb_set64()
/scripts/west_commands/runners/
A Dnrfutil.py118 def _insert_op(self, op): argument
119 op['operationId'] = f'{self._op_id}'
121 self._ops.append(op)
129 def _append_batch(self, op, json_file): argument
130 _op = op['operation']
153 cmd += ['--core', op['core']] if op.get('core') else []
162 for op in self._ops:
163 self._append_batch(op, json_file)
177 def do_exec_op(self, op, force=False): argument
182 self._insert_op(op)
A Dnrf_common.py521 def _check_suit_starter(self, op): argument
522 op = op['operation']
525 if op['type'] == 'program' and op['options']['chip_erase_mode'] != "ERASE_UICR":
547 def _exec_op(op, defer=False, core=None, **kwargs): argument
549 op = {'operation': {'type': _op}}
551 op['core'] = core
552 op['operation'].update(kwargs)
555 self.ops.append(op)
556 return op
558 _op = _exec_op(op, defer, core, **kwargs)
[all …]
A Dnrfjprog.py68 def do_exec_op(self, op, force=False): argument
78 core_opt = ['--coprocessor', cores[op['core']]] \
79 if op.get('core') else []
82 _op = op['operation']
/scripts/kconfig/
A Ddiffconfig53 def print_config(op, config, value, new_value):
63 if op=="-":
65 elif op=="+":
A Dkconfiglib.py2632 op, val = rhs_match.groups()
2648 if op == "+=":
2649 op = "="
2651 if op == "=":
2654 elif op == ":=":
6177 def split_expr(expr, op): argument
6212 if subexpr.__class__ is tuple and subexpr[0] is op:
/scripts/
A Dcheckpatch.pl4628 } elsif ($op eq '!' || $op eq '~' ||
4655 } elsif ($op eq '++' or $op eq '--') {
4683 } elsif ($op eq '<<' or $op eq '>>' or
4684 $op eq '&' or $op eq '^' or $op eq '|' or
4685 $op eq '+' or $op eq '-' or
4686 $op eq '*' or $op eq '/' or
4687 $op eq '%')
4731 if (($op eq '<' &&
4757 $msg_level = \&CHK if (($op eq '?:' || $op eq '?' || $op eq ':') && $ctx =~ /VxV/);
6623 my $op = "!";
[all …]
/scripts/pylib/twister/twisterlib/
A Drunner.py945 def _add_to_pipeline(self, pipeline, op: str, additionals: dict=None):
949 if op:
963 op = message.get('op')
969 if op == "filter":
996 elif op == "cmake":
1028 elif op == "build":
1077 elif op == "gather_metrics":
1109 elif op == "run":
1136 elif op == "coverage":
1158 elif op == "report":
[all …]
/scripts/ci/
A Dpylintrc221 binary-op-exception,

Completed in 95 milliseconds