/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 100 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op); 117 expression_t expression; 216 %type <expression> expression immediate immediate_or_a 475 | T_FIELD T_SYMBOL expression 483 | T_FIELD T_SYMBOL expression 497 | T_ENUM T_SYMBOL expression 518 | T_SYMBOL expression 526 T_MASK T_SYMBOL expression 618 expression label [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 99 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op); 116 expression_t expression; 215 %type <expression> expression immediate immediate_or_a 474 | T_FIELD T_SYMBOL expression 482 | T_FIELD T_SYMBOL expression 496 | T_ENUM T_SYMBOL expression 517 | T_SYMBOL expression 525 T_MASK T_SYMBOL expression 617 expression label [all...] |
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | metric.py | 11 """Abstract base class of elements in a metric expression.""" 29 def Substitute(self, name: str, expression: 'Expression') -> 'Expression': 85 """Used to ensure that the nodes in the expression tree are all Expression.""" 94 # brackets. Precedence matches that of the simple expression parser 96 # the bitwise &, ^, | but not the logical versions that the expression 198 def Substitute(self, name: str, expression: Expression) -> Expression: 199 if self.Equals(expression): 201 lhs = self.lhs.Substitute(name, expression) 204 rhs = self.rhs.Substitute(name, expression) 246 def Substitute(self, name: str, expression [all...] |
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpidebug.h | 37 #define HPI_DEBUG_ASSERT(expression) \ 39 if (!(expression)) { \ 41 "ASSERT " __stringify(expression)); \
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpidebug.h | 37 #define HPI_DEBUG_ASSERT(expression) \ 39 if (!(expression)) { \ 41 "ASSERT " __stringify(expression)); \
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | mega_common.h | 261 #define ASSERT(expression) \ 262 if (!(expression)) { \ 264 #expression, __FILE__, __LINE__, __func__); \ 267 #define ASSERT(expression)
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | mega_common.h | 261 #define ASSERT(expression) \ 262 if (!(expression)) { \ 264 #expression, __FILE__, __LINE__, __func__); \ 267 #define ASSERT(expression)
|
/kernel/uniproton/cmake/common/build_auxiliary_script/ |
H A D | Kconfig2macro.py | 102 expression = line.split("=", 1) 103 if len(expression) < 2: 105 value = expression[1].strip()
|
/kernel/liteos_a/kernel/include/ |
H A D | los_base.h | 61 #define LOS_ASSERT_COND(expression) LOS_ASSERT(expression)
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup_dtlk.h | 51 u_char expression; /* nE; 0-9 */ member
|
H A D | speakup_dtlk.c | 306 status.expression = *t++; in synth_interrogate()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dtlk.h | 76 unsigned char expression; /* nE; 0-9 */ member
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | speakup_dtlk.h | 51 u_char expression; /* nE; 0-9 */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dtlk.h | 76 unsigned char expression; /* nE; 0-9 */ member
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | stwotox.S | 35 | Go to expr to compute that expression. 51 | Go to expr to compute that expression.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | stwotox.S | 35 | Go to expr to compute that expression. 51 | Go to expr to compute that expression.
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_error.c | 238 const char *expression, in xfs_errortag_test() 263 expression, file, line, mp->m_super->s_id); in xfs_errortag_test() 236 xfs_errortag_test( struct xfs_mount *mp, const char *expression, const char *file, int line, unsigned int error_tag) xfs_errortag_test() argument
|
H A D | xfs_error.h | 44 extern bool xfs_errortag_test(struct xfs_mount *mp, const char *expression,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_error.h | 44 extern bool xfs_errortag_test(struct xfs_mount *mp, const char *expression,
|
H A D | xfs_error.c | 292 const char *expression, in xfs_errortag_test() 319 expression, file, line, mp->m_super->s_id); in xfs_errortag_test() 290 xfs_errortag_test( struct xfs_mount *mp, const char *expression, const char *file, int line, unsigned int error_tag) xfs_errortag_test() argument
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.h | 82 #define assert(expression) { \ 83 if (!(expression)) { \ 86 #expression, \
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.h | 82 #define assert(expression) { \ 83 if (!(expression)) { \ 86 #expression, \
|
/kernel/liteos_m/utils/ |
H A D | los_compiler.h | 376 #define LOS_ASSERT_COND(expression)
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | kasan_test.c | 94 * KUNIT_EXPECT_KASAN_FAIL() - check that the executed expression produces a 104 * Since the compiler doesn't see that the expression can change the test_status 107 * expression to prevent that. 114 #define KUNIT_EXPECT_KASAN_FAIL(test, expression) do { \ 120 expression; \ 126 "expected in \"" #expression \
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | dtlk.c | 554 status.expression = *t++; in dtlk_interrogate()
|