Searched refs:expr (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | kconfiglib.py | 2580 expr = self._parse_expr(True) 2585 return expr 3113 expr = self._parse_expr(True) if self._check_token(_T_IF) else self.y 3118 return expr 3820 def warn_select_imply(sym, expr, expr_type): argument 3826 for si in split_expr(expr, OR): 5881 def _strip_dep(self, expr): argument 5887 if self.dep is expr: 5891 if expr.__class__ is tuple and expr[0] is AND and expr[2] is self.dep: 5892 return expr[1] [all …]
|
| D | kconfig.py | 146 for expr in mdeps: 147 estr = expr_str(expr) 148 if isinstance(expr, tuple):
|
| D | guiconfig.py | 2167 def _split_expr_info(expr, indent): argument 2176 if len(split_expr(expr, AND)) > 1: 2184 for i, term in enumerate(split_expr(expr, split_op)): 2204 def sis(expr, val, title): argument 2206 sis = [si for si in split_expr(expr, OR) if expr_value(si) == val] 2305 def _expr_str(expr): argument 2307 return expr_str(expr, _name_and_val_str)
|
| D | menuconfig.py | 2687 def _split_expr_info(expr, indent): argument 2696 if len(split_expr(expr, AND)) > 1: 2704 for i, term in enumerate(split_expr(expr, split_op)): 2724 def sis(expr, val, title): argument 2726 sis = [si for si in split_expr(expr, OR) if expr_value(si) == val] 2832 def _expr_str(expr): argument 2834 return expr_str(expr, _name_and_val_str)
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/ |
| D | cmsis_gcc.h | 253 __STATIC_FORCEINLINE long unlikely(long expr) in unlikely() argument 255 return __builtin_expect(expr, 0L); in unlikely() 260 __STATIC_FORCEINLINE long likely(long expr) in likely() argument 262 return __builtin_expect(expr, 1L); in likely()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/ |
| D | cmsis_gcc.h | 942 __STATIC_FORCEINLINE long unlikely(long expr) in unlikely() argument 944 return __builtin_expect(expr, 0L); in unlikely() 949 __STATIC_FORCEINLINE long likely(long expr) in likely() argument 951 return __builtin_expect(expr, 1L); in likely()
|