Searched refs:Constant (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/tools/perf/pmu-events/ |
A D | metric.py | 84 return Constant(1 if val else 0) 86 return Constant(val) 158 if isinstance(lhs, Constant) and isinstance(rhs, Constant): 161 if isinstance(self.lhs, Constant): 169 return Constant(0) 174 if isinstance(rhs, Constant): 179 return Constant(0) 226 if isinstance(cond, Constant): 273 if isinstance(lhs, Constant) and isinstance(rhs, Constant): 276 return Constant(0) [all …]
|
A D | metric_test.py | 4 from metric import Constant 26 one = Constant(1)
|
/linux-6.3-rc2/scripts/ |
A D | checkpatch.pl | 534 our $Constant = qr{$Float|$Binary|$Octal|$Hex|$Int}; 1059 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)}; 2186 } elsif ($cur =~ /^($Ident|$Constant)/o) { 5802 while ($line =~ m{($Constant|$Lval)}g) { 5806 if ($var !~ /^$Constant$/ && 5941 $dstat !~ /^(?:$Ident|-?$Constant);$/ && # foo(); 5948 …$dstat !~ /^do\s*$Constant\s*while\s*$Constant;?$/ && # do {...} while (...); // do {...} while (.… 5949 $dstat !~ /^while\s*$Constant\s*$Constant\s*$/ && # while (...) {...} 5950 $dstat !~ /^for\s*$Constant$/ && # for (...) 5951 $dstat !~ /^for\s*$Constant\s+(?:$Ident|-?$Constant)$/ && # for (...) bar() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/ |
A D | maxim,max14577.yaml | 27 Battery Constant Voltage in uV
|
/linux-6.3-rc2/Documentation/arm64/ |
A D | amu.rst | 30 - Constant counter: increments at the fixed frequency of the system
|
/linux-6.3-rc2/Documentation/arm/ |
A D | tcm.rst | 112 /* Constant */
|
/linux-6.3-rc2/Documentation/translations/zh_CN/kernel-hacking/ |
A D | hacking.rst | 583 - 非常量(Non-Constant)初始化程序
|
/linux-6.3-rc2/Documentation/input/devices/ |
A D | iforce-protocol.rst | 99 Val 00 Constant
|
/linux-6.3-rc2/lib/ |
A D | Kconfig | 438 Constant value for Galois field order 'm'. If 'k' is the 447 Constant value for error correction capability in bits 't'.
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | kconfig-language.rst | 276 Constant symbols are only part of expressions. Constant symbols are
|
/linux-6.3-rc2/Documentation/loongarch/ |
A D | introduction.rst | 36 ``$r0`` ``$zero`` Constant zero Unused
|
/linux-6.3-rc2/drivers/scsi/aic7xxx/ |
A D | aic7xxx_reg.h_shipped | 901 /* Downloaded Constant Definitions */
|
A D | aic79xx_reg.h_shipped | 1796 /* Downloaded Constant Definitions */
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | ext-ctrls-codec.rst | 576 - Constant bitrate 578 - Constant quality 591 Constant quality level control. This control is applicable when
|
/linux-6.3-rc2/Documentation/kernel-hacking/ |
A D | hacking.rst | 692 - Non-Constant initializers
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-deadline.rst | 42 algorithm, augmented with a mechanism (called Constant Bandwidth Server, CBS)
|
Completed in 45 milliseconds