Searched refs:Constant (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.6/tools/perf/pmu-events/ |
D | metric.py | 87 return Constant(1 if val else 0) 89 return Constant(val) 164 if isinstance(lhs, Constant) and isinstance(rhs, Constant): 165 return Constant(ast.literal_eval(lhs + self.operator + rhs)) 167 if isinstance(self.lhs, Constant): 175 return Constant(0) 180 if isinstance(rhs, Constant): 185 return Constant(0) 232 if isinstance(cond, Constant): 279 if isinstance(lhs, Constant) and isinstance(rhs, Constant): [all …]
|
D | metric_test.py | 4 from metric import Constant 26 one = Constant(1)
|
/Linux-v6.6/scripts/ |
D | checkpatch.pl | 536 our $Constant = qr{$Float|$Binary|$Octal|$Hex|$Int}; 1077 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)}; 2204 } elsif ($cur =~ /^($Ident|$Constant)/o) { 5612 $line =~ /^\+(.*)\b($Constant|[A-Z_][A-Z0-9_]*)\s*($Compare)\s*($LvalOrFunc)/) { 5836 while ($line =~ m{($Constant|$Lval)}g) { 5840 if ($var !~ /^$Constant$/ && 5976 $dstat !~ /^(?:$Ident|-?$Constant),$/ && # 10, // foo(), 5977 $dstat !~ /^(?:$Ident|-?$Constant);$/ && # foo(); 5978 …$dstat !~ /^[!~-]?(?:$Lval|$Constant)$/ && # 10 // foo() // !foo // ~foo // -foo // foo->bar // f… 5982 $dstat !~ /^(?:\#\s*$Ident|\#\s*$Constant)\s*$/ && # stringification #foo [all …]
|
/Linux-v6.6/Documentation/arch/arm64/ |
D | amu.rst | 30 - Constant counter: increments at the fixed frequency of the system
|
/Linux-v6.6/Documentation/arch/arm/ |
D | tcm.rst | 112 /* Constant */
|
/Linux-v6.6/Documentation/translations/zh_CN/kernel-hacking/ |
D | hacking.rst | 583 - 非常量(Non-Constant)初始化程序
|
/Linux-v6.6/Documentation/input/devices/ |
D | iforce-protocol.rst | 99 Val 00 Constant
|
/Linux-v6.6/lib/ |
D | Kconfig | 440 Constant value for Galois field order 'm'. If 'k' is the 449 Constant value for error correction capability in bits 't'.
|
/Linux-v6.6/Documentation/arch/loongarch/ |
D | introduction.rst | 36 ``$r0`` ``$zero`` Constant zero Unused
|
/Linux-v6.6/Documentation/kbuild/ |
D | kconfig-language.rst | 276 Constant symbols are only part of expressions. Constant symbols are
|
/Linux-v6.6/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg.h_shipped | 901 /* Downloaded Constant Definitions */
|
D | aic79xx_reg.h_shipped | 1796 /* Downloaded Constant Definitions */
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec.rst | 576 - Constant bitrate 578 - Constant quality 591 Constant quality level control. This control is applicable when
|
/Linux-v6.6/Documentation/hid/ |
D | hidintro.rst | 163 and take Constant (Cnst) values i.e. they can be ignored. ::
|
/Linux-v6.6/Documentation/kernel-hacking/ |
D | hacking.rst | 692 - Non-Constant initializers
|
/Linux-v6.6/Documentation/scheduler/ |
D | sched-deadline.rst | 42 algorithm, augmented with a mechanism (called Constant Bandwidth Server, CBS)
|