Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs993 let shift_amount = 8 * (3 - (setting_byte_index - 2)); in iterate_settings_payload() localVariable
994 *buf_item = ((value >> shift_amount) & 0xFF) as u8; in iterate_settings_payload()