Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/exec/
A Dbinfmt_script.py45 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 Dsparsebit.c902 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 Dutilities.mak166 # by the presence of a leading `/'.
/tools/perf/Documentation/
A Dperf-top.txt304 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 Dperf-script.txt262 is printed. This is the full execution path leading to the sample. This is only supported when the
A Dperf-stat.txt357 increase the chance of the event being scheduled - leading to more
/tools/memory-model/Documentation/
A Daccess-marking.txt437 All code paths leading from the do_something_locked() function's first
A Dexplanation.txt320 -- 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 Dlitmus-tests.txt950 reordering compilers and CPUs can carry out, leading it to miss

Completed in 19 milliseconds