Searched refs:test10_init (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/systemc/src/sysc/qt/
H A Dmeas.c681 test10_init (thread_t *new, thread_t *next, int nbytes, ...)
702 test10_init (t, &main, 0);
728 test10_init (t, &main, 2 * sizeof(int), 2, 1);
753 test10_init (t, &main, 4 * sizeof(int), 4, 3, 2, 1);
778 test10_init (t, &main, 8 * sizeof(int), 8, 7, 6, 5, 4, 3, 2, 1);
804 test10_init (t, &main, 0 * sizeof(int));
829 test10_init (t, &main, 2 * sizeof(int), 2, 1);
854 test10_init (t, &main, 4 * sizeof(int), 4, 3, 2, 1);
880 test10_init (t, &main, 8 * sizeof(int), 8, 7, 6, 5, 4, 3, 2, 1);
680 test10_init (thread_t *new, thread_t *next, int nbytes, ...) function

Completed in 6 milliseconds