Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Ddecoder.rs285 let byte = buf[0]; in decode() localVariable
333 let byte = buf[0]; in decode() localVariable
365 let byte = buf[0]; in decode() localVariable
412 let byte = buf[0]; in decode() localVariable
/commonlibrary/c_utils/base/src/
Dunicode_ex.cpp231 static inline void Utf8ShiftAndMask(uint32_t* codePoint, const uint8_t byte) in Utf8ShiftAndMask()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Doctets.rs297 let byte = byte >> 6; in varint_parse_len() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Dencoder.rs822 let byte = buf[0]; in decode() localVariable
856 let byte = buf[0]; in decode() localVariable
Ddecoder.rs389 let byte = buf[buf_index - 1]; in decode() localVariable
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp1232 uint8_t byte = blob->GetByte(2); variable