HomeSort by relevance Sort by last modified time
    Searched defs:testrun (Results 1 - 3 of 3) sorted by null

  /external/elfutils/tests/
test-subr.sh 60 testrun "$@" > $outfile 2>&1 || :
78 testrun() function
128 # Provide a command to run on all self-test files with testrun.
134 testrun $* $file \
148 testrun $* $file > /dev/null \
  /external/valgrind/none/tests/s390x/
clc.c 27 void testrun(char *a1, char *a2, int l) function
38 testrun(b1 + offset1, b1 + offset2, l);
39 testrun(b1 + offset1, b2 + offset2, l);
40 testrun(b1 + offset1, b3 + offset2, l);
41 testrun(b1 + offset1, b4 + offset2, l);
42 testrun(b2 + offset1, b2 + offset2, l);
43 testrun(b2 + offset1, b3 + offset2, l);
44 testrun(b2 + offset1, b4 + offset2, l);
45 testrun(b3 + offset1, b3 + offset2, l);
46 testrun(b3 + offset1, b4 + offset2, l)
    [all...]
clcle.c 35 void testrun(void *_a1, unsigned long _l1, void *_a3, unsigned long _l3, char pad) function
49 testrun(b1, l1, b1, l3, pad);
50 testrun(b1, l1, b2, l3, pad);
51 testrun(b1, l1, b3, l3, pad);
52 testrun(b1, l1, b4, l3, pad);
53 testrun(b2, l1, b2, l3, pad);
54 testrun(b2, l1, b3, l3, pad);
55 testrun(b2, l1, b4, l3, pad);
56 testrun(b3, l1, b3, l3, pad);
57 testrun(b3, l1, b4, l3, pad)
    [all...]

Completed in 1608 milliseconds