Lines Matching refs:value
70 * number is above some threshold A. The threshold value is heuristic and
269 * This function assumes that the value of bound is at least 2 and
280 /* If upper_bound is small, stats[b] is the number of times the value b
282 * value with bit b set has been generated. */
293 /* Consider a bound "small" if it's less than 2^5. This value is chosen
294 * to be small enough that the probability of missing one value is
321 uint8_t value;
322 TEST_EQUAL(0, mbedtls_mpi_write_binary(&R, &value, 1));
323 TEST_ASSERT(value < stats_len);
324 ++stats[value];
335 /* Assert that each value has been reached at least once.