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

/freebsd-12-stable/lib/libc/tests/stdlib/
H A Dheapsort_test.c43 int sresvector[IVEC_LEN];
44 int testvector[IVEC_LEN];
47 for (j = 2; j < IVEC_LEN; j++) {
H A Dmergesort_test.c43 int sresvector[IVEC_LEN];
44 int testvector[IVEC_LEN];
47 for (j = 2; j < IVEC_LEN; j++) {
H A Dqsort_test.c43 int testvector[IVEC_LEN];
44 int sresvector[IVEC_LEN];
47 for (j = 2; j < IVEC_LEN; j++) {
H A Dtest-sort.h271 #define IVEC_LEN (nitems(initvector)) macro

Completed in 109 milliseconds