Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs212 let max_wrapped = (max_value / full_range) * full_range; in decode_repr() localVariable
213 self.require_insert_count = max_wrapped + require_insert_count.0 - 1; in decode_repr()