Searched refs:Constant (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/tools/perf/pmu-events/ |
| H A D | metric.py | 87 return Constant(1 if val else 0) 89 return Constant(val) 164 if isinstance(lhs, Constant) and isinstance(rhs, Constant): 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): 282 return Constant(0) [all …]
|
| H A D | metric_test.py | 4 from metric import Constant 26 one = Constant(1)
|
| /linux-6.15/scripts/ |
| H A D | checkpatch.pl | 541 our $Constant = qr{$Float|$Binary|$Octal|$Hex|$Int}; 1072 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)}; 2200 } elsif ($cur =~ /^($Ident|$Constant)/o) { 5817 while ($line =~ m{($Constant|$Lval)}g) { 5821 if ($var !~ /^$Constant$/ && 5960 $dstat !~ /^(?:$Ident|-?$Constant);$/ && # foo(); 5967 …$dstat !~ /^do\s*$Constant\s*while\s*$Constant;?$/ && # do {...} while (...); // do {...} while (.… 5968 $dstat !~ /^while\s*$Constant\s*$Constant\s*$/ && # while (...) {...} 5969 $dstat !~ /^for\s*$Constant$/ && # for (...) 5970 $dstat !~ /^for\s*$Constant\s+(?:$Ident|-?$Constant)$/ && # for (...) bar() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/power/supply/ |
| H A D | maxim,max14577.yaml | 27 Battery Constant Voltage in uV
|
| /linux-6.15/Documentation/gpu/amdgpu/ |
| H A D | amdgpu-glossary.rst | 16 Constant Engine
|
| /linux-6.15/Documentation/arch/arm64/ |
| H A D | amu.rst | 30 - Constant counter: increments at the fixed frequency of the system
|
| /linux-6.15/Documentation/arch/arm/ |
| H A D | tcm.rst | 112 /* Constant */
|
| /linux-6.15/lib/ |
| H A D | Kconfig | 386 Constant value for Galois field order 'm'. If 'k' is the 395 Constant value for error correction capability in bits 't'.
|
| /linux-6.15/Documentation/translations/zh_CN/kernel-hacking/ |
| H A D | hacking.rst | 583 - 非常量(Non-Constant)初始化程序
|
| /linux-6.15/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 99 Val 00 Constant
|
| /linux-6.15/Documentation/bpf/ |
| H A D | btf.rst | 568 2.3 Constant Values 573 2.3.1 Function Linkage Constant Values 588 2.3.2 Variable Linkage Constant Values
|
| /linux-6.15/Documentation/arch/loongarch/ |
| H A D | introduction.rst | 36 ``$r0`` ``$zero`` Constant zero Unused
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 280 Constant symbols are only part of expressions. Constant symbols are
|
| /linux-6.15/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-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-codec.rst | 576 - Constant bitrate 578 - Constant quality 591 Constant quality level control. This control is applicable when
|
| /linux-6.15/Documentation/hid/ |
| H A D | hidintro.rst | 163 and take Constant (Cnst) values i.e. they can be ignored. ::
|
| /linux-6.15/Documentation/kernel-hacking/ |
| H A D | hacking.rst | 692 - Non-Constant initializers
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-deadline.rst | 42 algorithm, augmented with a mechanism (called Constant Bandwidth Server, CBS)
|