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

/linux-master/sound/pci/asihpi/
H A Dhpidebug.h36 #define HPI_DEBUG_ASSERT(expression) \
38 if (!(expression)) { \
40 " ASSERT " __stringify(expression)); \
/linux-master/include/linux/
H A Ddtlk.h76 unsigned char expression; /* nE; 0-9 */ member in struct:dtlk_settings
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_dtlk.h51 u_char expression; /* nE; 0-9 */ member in struct:synth_settings
H A Dspeakup_dtlk.c316 status.expression = *t++;
/linux-master/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...]
/linux-master/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...]
/linux-master/drivers/scsi/megaraid/
H A Dmega_common.h261 #define ASSERT(expression) \
262 if (!(expression)) { \
264 #expression, __FILE__, __LINE__, __func__); \
267 #define ASSERT(expression)
/linux-master/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,
319 expression, file, line, mp->m_super->s_id);
290 xfs_errortag_test( struct xfs_mount *mp, const char *expression, const char *file, int line, unsigned int error_tag) argument
/linux-master/arch/m68k/fpsp040/
H A Dstwotox.S35 | Go to expr to compute that expression.
51 | Go to expr to compute that expression.
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h82 #define assert(expression) { \
83 if (!(expression)) { \
86 #expression, \
/linux-master/drivers/char/
H A Ddtlk.c554 status.expression = *t++;
/linux-master/tools/scripts/
H A Dutilities.mak66 # expression constant in an `awk' program that is
/linux-master/mm/kasan/
H A Dkasan_test.c95 * KUNIT_EXPECT_KASAN_FAIL - check that the executed expression produces a
99 * @expression: Expression that must produce a KASAN report.
106 * Since the compiler doesn't see that the expression can change the test_status
109 * expression to prevent that.
116 #define KUNIT_EXPECT_KASAN_FAIL(test, expression) do { \
122 expression; \
128 "expected in \"" #expression \
/linux-master/drivers/scsi/
H A Dscript_asm.pl614 <expression> TO <register>
/linux-master/scripts/
H A Dget_abi.pl1074 Search for all symbols that match the regex expression "usb.*cap":
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S8841 # Go to expr to compute that expression. #
8857 # Go to expr to compute that expression. #

Completed in 234 milliseconds