Searched refs:in_window (Results 1 – 4 of 4) sorted by relevance
63 size_t in_window = BROTLI_MIN(size_t, window_half, len); in EstimateBitCostsForLiteralsUTF8() local70 for (i = 0; i < in_window; ++i) { in EstimateBitCostsForLiteralsUTF8()135 size_t in_window = BROTLI_MIN(size_t, window_half, len); in BrotliEstimateBitCostsForLiterals() local139 for (i = 0; i < in_window; ++i) { in BrotliEstimateBitCostsForLiterals()149 --in_window; in BrotliEstimateBitCostsForLiterals()154 ++in_window; in BrotliEstimateBitCostsForLiterals()161 double lit_cost = FastLog2(in_window) - FastLog2(histo); in BrotliEstimateBitCostsForLiterals()
1130 uint64_t in_window; /*!< bitmask for replay detection */ member
3869 ssl->in_window = 0; in ssl_dtls_replay_reset()3901 if( ( ssl->in_window & ( (uint64_t) 1 << bit ) ) != 0 ) in mbedtls_ssl_dtls_replay_check()3923 ssl->in_window = 1; in mbedtls_ssl_dtls_replay_update()3926 ssl->in_window <<= shift; in mbedtls_ssl_dtls_replay_update()3927 ssl->in_window |= 1; in mbedtls_ssl_dtls_replay_update()3938 ssl->in_window |= (uint64_t) 1 << bit; in mbedtls_ssl_dtls_replay_update()