Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/tcplp/lib/
Dcbuf.c246 size_t start_idx = 0; in cbuf_contiguify() local
251 while (start_idx < move_to_start_idx && move_to_start_idx < end_idx) { in cbuf_contiguify()
252 size_t distance_from_start = move_to_start_idx - start_idx; in cbuf_contiguify()
255 cbuf_swap(chdr, bitmap, start_idx, move_to_start_idx, distance_from_start); in cbuf_contiguify()
256 start_idx = move_to_start_idx; in cbuf_contiguify()
259 cbuf_swap(chdr, bitmap, start_idx, move_to_start_idx, distance_to_end); in cbuf_contiguify()
260 start_idx = start_idx + distance_to_end; in cbuf_contiguify()
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dssl_msg.c1539 size_t const start_idx = rec->data_len - num_checks; in mbedtls_ssl_decrypt_buf() local
1542 for( idx = start_idx; idx < rec->data_len; idx++ ) in mbedtls_ssl_decrypt_buf()