Home
last modified time | relevance | path

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

/external/mesa3d/src/util/tests/sparse_array/
Dmulti_threaded.c35 #define MAX_ARR_SIZE (1 << 20) macro
42 uint32_t idx = rand() % MAX_ARR_SIZE; in test_thread()
71 for (unsigned i = 0; i < MAX_ARR_SIZE; i++) { in run_test()