Searched refs:compare (Results 1 – 7 of 7) sorted by relevance
| /scripts/dtc/ |
| D | of_unittest_expect | 29 sub compare { subroutine 314 if (compare($data, $begin)) { 340 } elsif (! compare($data, $begin) and ($data ne $begin)) { 388 if (compare($data, $begin)) { 423 if (! compare($data, $begin) and ($data ne $begin)) { 449 if (compare($begin, $line)) { 457 while (! compare($begin, $line)) { 472 if (compare($begin, $line)) { 480 while (! compare($begin, $line)) {
|
| /scripts/atomic/kerneldoc/ |
| D | cmpxchg | 3 * ${class}${atomicname}() - atomic compare and exchange with ${desc_order} ordering 5 * @old: ${int} value to compare with
|
| D | try_cmpxchg | 3 * ${class}${atomicname}() - atomic compare and exchange with ${desc_order} ordering 5 * @old: pointer to ${int} value to compare with
|
| D | add_unless | 10 * @u: ${int} value to compare with
|
| /scripts/coccinelle/api/ |
| D | check_bq27xxx_data.cocci | 84 List.sort compare i1regs_vals = List.sort compare i2regs_vals 120 List.sort compare i1dmregs_vals = List.sort compare i2dmregs_vals 156 List.sort compare i1props_vals = List.sort compare i2props_vals
|
| /scripts/ |
| D | Makefile.extrawarn | 152 KBUILD_CFLAGS += -Wno-tautological-constant-out-of-range-compare 154 KBUILD_CFLAGS += -Wno-enum-compare-conditional 201 KBUILD_CFLAGS += -Wsign-compare 209 KBUILD_CFLAGS += -Wno-sign-compare
|
| /scripts/kconfig/tests/ |
| D | conftest.py | 228 def _read_and_compare(self, compare, expected): argument 236 return compare(self, expected_data)
|