Home
last modified time | relevance | path

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

/external/srtp/crypto/math/
Dstat.c84 uint16_t lo_value[6] = { 2315, 1114, 527, 240, 103, 103 }; in stat_test_runs() local
178 if ( (runs[i] < lo_value[i] ) || (runs[i] > hi_value[i]) in stat_test_runs()
179 || (gaps[i] < lo_value[i] ) || (gaps[i] > hi_value[i])) in stat_test_runs()
209 uint16_t lo_value[6] = { 2315, 1114, 527, 240, 103, 103 }; in stat_test_rand_source() local
343 if ((runs[i] < lo_value[i] ) || (runs[i] > hi_value[i]) in stat_test_rand_source()
344 || (gaps[i] < lo_value[i] ) || (gaps[i] > hi_value[i])) { in stat_test_rand_source()