Home
last modified time | relevance | path

Searched refs:comparisons (Results 1 – 25 of 30) sorted by relevance

12

/linux/rust/syn/
H A Dlookahead.rs67 comparisons: RefCell<Vec<&'static str>>, field
74 comparisons: RefCell::new(Vec::new()), in new()
86 lookahead.comparisons.borrow_mut().push(display()); in peek_impl()
115 let mut comparisons = self.comparisons.into_inner(); in error() localVariable
116 comparisons.retain_mut(|display| { in error()
127 match comparisons.len() { in error()
136 let message = format!("expected {}", comparisons[0]); in error()
140 let message = format!("expected {} or {}", comparisons[0], comparisons[1]); in error()
144 let join = comparisons.join(", "); in error()
/linux/scripts/coccinelle/tests/
H A Dunsigned_lesser_than_zero.cocci3 /// comparisons 'unsigned (<|<=|>|>=) 0' often indicates a bug,
9 /// - comparisons "<= 0" and "> 0" are performed only on results of
/linux/arch/alpha/lib/
H A Dstrrchr.S46 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
H A Dev67-strrchr.S68 cmovne t3, v0, t6 # E : save previous comparisons match
/linux/Documentation/misc-devices/
H A Dapds990x.rst24 (infrared + visible light) and IR only. However, threshold comparisons happen
/linux/arch/arm/lib/
H A Ddiv64.S102 @ divisor for comparisons, considering the carry-out bit as well.
H A Dlib1funcs.S171 @ Do comparisons in batch of 4 first.
/linux/net/sched/
H A DKconfig517 tristate "Universal 32bit comparisons w/ hashing (U32)"
620 simple packet data comparisons for 8, 16, and 32bit values.
630 multiple byte comparisons mainly useful for IPv6 address comparisons.
665 textsearch comparisons.
/linux/Documentation/dev-tools/
H A Dkcov.rst153 * The format for the types of collected comparisons.
187 /* Read number of comparisons collected. */
/linux/Documentation/driver-api/
H A Dptp.rst42 single system, in order to allow performance comparisons.
/linux/Documentation/rust/
H A Dgeneral-information.rst156 numerical comparisons, one may define a new Kconfig symbol:
/linux/tools/memory-model/Documentation/
H A Dreferences.txt125 Memory-model comparisons
H A Dordering.txt419 control-flow instructions such as comparisons and conditional branches.
/linux/Documentation/hwmon/
H A Dadm9240.rst56 for limit comparisons can be programmed in over the same serial bus. The
H A Dsysfs-interface.rst58 make comparisons of readings to thresholds. This allows violations
/linux/arch/m68k/fpsp040/
H A Dsetox.S65 | To avoid the use of floating-point comparisons, a
70 | explicit bit) bits of |X|. Consequently, the comparisons
/linux/fs/affs/
H A DChanges154 and case insensitive name comparisons to use
/linux/Documentation/bpf/
H A Dclassic_vs_extended.rst342 operands for the comparisons instead.
/linux/Documentation/admin-guide/device-mapper/
H A Dvdo.rst136 The number of threads used to manage data comparisons for
/linux/Documentation/crypto/
H A Dasymmetric-keys.rst57 comparisons than just the straightforward comparison of the description with
/linux/Documentation/RCU/
H A Drcu_dereference.rst129 However, comparisons are OK in the following cases:
/linux/Documentation/filesystems/
H A Dpath-lookup.txt119 dentry comparisons will never match. However it is fatal to miss a matching
/linux/Documentation/core-api/
H A Dassoc_array.rst329 comparisons.
/linux/LICENSES/dual/
H A DMPL-1.178 differential comparisons against either the Original Code or another
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst444 | the end of the grace period. Modulo-arithmetic comparisons therefore |

12