Home
last modified time | relevance | path

Searched refs:expression (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y100 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 Daicasm_gram.y99 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 Dmetric.py11 """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 Dhpidebug.h37 #define HPI_DEBUG_ASSERT(expression) \
39 if (!(expression)) { \
41 "ASSERT " __stringify(expression)); \
/kernel/linux/linux-6.6/sound/pci/asihpi/
H A Dhpidebug.h37 #define HPI_DEBUG_ASSERT(expression) \
39 if (!(expression)) { \
41 "ASSERT " __stringify(expression)); \
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmega_common.h261 #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 Dmega_common.h261 #define ASSERT(expression) \
262 if (!(expression)) { \
264 #expression, __FILE__, __LINE__, __func__); \
267 #define ASSERT(expression)
/kernel/uniproton/cmake/common/build_auxiliary_script/
H A DKconfig2macro.py102 expression = line.split("=", 1)
103 if len(expression) < 2:
105 value = expression[1].strip()
/kernel/liteos_a/kernel/include/
H A Dlos_base.h61 #define LOS_ASSERT_COND(expression) LOS_ASSERT(expression)
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_dtlk.h51 u_char expression; /* nE; 0-9 */ member
H A Dspeakup_dtlk.c306 status.expression = *t++; in synth_interrogate()
/kernel/linux/linux-5.10/include/linux/
H A Ddtlk.h76 unsigned char expression; /* nE; 0-9 */ member
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dspeakup_dtlk.h51 u_char expression; /* nE; 0-9 */ member
/kernel/linux/linux-6.6/include/linux/
H A Ddtlk.h76 unsigned char expression; /* nE; 0-9 */ member
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dstwotox.S35 | 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 Dstwotox.S35 | Go to expr to compute that expression.
51 | Go to expr to compute that expression.
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_error.c238 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 Dxfs_error.h44 extern bool xfs_errortag_test(struct xfs_mount *mp, const char *expression,
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_error.h44 extern bool xfs_errortag_test(struct xfs_mount *mp, const char *expression,
H A Dxfs_error.c292 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 Dsym_hipd.h82 #define assert(expression) { \
83 if (!(expression)) { \
86 #expression, \
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h82 #define assert(expression) { \
83 if (!(expression)) { \
86 #expression, \
/kernel/liteos_m/utils/
H A Dlos_compiler.h376 #define LOS_ASSERT_COND(expression)
/kernel/linux/linux-6.6/mm/kasan/
H A Dkasan_test.c94 * 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 Ddtlk.c554 status.expression = *t++; in dtlk_interrogate()

Completed in 18 milliseconds

12