Searched refs:expr (Results 1 - 25 of 200) sorted by path

12345678

/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim42 setlocal foldmethod=expr
/linux-master/arch/m68k/fpsp040/
H A Dstwotox.S35 | Go to expr to compute that expression.
51 | Go to expr to compute that expression.
53 | expr
270 bra expr
381 expr: label
/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. #
8859 # expr #
9044 bra.w expr
9147 expr: label
/linux-master/arch/mips/math-emu/
H A Dieee754dp.h15 #define assert(expr) ((void)0)
H A Dieee754sp.h15 #define assert(expr) ((void)0)
/linux-master/tools/pci/
H A Dpcitest.sh12 bar=`expr $bar + 1`
28 msi=`expr $msi + 1`
38 msix=`expr $msix + 1`
/linux-master/tools/perf/scripts/perl/bin/
H A Dfailed-syscalls-report5 if ! expr match "$1" "-" > /dev/null ; then
H A Drwtop-report7 if expr match "$i" "-" > /dev/null ; then
/linux-master/tools/perf/scripts/python/bin/
H A Dexport-to-postgresql-report7 if expr match "$i" "-" > /dev/null ; then
H A Dexport-to-sqlite-report7 if expr match "$i" "-" > /dev/null ; then
H A Dfailed-syscalls-by-pid-report5 if ! expr match "$1" "-" > /dev/null ; then
H A Dsctop-report7 if expr match "$i" "-" > /dev/null ; then
H A Dsyscall-counts-by-pid-report5 if ! expr match "$1" "-" > /dev/null ; then
H A Dsyscall-counts-report5 if ! expr match "$1" "-" > /dev/null ; then
/linux-master/tools/power/cpupower/utils/
H A Dversion-gen.sh34 VN=$(expr "$VN" : v*'\(.*\)')
/linux-master/tools/testing/selftests/ftrace/test.d/00basic/
H A Dringbuffer_size.tc9 expr $ORIG / 2 > buffer_size_kb
11 expr $ORIG \* 2 > buffer_size_kb
/linux-master/tools/testing/selftests/memfd/
H A Drun_hugetlbfs_test.sh27 hpages_needed=`expr $hpages_test - $freepgs`
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_handler.S72 #define LOAD_REG_IMMEDIATE(reg,expr) \
73 lis reg,(expr)@highest; \
74 ori reg,reg,(expr)@higher; \
76 oris reg,reg,(expr)@h; \
77 ori reg,reg,(expr)@l;
/linux-master/
H A DMakefile1245 expr $(VERSION) \* 65536 + $(PATCHLEVEL) \* 256 + 255); \
1248 expr $(VERSION) \* 65536 + $(PATCHLEVEL) \* 256 + $(SUBLEVEL)); \
/linux-master/arch/mips/
H A DMakefile299 ifeq ($(shell expr $(load-y) \< 0xffffffff80000000), 0)
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h294 * LOAD_REG_IMMEDIATE(rn, expr)
295 * Loads the value of the constant expression 'expr' into register 'rn'
298 * valid) and when 'expr' is a constant or absolute address.
375 #define LOAD_REG_IMMEDIATE(reg, expr) __LOAD_REG_IMMEDIATE reg, expr
377 #define LOAD_REG_IMMEDIATE_SYM(reg, tmp, expr) \
378 lis tmp, (expr)@highest; \
379 lis reg, (expr)@__AS_ATHIGH; \
380 ori tmp, tmp, (expr)@higher; \
381 ori reg, reg, (expr)
[all...]
/linux-master/arch/um/include/shared/
H A Dos.h21 #define CATCH_EINTR(expr) while ((errno = 0, ((expr) < 0)) && (errno == EINTR))
/linux-master/arch/x86/kernel/
H A Duprobes.c600 #define COND(op_y, op_n, expr) \
601 case 0x ## op_y: DO((expr) != 0) \
602 case 0x ## op_n: DO((expr) == 0)
609 #define DO(expr) \
624 #define DO(expr) \
625 return expr;
/linux-master/drivers/atm/
H A Dfore200e.c85 #define ASSERT(expr) if (!(expr)) { \
87 __func__, __LINE__, #expr); \
91 #define ASSERT(expr) do {} while (0)
/linux-master/drivers/block/
H A Drbd.c620 #define rbd_assert(expr) \
621 if (unlikely(!(expr))) { \
625 __func__, __LINE__, #expr); \
629 # define rbd_assert(expr) ((void) 0)

Completed in 430 milliseconds

12345678