Searched refs:Constant (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 202 return Constant(1 if val else 0) 204 return Constant(val) 279 if isinstance(lhs, Constant) and isinstance(rhs, Constant): 280 return Constant(ast.literal_eval(lhs + self.operator + rhs)) 282 if isinstance(self.lhs, Constant): 290 return Constant(0) 295 if isinstance(rhs, Constant): 300 return Constant(0) 350 if isinstance(cond, Constant): 401 if isinstance(lhs, Constant) and isinstance(rhs, Constant): [all …]
|
| H A D | metric_test.py | 4 from metric import Constant 26 one = Constant(1)
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 559 our $Constant = qr{$Float|$Binary|$Octal|$Hex|$Int}; 1099 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)}; 2229 } elsif ($cur =~ /^($Ident|$Constant)/o) { 5657 $line =~ /^\+(.*)\b($Constant|[A-Z_][A-Z0-9_]*)\s*($Compare)\s*($LvalOrFunc)/) { 5664 $to !~ /^(?:Constant|[A-Z_][A-Z0-9_]*)$/ && 5881 while ($line =~ m{($Constant|$Lval)}g) { 5885 if ($var !~ /^$Constant$/ && 6026 $dstat !~ /^(?:$Ident|-?$Constant),$/ && # 10, // foo(), 6027 $dstat !~ /^(?:$Ident|-?$Constant);$/ && # foo(); 6028 $dstat !~ /^[!~-]?(?:$Lval|$Constant) [all...] |
| /linux/lib/ |
| H A D | Kconfig | 300 Constant value for Galois field order 'm'. If 'k' is the 309 Constant value for error correction capability in bits 't'.
|
| /linux/Documentation/arch/arm/ |
| H A D | tcm.rst | 112 /* Constant */
|
| /linux/Documentation/translations/zh_CN/kernel-hacking/ |
| H A D | hacking.rst | 583 - 非常量(Non-Constant)初始化程序
|
| /linux/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 99 Val 00 Constant
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 322 Constant symbols are only part of expressions. Constant symbols are
|
| /linux/Documentation/arch/loongarch/ |
| H A D | introduction.rst | 36 ``$r0`` ``$zero`` Constant zero Unused
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_reg.h_shipped | 901 /* Downloaded Constant Definitions */
|
| H A D | aic79xx_reg.h_shipped | 1796 /* Downloaded Constant Definitions */
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-codec.rst | 577 - Constant bitrate 579 - Constant quality 592 Constant quality level control. This control is applicable when
|
| /linux/Documentation/hid/ |
| H A D | hidintro.rst | 163 and take Constant (Cnst) values i.e. they can be ignored. ::
|