| /linux/rust/syn/ |
| H A D | lookahead.rs | 67 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 D | unsigned_lesser_than_zero.cocci | 3 /// comparisons 'unsigned (<|<=|>|>=) 0' often indicates a bug, 9 /// - comparisons "<= 0" and "> 0" are performed only on results of
|
| /linux/arch/alpha/lib/ |
| H A D | strrchr.S | 46 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
|
| H A D | ev67-strrchr.S | 68 cmovne t3, v0, t6 # E : save previous comparisons match
|
| /linux/Documentation/misc-devices/ |
| H A D | apds990x.rst | 24 (infrared + visible light) and IR only. However, threshold comparisons happen
|
| /linux/arch/arm/lib/ |
| H A D | div64.S | 102 @ divisor for comparisons, considering the carry-out bit as well.
|
| H A D | lib1funcs.S | 171 @ Do comparisons in batch of 4 first.
|
| /linux/net/sched/ |
| H A D | Kconfig | 517 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 D | kcov.rst | 153 * The format for the types of collected comparisons. 187 /* Read number of comparisons collected. */
|
| /linux/Documentation/driver-api/ |
| H A D | ptp.rst | 42 single system, in order to allow performance comparisons.
|
| /linux/Documentation/rust/ |
| H A D | general-information.rst | 156 numerical comparisons, one may define a new Kconfig symbol:
|
| /linux/tools/memory-model/Documentation/ |
| H A D | references.txt | 125 Memory-model comparisons
|
| H A D | ordering.txt | 419 control-flow instructions such as comparisons and conditional branches.
|
| /linux/Documentation/hwmon/ |
| H A D | adm9240.rst | 56 for limit comparisons can be programmed in over the same serial bus. The
|
| H A D | sysfs-interface.rst | 58 make comparisons of readings to thresholds. This allows violations
|
| /linux/arch/m68k/fpsp040/ |
| H A D | setox.S | 65 | To avoid the use of floating-point comparisons, a 70 | explicit bit) bits of |X|. Consequently, the comparisons
|
| /linux/fs/affs/ |
| H A D | Changes | 154 and case insensitive name comparisons to use
|
| /linux/Documentation/bpf/ |
| H A D | classic_vs_extended.rst | 342 operands for the comparisons instead.
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | vdo.rst | 136 The number of threads used to manage data comparisons for
|
| /linux/Documentation/crypto/ |
| H A D | asymmetric-keys.rst | 57 comparisons than just the straightforward comparison of the description with
|
| /linux/Documentation/RCU/ |
| H A D | rcu_dereference.rst | 129 However, comparisons are OK in the following cases:
|
| /linux/Documentation/filesystems/ |
| H A D | path-lookup.txt | 119 dentry comparisons will never match. However it is fatal to miss a matching
|
| /linux/Documentation/core-api/ |
| H A D | assoc_array.rst | 329 comparisons.
|
| /linux/LICENSES/dual/ |
| H A D | MPL-1.1 | 78 differential comparisons against either the Original Code or another
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 444 | the end of the grace period. Modulo-arithmetic comparisons therefore |
|