Searched refs:threshold (Results 1 – 19 of 19) sorted by relevance
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_entropy.data | 43 Entropy threshold: 16=2*8 46 Entropy threshold: 32=1*32 49 Entropy threshold: 0* never reaches the threshold 52 Entropy threshold: 1024 never reached 67 Entropy calls: 1 strong, 2*BLOCK_SIZE to reach threshold
|
| A D | test_suite_entropy.function | 318 void entropy_threshold(int threshold, int chunk_size, int result) 332 /* Set strong source that reaches its threshold immediately and 333 * a weak source whose threshold is a test parameter. */ 338 &weak, threshold, 363 int threshold, int chunk_size, 383 &dummy1, threshold, 386 &dummy2, threshold,
|
| A D | test_suite_debug.data | 1 Debug print msg (threshold 1, level 0) 4 Debug print msg (threshold 1, level 1) 7 Debug print msg (threshold 1, level 2) 10 Debug print msg (threshold 0, level 1) 13 Debug print msg (threshold 0, level 5)
|
| A D | test_suite_psa_crypto_init.function | 33 size_t threshold; /* Minimum bytes to make mbedtls_entropy_func happy */ 109 fake_entropy_state.threshold, 332 void fake_entropy_source(int threshold, 343 fake_entropy_state.threshold = threshold;
|
| A D | test_suite_debug.function | 55 void debug_print_msg_threshold(int threshold, int level, char *file, 79 mbedtls_debug_set_threshold(threshold);
|
| A D | test_suite_bignum_random.function | 70 * number is above some threshold A. The threshold value is heuristic and
|
| A D | test_suite_x509parse.function | 17 than the current threshold 19. To test larger values, please \
|
| A D | test_suite_ssl.function | 1389 size_t threshold = 96; /* Maximum offset to test against */ 1413 for (offset = 0; offset <= threshold; offset++) {
|
| /lib/zstd/common/ |
| A D | entropy_common.c | 64 int threshold; in FSE_readNCount_body() local 92 threshold = 1<<nbBits; in FSE_readNCount_body() 146 int const max = (2*threshold-1) - remaining; in FSE_readNCount_body() 149 if ((bitStream & (threshold-1)) < (U32)max) { in FSE_readNCount_body() 150 count = bitStream & (threshold-1); in FSE_readNCount_body() 153 count = bitStream & (2*threshold-1); in FSE_readNCount_body() 154 if (count >= threshold) count -= max; in FSE_readNCount_body() 171 assert(threshold > 1); in FSE_readNCount_body() 172 if (remaining < threshold) { in FSE_readNCount_body() 179 threshold = 1 << (nbBits - 1); in FSE_readNCount_body()
|
| A D | fse.h | 555 U32 const threshold = (minNbBits+1) << 16; in FSE_bitCost() local 559 U32 const deltaFromThreshold = threshold - (symbolTT[symbolValue].deltaNbBits + tableSize); in FSE_bitCost() 562 assert(symbolTT[symbolValue].deltaNbBits + tableSize <= threshold); in FSE_bitCost()
|
| /lib/mbedtls/external/mbedtls/include/mbedtls/ |
| A D | entropy.h | 97 size_t MBEDTLS_PRIVATE(threshold); /**< Minimum bytes required before release */ 162 size_t threshold, int strong);
|
| A D | debug.h | 150 void mbedtls_debug_set_threshold(int threshold);
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | entropy.c | 84 size_t threshold, int strong) in mbedtls_entropy_add_source() argument 102 ctx->source[idx].threshold = threshold; in mbedtls_entropy_add_source() 311 if (ctx->source[i].size < ctx->source[i].threshold) { in mbedtls_entropy_func()
|
| A D | debug.c | 26 void mbedtls_debug_set_threshold(int threshold) in mbedtls_debug_set_threshold() argument 28 debug_threshold = threshold; in mbedtls_debug_set_threshold()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/ |
| A D | license.txt | 257 threshold for this to be true is not precisely defined by law.
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 2311 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the 2313 # for no limit. Note that the threshold may be exceeded by 50% before the limit 2314 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|
| A D | lwip.Doxyfile.cmake.in | 2311 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the 2313 # for no limit. Note that the threshold may be exceeded by 50% before the limit 2314 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 1141 when MBEDTLS_SSL_IN_CONTENT_LEN is less than a threshold that depends on 4831 * debug_set_threshold() added to ignore messages over threshold level
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 4147 even if one is already pending, if the rcv_wnd is above a threshold
|
Completed in 52 milliseconds