Lines Matching refs:value
11 * constructing the value. */
87 * number is above some threshold A. The threshold value is heuristic and
1264 * This function assumes that the value of bound is at least 2 and
1273 /* If upper_bound is small, stats[b] is the number of times the value b
1275 * value with bit b set has been generated. */
1287 /* Consider a bound "small" if it's less than 2^5. This value is chosen
1288 * to be small enough that the probability of missing one value is
1315 uint8_t value;
1316 TEST_EQUAL( 0, mbedtls_mpi_write_binary( &result, &value, 1 ) );
1317 TEST_ASSERT( value < stats_len );
1318 ++stats[value];
1332 /* Assert that each value has been reached at least once.