Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 19 of 19) sorted by relevance

/tools/memory-model/Documentation/
A Dlocking.txt50 consequence that if the final value of r0 is equal to 1, then the final
51 value of r1 must also be equal to 1. In contrast, the weaker rule would
82 This also has the consequence that if the final value of r1 is equal
83 to 0, then the final value of r0 must also be equal to 0. In contrast,
265 equal "0" and "1:r1" to equal 1.
297 If "1:r0" is equal to "0", "1:r1" can never equal "1" because CPU0()
A Drecipes.txt95 consequence that if the final value of r0 is equal to 1, then the final
96 value of r1 must also be equal to 1. In contrast, the weaker rule would
121 This also has the consequence that if the final value of r1 is equal
122 to 0, then the final value of r0 must also be equal to 0. In contrast,
383 barrier in CPU1() prevents r0 and r1 from both ending up equal to 1.
A Dglossary.txt84 are all equal to zero is forbidden by LKMM.
A Dcontrol-dependencies.txt133 (q % MAX) must be equal to zero, regardless of the value of "q".
A Dlitmus-tests.txt176 loaded a value from "x" that was equal to 1 but loaded a value from "y"
177 that was still equal to zero.
876 all executions in which "2:r0" is not equal to the value "1".
A Dexplanation.txt1190 second load executed. So why doesn't r2 end up equal to 1?
1302 been forwarded to the load, so r1 would have ended up equal to 1, not
1452 be equal to X). Because of the cumul-fence links, we know that W will
1656 1. G = W is po-before or equal to X;
2029 This waits until s is equal to 0 and then atomically sets it to 1,
2040 which atomically sets s to 1 if it is currently equal to 0 and returns
A Dordering.txt189 value being overwritten is almost always equal to the new value. Such a
/tools/perf/ui/
A Dhist.c704 .equal = hpp__equal, \
718 .equal = hpp__equal, \
731 .equal = hpp__equal, \
745 .equal = hpp__equal_mem_stat, \
817 return a->equal && a->equal(a, b); in fmt_equal()
/tools/perf/tests/shell/lib/
A Dattr.py102 def equal(self, other): member in Event
323 if (exp_event.equal(res_event)):
/tools/testing/selftests/bpf/prog_tests/
A Dcore_reloc.c1006 int err, i, equal, fd; in run_core_reloc_tests() local
1120 equal = memcmp(data->out, test_case->output, in run_core_reloc_tests()
1122 if (CHECK(!equal, "check_result", in run_core_reloc_tests()
/tools/build/
A DBuild.include33 # Check if both arguments has same arguments. Result is empty string if equal.
/tools/scripts/
A Dutilities.mak185 # To compare if a 3 component version is greater or equal to another, first use
/tools/perf/util/
A Dhist.h501 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); member
A Dsort.c2888 hse->hpp.equal = __sort__hpp_equal; in __sort_dimension__alloc_hpp()
3258 hde->hpp.equal = __sort__hde_equal; in __alloc_dynamic_entry()
/tools/perf/Documentation/
A Djitdump-specification.txt103 …ate new code started address for the jitted code. By default it should be equal to the vma address.
A Dperf-config.txt658 Do not suppress syscall arguments that are equal to zero.
A Dperf-stat.txt517 Print the top-down statistics that equal the input level. It allows
/tools/perf/
A Dbuiltin-kvm.c411 fmt->equal = fmt_equal; in get_format()
A Dbuiltin-c2c.c1965 fmt->equal = fmt_equal; in get_format()

Completed in 45 milliseconds