Home
last modified time | relevance | path

Searched defs:mask (Results 1 – 8 of 8) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dinteger.rs99 mask: u8, field
/commonlibrary/rust/ylong_http/ylong_http/src/huffman/
Dmod.rs101 let mask = u64::MAX >> (64 - unfilled); in huffman_encode() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Ddecoder.rs360 let mask = PrefixMask::REQUIREINSERTCOUNT; in decode() localVariable
391 let mask = PrefixMask::DELTABASE; in decode() localVariable
443 let mask = prefix.prefix_index_mask(); localVariable
Dencoder.rs824 let mask = inst.prefix_index_mask(); in decode() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dinteger.rs89 mask: u8, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dbit.rs32 mask: usize, field
/commonlibrary/c_utils/base/src/
Dparcel.cpp371 static const size_t mask[MAX_MASK_NUM] = { 0xFFFFFFFF, 0x00ffffff, 0x0000ffff, 0x000000ff }; in WritePadBytes() local
373 static const size_t mask[MAX_MASK_NUM] = { 0xFFFFFFFF, 0xffffff00, 0xffff0000, 0xff000000 }; in WritePadBytes() local
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Ddecoder.rs287 let mask = repr.prefix_index_mask(); in decode() localVariable