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

  /bionic/tests/
buffer_tests.h 24 size_t max_test_size, void (*test_func)(uint8_t*, size_t),
28 size_t max_test_size, void (*test_func)(uint8_t*, uint8_t*, size_t),
32 size_t max_test_size, void (*test_cmp_func)(uint8_t*, uint8_t*, size_t),
buffer_tests.cpp 239 size_t max_test_size, void (*test_func)(uint8_t*, size_t),
247 uint8_t *buf = new uint8_t[3*max_test_size];
252 for (size_t len = 0; len <= max_test_size; len += incr) {
271 size_t max_test_size, void (*test_func)(uint8_t*, uint8_t*, size_t),
278 uint8_t* src = new uint8_t[3*max_test_size];
279 uint8_t* dst = new uint8_t[3*max_test_size];
285 for (size_t len = 0; len <= max_test_size; len += incr) {
308 size_t max_test_size, void (*test_cmp_func)(uint8_t*, uint8_t*, size_t),
316 uint8_t* buf1 = new uint8_t[3*max_test_size];
317 uint8_t* buf2 = new uint8_t[3*max_test_size];
    [all...]
  /external/eigen/test/
product_trmm.cpp 16 const int max_test_size = EIGEN_TEST_MAX_SIZE>2*factor ? EIGEN_TEST_MAX_SIZE/factor : EIGEN_TEST_MAX_SIZE; local
17 return internal::random<int>(1,max_test_size);

Completed in 228 milliseconds