Home
last modified time | relevance | path

Searched refs:test_size (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/tests/
H A Dtest_alloc.c558 void checkBuffer(size_t test_size, const char *file, int line) { in checkBuffer() argument
568 if (test_size > max_size) { in checkBuffer()
569 atf_tc_skip("Test size greater than max size, %zu", test_size); in checkBuffer()
576 buf = dmalloc(test_size, file, line); in checkBuffer()
578 buf[test_size - 1] = 1; in checkBuffer()
579 if (buf[test_size - 1] != 1) in checkBuffer()
580 atf_tc_fail("Value mismatch for index %zu", test_size); in checkBuffer()
583 atf_tc_skip("Unable to allocate memory %zu", test_size); in checkBuffer()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.texi13476 PROGRAM test_size
H A Dgfortran.info18290 PROGRAM test_size
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.texi13430 PROGRAM test_size
H A Dgfortran.info17865 PROGRAM test_size