Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 7 of 7) sorted by relevance

/scripts/dtc/
Dof_unittest_expect29 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/
Dcmpxchg3 * ${class}${atomicname}() - atomic compare and exchange with ${desc_order} ordering
5 * @old: ${int} value to compare with
Dtry_cmpxchg3 * ${class}${atomicname}() - atomic compare and exchange with ${desc_order} ordering
5 * @old: pointer to ${int} value to compare with
Dadd_unless10 * @u: ${int} value to compare with
/scripts/coccinelle/api/
Dcheck_bq27xxx_data.cocci84 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/
DMakefile.extrawarn152 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/
Dconftest.py228 def _read_and_compare(self, compare, expected): argument
236 return compare(self, expected_data)