Searched refs:equal (Results 1 – 19 of 19) sorted by relevance
| /tools/memory-model/Documentation/ |
| A D | locking.txt | 50 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 D | recipes.txt | 95 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 D | glossary.txt | 84 are all equal to zero is forbidden by LKMM.
|
| A D | control-dependencies.txt | 133 (q % MAX) must be equal to zero, regardless of the value of "q".
|
| A D | litmus-tests.txt | 176 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 D | explanation.txt | 1190 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 D | ordering.txt | 189 value being overwritten is almost always equal to the new value. Such a
|
| /tools/perf/ui/ |
| A D | hist.c | 704 .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 D | attr.py | 102 def equal(self, other): member in Event 323 if (exp_event.equal(res_event)):
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | core_reloc.c | 1006 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 D | Build.include | 33 # Check if both arguments has same arguments. Result is empty string if equal.
|
| /tools/scripts/ |
| A D | utilities.mak | 185 # To compare if a 3 component version is greater or equal to another, first use
|
| /tools/perf/util/ |
| A D | hist.h | 501 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); member
|
| A D | sort.c | 2888 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 D | jitdump-specification.txt | 103 …ate new code started address for the jitted code. By default it should be equal to the vma address.
|
| A D | perf-config.txt | 658 Do not suppress syscall arguments that are equal to zero.
|
| A D | perf-stat.txt | 517 Print the top-down statistics that equal the input level. It allows
|
| /tools/perf/ |
| A D | builtin-kvm.c | 411 fmt->equal = fmt_equal; in get_format()
|
| A D | builtin-c2c.c | 1965 fmt->equal = fmt_equal; in get_format()
|
Completed in 45 milliseconds