Searched refs:leading (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/exec/ |
| A D | binfmt_script.py | 45 def test(name, size, good=True, leading="", root="./", target="/perl", argument 69 buf=hashbang + leading + root + middle + target + arg + newline 121 test(name="exact-space", size=SIZE, good=False, leading=" ") 126 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19) 134 test(name="newline-prefix", size=SIZE-1, good=False, leading="\n", 141 test(name="test.pl", size=439, leading=" ", 161 test(name="one-under-leading", size=SIZE-1, leading=" ") 163 test(name="one-under-leading-trunc-arg", size=SIZE-1, leading=" ", arg=" ") 167 test(name="two-under-leading", size=SIZE-2, leading=" ") 168 test(name="two-under-leading-trunc-arg", size=SIZE-2, leading=" ", arg=" ") [all …]
|
| /tools/testing/selftests/kvm/lib/ |
| A D | sparsebit.c | 902 mask_t leading = (mask_t)1 << start; in node_first_set() local 903 int n1 = __builtin_ctz(nodep->mask & -leading); in node_first_set() 910 mask_t leading = (mask_t)1 << start; in node_first_clear() local 911 int n1 = __builtin_ctz(~nodep->mask & -leading); in node_first_clear()
|
| /tools/scripts/ |
| A D | utilities.mak | 166 # by the presence of a leading `/'.
|
| /tools/perf/Documentation/ |
| A D | perf-top.txt | 304 the pausing used in this technique is leading to loss of metadata events such 305 as PERF_RECORD_MMAP which makes 'perf top' unable to resolve samples, leading
|
| A D | perf-script.txt | 262 is printed. This is the full execution path leading to the sample. This is only supported when the
|
| A D | perf-stat.txt | 357 increase the chance of the event being scheduled - leading to more
|
| /tools/memory-model/Documentation/ |
| A D | access-marking.txt | 437 All code paths leading from the do_something_locked() function's first
|
| A D | explanation.txt | 320 -- not the computation leading up to it. 1197 ptr = &x value does, leading to the undesirable result above. The 1994 an srcu-lock event and the final data dependency leading to the
|
| A D | litmus-tests.txt | 950 reordering compilers and CPUs can carry out, leading it to miss
|
Completed in 17 milliseconds