Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 5 of 5) 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.cpp227 static inline void Utf8ShiftAndMask(uint32_t* codePoint, const uint8_t byte) in Utf8ShiftAndMask()
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp1236 uint8_t byte = blob->GetByte(2); variable
1535 uint8_t byte = blob->GetByte(2); variable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Dencoder.rs742 let byte = buf[0]; in decode() localVariable
777 let byte = buf[0]; in decode() localVariable
Ddecoder.rs375 let byte = buf[buf_index - 1]; in decode() localVariable