Home
last modified time | relevance | path

Searched defs:first_byte (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/varint/
H A Dhpack_varint_encoder.cc27 unsigned char first_byte = high_bits | static_cast<unsigned char>(varint); in Encode() local
33 unsigned char first_byte = high_bits | prefix_mask; in Encode() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/load_balancer/
H A Dload_balancer_encoder.cc125 uint8_t first_byte; in GenerateConnectionId() local
204 uint8_t first_byte) { in MakeUnroutableConnectionId()
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dlowpan.py1011 def _is_mesh_header(self, first_byte): argument
1014 def _is_first_fragmentation_header(self, first_byte): argument
1017 def _is_subsequent_fragmentation_header(self, first_byte): argument
1020 def _is_iphc(self, first_byte): argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_utils.cc303 bool QuicUtils::IsIetfPacketHeader(uint8_t first_byte) { in IsIetfPacketHeader()
309 bool QuicUtils::IsIetfPacketShortHeader(uint8_t first_byte) { in IsIetfPacketShortHeader()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/all/
H A Dtwoway.rs326 let first_byte = match needle.get(0) { in rfind_small_imp() localVariable
367 let first_byte = match needle.get(0) { in rfind_large_imp() localVariable
H A Drabinkarp.rs89 let first_byte = match needle.get(0) { in new() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/all/
Dtwoway.rs326 let first_byte = match needle.get(0) { in rfind_small_imp() localVariable
367 let first_byte = match needle.get(0) { in rfind_large_imp() localVariable
Drabinkarp.rs89 let first_byte = match needle.get(0) { in new() localVariable
/aosp_15_r20/external/libwebm/webm_parser/src/
H A Did_parser.cc42 std::uint8_t first_byte; in Feed() local
H A Dvar_int_parser.cc34 std::uint8_t first_byte; in Feed() local
/aosp_15_r20/external/regex-re2/re2/
H A Ddfa.cc270 int first_byte; member
287 std::atomic<int> first_byte; member
1742 int first_byte = prog_->first_byte(); in AnalyzeSearchHelper() local
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/io/
Dder_writer.rs19 let first_byte = value.first_byte(); in write_positive_integer() localVariable
Dpositive.rs58 pub fn first_byte(&self) -> u8 { in first_byte() method
/aosp_15_r20/hardware/interfaces/wifi/aidl/default/tests/
H A Dwifi_iface_util_unit_tests.cpp35 uint8_t first_byte = mac_address[0]; in isValidUnicastLocallyAssignedMacAddress() local
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dvideo_rtp_depacketizer_vp9.cc167 uint8_t first_byte = parser.Read<uint8_t>(); in ParseRtpPayload() local
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_frame_parser.cc120 const uint8_t first_byte = data[current++]; in DecodeFrameHeader() local
H A Dwebsocket_frame.cc137 uint8_t first_byte = 0u; in WriteWebSocketFrameHeader() local
/aosp_15_r20/external/libcxxabi/test/
H A Dguard_test_basic.pass.cpp23 uint8_t first_byte() { in first_byte() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/masque/
H A Dmasque_encapsulated_client_session.cc69 uint8_t first_byte; in ProcessIpPacket() local
H A Dmasque_encapsulated_client.cc57 uint8_t first_byte; in IngestData() local
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dguard_test_basic.pass.cpp38 uint8_t first_byte() { in first_byte() function
/aosp_15_r20/external/openthread/third_party/tcplp/lib/
H A Dbitmap.c102 uint8_t first_byte; in bmp_countset() local
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dip_slice.rs107 let first_byte = unsafe { slice.get_unchecked(0) }; in from_slice() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/strings/
H A Dordered_code.cc491 const unsigned char first_byte = (*src)[0] ^ (xor_mask & 0xff); in ReadSignedNumIncreasing() local
/aosp_15_r20/external/python/bumble/rust/src/
Dadv.rs420 let first_byte = flags.first().unwrap_or(&0_u8); in matching() localVariable

123