Home
last modified time | relevance | path

Searched refs:random_size (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c65 static unsigned int random_size; variable
158 random_size = 1; in read_options()
201 printf("random_size %u\n", random_size); in read_options()
385 if (random_size) in search_mem()
/third_party/pixman/test/
Dcomposite.c419 random_size (void) in random_size() function
447 image_init (&src, random_color(), random_format(), random_size()); in run_test()
448 image_init (&mask, random_color(), random_format(), random_size()); in run_test()
/third_party/boost/libs/intrusive/test/
Dunordered_test.hpp312 const unsigned int random_size = sizeof(random_init)/sizeof(random_init[0]); in test_insert() local
314 for(unsigned int i = 0, max = random_size; i != max; ++i){ in test_insert()
315 value_cont_type data (random_size); in test_insert()
316 for (unsigned int j = 0; j < random_size; ++j) in test_insert()