| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | netwinder-fpe.rst | 66 Compare instructions 68 CMF{cond} Fn, Fm Compare floating 69 CMFE{cond} Fn, Fm Compare floating with exception 70 CNF{cond} Fn, Fm Compare negated floating 71 CNFE{cond} Fn, Fm Compare negated floating with exception
|
| /linux/rust/syn/ |
| H A D | precedence.rs | 35 Compare, enumerator 77 | BinOp::Gt(_) => Precedence::Compare, in of_binop()
|
| H A D | fixup.rs | 503 Precedence::Assign | Precedence::Compare => precedence <= fixup.next_operator, in scan_right() 552 if binop_prec == Precedence::Compare && fixup.next_operator == Precedence::Compare { in scan_right()
|
| H A D | expr.rs | 1333 if precedence == Precedence::Compare { in parse_expr() 1335 if Precedence::of_binop(&lhs.op) == Precedence::Compare { in parse_expr() 1401 if precedence == Precedence::Compare { in parse_expr() 1403 if Precedence::of_binop(&lhs.op) == Precedence::Compare { in parse_expr() 2223 parse_expr(input, lhs, allow_struct, Precedence::Compare)? in expr_let() 3406 Precedence::Compare => left_prec <= binop_prec, in print_expr_binary()
|
| /linux/arch/sparc/kernel/ |
| H A D | dtlb_miss.S | 10 cmp %g4, %g6 ! Compare TAG
|
| H A D | itlb_miss.S | 10 cmp %g4, %g6 ! Compare TAG
|
| /linux/Documentation/userspace-api/media/drivers/ |
| H A D | npcm-video.rst | 27 Compare the incoming frame with the frame stored in memory, and updates the
|
| /linux/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | README | 34 Compare two files:
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 561 our $Compare = qr{<=|>=|==|!=|<|(?<!-)>}; 4149 $pl =~ /(?:$Compare|$Assignment|$Operators)\s*$/ || 4167 $sl =~ /^\+\s+\(?\s*(?:$Compare|$Assignment|$Operators)/)) { 5565 …while ($test =~ /(?:^|[^\w\&\!\~])+\s*\(\s*([\&\!\~]?\s*$Lval\s*(?:$Compare\s*$FuncArg)?)\s*\)/g) { 5644 …if ($line =~ /\bif\s*(?:\(\s*){$count,$count}$LvalOrFunc\s*($Compare)\s*$LvalOrFunc(?:\s*\)){$coun… 5657 $line =~ /^\+(.*)\b($Constant|[A-Z_][A-Z0-9_]*)\s*($Compare)\s*($LvalOrFunc)/) { 5677 $fixed[$fixlinenr] =~ s/\(\s*\Q$const\E\s*$Compare\s*\Q$to\E\s*\)/($to $newcomp $const)/; 5733 … /^\+(\s+)if\s*\(\s*(\!)?\s*\(\s*(($Lval)\s*=\s*$LvalOrFunc)\s*\)\s*(?:($Compare)\s*($FuncArg))?\s… 6658 if ($line =~ /\bjiffies\s*$Compare|$Compare\s*jiffies\b/) { 6664 if ($line =~ /\bget_jiffies_64\s*\(\s*\)\s*$Compare|$Compare\s*get_jiffies_64\s*\(\s*\)/) { [all …]
|
| H A D | check-uapi.sh | 26 -p PAST_REF Compare BASE_REF to PAST_REF (e.g. -p v6.1). If unspecified or empty,
|
| /linux/scripts/coccinelle/null/ |
| H A D | badzero.cocci | 2 /// Compare pointer-typed values to NULL rather than 0
|
| /linux/tools/memory-model/scripts/ |
| H A D | README | 41 Compare output from two different runs of the same litmus tests,
|
| /linux/tools/perf/Documentation/ |
| H A D | tips.txt | 3 Compare performance results with: perf diff [<old file> <new file>]
|
| /linux/tools/memory-model/ |
| H A D | linux-kernel.cat | 134 let rcu-gp = [Sync-rcu] (* Compare with gp *)
|
| /linux/Documentation/wmi/devices/ |
| H A D | dell-wmi-ddv.rst | 312 3. Compare the data with the built-in UEFI diagnostics.
|
| /linux/Documentation/networking/diagnostic/ |
| H A D | twisted_pair_layer1_diagnostics.rst | 749 - **Compare Counters**: 751 - Compare the egress and ingress frame counts reported by the PHY and MAC.
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | inodes.rst | 13 directory entry. (Compare all this to FAT, which stores all the file
|
| /linux/arch/m68k/fpsp040/ |
| H A D | bindec.S | 665 | Compare abs(YINT) to 10^(LEN-1) and 10^LEN
|
| /linux/Documentation/arch/riscv/ |
| H A D | hwprobe.rst | 183 defined in the Atomic Compare-and-Swap (CAS) instructions manual starting
|
| /linux/Documentation/dev-tools/ |
| H A D | checkuapi.rst | 26 -p PAST_REF Compare BASE_REF to PAST_REF (e.g. -p v6.1). If unspecified or empty,
|
| /linux/drivers/clocksource/ |
| H A D | Kconfig | 540 the Compare Match Timer (CMT) hardware available in 16/32/48-bit
|
| /linux/Documentation/core-api/ |
| H A D | assoc_array.rst | 144 Compare the object against an index key and return ``true`` if it matches
|
| /linux/Documentation/locking/ |
| H A D | rt-mutex-design.rst | 316 Some architectures implement an atomic cmpxchg (Compare and Exchange). This
|
| /linux/Documentation/process/ |
| H A D | backporting.rst | 127 - `Beyond Compare <https://www.scootersoftware.com/>`__
|
| /linux/Documentation/filesystems/ |
| H A D | fsverity.rst | 861 Compare it to dm-verity vs. dm-integrity. dm-verity is very
|