Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/huffman/
H A Dmod.rs73 let mut unfilled = 64; in huffman_encode() localVariable
77 match unfilled.cmp(&nbits) { in huffman_encode()
79 state |= code << (unfilled - nbits); in huffman_encode()
80 unfilled -= nbits; in huffman_encode()
86 unfilled = 64; in huffman_encode()
100 let rotate = code.rotate_right((nbits - unfilled) as u32); in huffman_encode()
101 let mask = u64::MAX >> (64 - unfilled); in huffman_encode()
105 unfilled = 64 - (nbits - unfilled); in huffman_encode()
112 if unfilled != 64 { in huffman_encode()
113 state |= u64::MAX >> (64 - unfilled); in huffman_encode()
[all …]
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs409 let unfilled = buf.initialize_unfilled(); in poll_read_curr() localVariable
410 let unfilled_len = unfilled.len(); in poll_read_curr()
411 let new = std::io::Read::read(bytes, unfilled).unwrap(); in poll_read_curr()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs453 let unfilled = buf.initialize_unfilled(); in poll_read_curr() localVariable
454 let unfilled_len = unfilled.len(); in poll_read_curr()
455 let new = std::io::Read::read(bytes, unfilled).unwrap(); in poll_read_curr()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_native_window.md361 …nal aspect ratio to fully display the buffer content, while filling the unfilled area of the windo…