/openthread-3.6.0/third_party/tcplp/bsdtcp/cc/ |
D | cc_newreno.c | 61 static int min(int a, int b) { return (a < b) ? a : b; } in min() function 144 incr = min(ccv->bytes_this_ack, in newreno_ack_received() 147 incr = min(ccv->bytes_this_ack, CCV(ccv, t_maxseg)); in newreno_ack_received() 151 CCV(ccv, snd_cwnd) = min(cw + incr, in newreno_ack_received() 175 rw = min(4 * CCV(ccv, t_maxseg), in newreno_after_idle() 180 CCV(ccv, snd_cwnd) = min(rw, CCV(ccv, snd_cwnd)); in newreno_after_idle()
|
/openthread-3.6.0/tests/scripts/thread-cert/ |
D | test_netdata_publisher.py | 172 … self.assertEqual(len(prefixes), min(num_high + num_med + num_low, DESIRED_NUM_ON_MESH_PREFIX)) 174 self.assertEqual(prfs.count('high'), min(num_high, DESIRED_NUM_ON_MESH_PREFIX)) 175 … self.assertEqual(prfs.count('med'), min(num_med, max(0, DESIRED_NUM_ON_MESH_PREFIX - num_high))) 176 …self.assertEqual(prfs.count('low'), min(num_low, max(0, DESIRED_NUM_ON_MESH_PREFIX - num_high - nu… 184 self.assertEqual(len(routes), min(num_high + num_med + num_low, DESIRED_NUM_EXTERNAL_ROUTE)) 186 self.assertEqual(prfs.count('high'), min(num_high, DESIRED_NUM_EXTERNAL_ROUTE)) 187 … self.assertEqual(prfs.count('med'), min(num_med, max(0, DESIRED_NUM_EXTERNAL_ROUTE - num_high))) 188 …self.assertEqual(prfs.count('low'), min(num_low, max(0, DESIRED_NUM_EXTERNAL_ROUTE - num_high - nu… 236 self.assertEqual(len(services), min(1 + len(routers), DESIRED_NUM_DNSSRP_ANYCAST)) 250 self.assertEqual(len(leader.get_services()), min(len(nodes), DESIRED_NUM_DNSSRP_ANYCAST)) [all …]
|
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | x509.c | 66 #define CHECK_RANGE(min, max, val) \ argument 69 if( ( val ) < ( min ) || ( val ) > ( max ) ) \ 504 CHECK_RANGE( 0, 59, t->min ); in x509_date_is_valid() 561 CHECK( x509_parse_int( p, 2, &tm->min ) ); in x509_parse_time() 916 now->min = lt->tm_min; in x509_get_current_time() 950 before->min > after->min ) in x509_check_time() 957 before->min == after->min && in x509_check_time()
|
D | x509_crl.c | 649 crl->this_update.min, crl->this_update.sec ); in mbedtls_x509_crl_info() 656 crl->next_update.min, crl->next_update.sec ); in mbedtls_x509_crl_info() 678 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info()
|
D | bignum.c | 2411 mbedtls_mpi_sint min, in mbedtls_mpi_random() argument 2423 if( min < 0 ) in mbedtls_mpi_random() 2425 if( mbedtls_mpi_cmp_int( N, min ) <= 0 ) in mbedtls_mpi_random() 2454 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &lower_bound, min ) ); in mbedtls_mpi_random()
|
D | x509_crt.c | 2096 crt->valid_from.min, crt->valid_from.sec ); in mbedtls_x509_crt_info() 2103 crt->valid_to.min, crt->valid_to.sec ); in mbedtls_x509_crt_info()
|
D | ssl_tls.c | 4166 uint32_t min, uint32_t max ) in mbedtls_ssl_conf_handshake_timeout() argument 4168 conf->hs_timeout_min = min; in mbedtls_ssl_conf_handshake_timeout()
|
/openthread-3.6.0/tests/unit/ |
D | test_link_quality.cpp | 90 int8_t rss, ave, min, max; in TestLinkQualityData() local 99 min = kMinRssValue; in TestLinkQualityData() 105 min = MIN_RSS(rss, min); in TestLinkQualityData() 110 VerifyOrQuit(ave >= min, "GetAverageRss() is smaller than min value."); in TestLinkQualityData()
|
/openthread-3.6.0/src/cli/ |
D | README_SRP_SERVER.md | 151 Usage: `srp server lease [<min-lease>] [<max-lease>] [<min-key-lease>] [<max-key-lease>]` 157 min lease: 1800 159 min key-lease: 86400
|
D | README.md | 2810 1 packets transmitted, 1 packets received. Packet loss = 0.0%. Round-trip min/avg/max = 0/0.0/0 ms. 2815 1 packets transmitted, 1 packets received. Round-trip min/avg/max = 7/7.0/7 ms. 2827 1 packets transmitted, 1 packets received. Packet loss = 0.0%. Round-trip min/avg/max = 0/0.0/0 ms. 3524 … table row shows min and max time-in-queue (in milliseconds) followed by number of messages with t…
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_slot_management.data | 16 Persistent slot, check after closing, id=min 19 Persistent slot, check after closing and restarting, id=min 22 Persistent slot, check after destroying, id=min 25 Persistent slot, check after destroying and restarting, id=min 28 Persistent slot, check after purging, id=min 31 Persistent slot, check after purging and restarting, id=min 34 Persistent slot, check after restart with live handle, id=min
|
D | test_suite_psa_crypto.data | 443 PSA key policy: HMAC, sign-verify, tag length > min-length policy 447 PSA key policy: HMAC, sign-verify, tag length = min-length policy 451 PSA key policy: HMAC, sign-verify, tag length < min-length policy 455 PSA key policy: CMAC, sign-verify, tag length > min-length policy 459 PSA key policy: CMAC, sign-verify, tag length = min-length policy 463 PSA key policy: CMAC, sign-verify, tag length < min-length policy 467 PSA key policy: HMAC, sign-verify, default tag length > min-length policy 471 PSA key policy: HMAC, sign-verify, default tag length = min-length policy 475 PSA key policy: HMAC, sign-verify, default tag length < min-length policy 479 PSA key policy: HMAC, sign-verify, min-length policy, unmatched base alg [all …]
|
D | test_suite_mpi.function | 842 void mbedtls_mpi_shrink( int before, int used, int min, int after ) 854 TEST_ASSERT( mbedtls_mpi_shrink( &X, min ) == 0 ); 1476 void mpi_random_many( int min, data_t *bound_bytes, int iterations ) 1522 TEST_EQUAL( 0, mbedtls_mpi_random( &result, min, &upper_bound, 1527 TEST_ASSERT( mbedtls_mpi_cmp_int( &result, min ) >= 0 ); 1544 for( b = min; b < stats_len; b++ ) 1585 void mpi_random_sizes( int min, data_t *bound_bytes, int nlimbs, int before ) 1605 TEST_EQUAL( 0, mbedtls_mpi_random( &result, min, &upper_bound, 1609 TEST_ASSERT( mbedtls_mpi_cmp_int( &result, min ) >= 0 ); 1618 void mpi_random_fail( int min, data_t *bound_bytes, int expected_ret ) [all …]
|
D | test_suite_psa_crypto_se_driver_hal.data | 168 Key registration: key id min vendor 174 Key registration: key id min volatile
|
D | test_suite_mpi.data | 1872 MPI random bad arguments: min < 0 1875 MPI random bad arguments: min = N = 0 1878 MPI random bad arguments: min = N = 1 1881 MPI random bad arguments: min > N = 0 1884 MPI random bad arguments: min > N = 1 1887 MPI random bad arguments: min > N = 1, 0 limb in upper bound
|
D | test_suite_x509parse.function | 1192 int day, int hour, int min, int sec ) 1214 TEST_ASSERT( min == time.min );
|
D | test_suite_ssl.data | 284 Handshake min/max version check, all -> 1.2 288 Handshake min/max version check, cli max 1.1 -> 1.1 292 Handshake min/max version check, srv max 1.1 -> 1.1 296 Handshake min/max version check, cli+srv max 1.1 -> 1.1 300 Handshake min/max version check, cli max 1.1, srv min 1.1 -> 1.1 304 Handshake min/max version check, cli min 1.1, srv max 1.1 -> 1.1 308 Handshake min/max version check, cli min 1.2, srv max 1.1 -> fail 312 Handshake min/max version check, srv min 1.2, cli max 1.1 -> fail
|
/openthread-3.6.0/third_party/tcplp/bsdtcp/ |
D | tcp_output.c | 59 long min(long a, long b) { in min() function 75 #define lmin(a, b) min(a, b) 176 sendwin = min(tp->snd_wnd, tp->snd_cwnd); in tcp_output() 197 cwin = min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt; in tcp_output() 577 adv = min(recwin, (long)TCP_MAXWIN << tp->rcv_scale); in tcp_output() 1154 (min(cbuf_size(&tp->recvbuf), TCP_MAXWIN))); in tcp_output() 1530 sackblks = min(to->to_nsacks, in tcp_addoptions()
|
D | tcp_input.c | 101 static int min(int a, int b) { return imin(a, b); } in min() function 126 tp->t_bytes_acked += min(tp->ccv->bytes_this_ack, in cc_ack_received() 197 tp->snd_cwnd = min(V_tcp_initcwnd_segments * tp->t_maxseg, in cc_conn_init() 200 tp->snd_cwnd = min(4 * tp->t_maxseg, in cc_conn_init() 249 tp->snd_ssthresh = max(2, min(tp->snd_wnd, tp->snd_cwnd) / 2 / in cc_cong_signal() 2810 to->to_wscale = min(cp[2], TCP_MAX_WINSHIFT); in tcp_dooptions() 3083 mss = min(metrics.rmx_mtu, maxmtu) - min_protoh; in tcp_mss_update() 3088 mss = min(mss, V_tcp_v6mssdflt); in tcp_mss_update() 3108 mss = min(mss, offer); in tcp_mss_update() 3230 mss = min(maxmtu, thcmtu) - min_protoh; in tcp_mssopt()
|
/openthread-3.6.0/third_party/mbedtls/repo/programs/psa/ |
D | psa_constant_names.c | 211 int process_signed(signed_value_type type, long min, long max, char **argp) in process_signed() argument 221 if (value < min || (errno == ERANGE && value < 0)) { in process_signed()
|
/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/ |
D | x509.h | 253 int hour, min, sec; /**< Time. */ member
|
D | bignum.h | 915 mbedtls_mpi_sint min,
|
D | ssl.h | 2464 void mbedtls_ssl_conf_handshake_timeout( mbedtls_ssl_config *conf, uint32_t min, uint32_t max );
|
/openthread-3.6.0/third_party/mbedtls/repo/ |
D | .pylintrc | 16 docstring-min-length=10
|
/openthread-3.6.0/tests/scripts/thread-cert/pktverify/ |
D | packet_filter.py | 203 idx = min(self._index) 251 assert idx >= min(self._index)
|