/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/varint/ |
H A D | hpack_varint_encoder.cc | 27 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 D | load_balancer_encoder.cc | 125 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 D | lowpan.py | 1011 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 D | quic_utils.cc | 303 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 D | twoway.rs | 326 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 D | rabinkarp.rs | 89 let first_byte = match needle.get(0) { in new() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/all/ |
D | twoway.rs | 326 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
|
D | rabinkarp.rs | 89 let first_byte = match needle.get(0) { in new() localVariable
|
/aosp_15_r20/external/libwebm/webm_parser/src/ |
H A D | id_parser.cc | 42 std::uint8_t first_byte; in Feed() local
|
H A D | var_int_parser.cc | 34 std::uint8_t first_byte; in Feed() local
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | dfa.cc | 270 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/ |
D | der_writer.rs | 19 let first_byte = value.first_byte(); in write_positive_integer() localVariable
|
D | positive.rs | 58 pub fn first_byte(&self) -> u8 { in first_byte() method
|
/aosp_15_r20/hardware/interfaces/wifi/aidl/default/tests/ |
H A D | wifi_iface_util_unit_tests.cpp | 35 uint8_t first_byte = mac_address[0]; in isValidUnicastLocallyAssignedMacAddress() local
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | video_rtp_depacketizer_vp9.cc | 167 uint8_t first_byte = parser.Read<uint8_t>(); in ParseRtpPayload() local
|
/aosp_15_r20/external/cronet/net/websockets/ |
H A D | websocket_frame_parser.cc | 120 const uint8_t first_byte = data[current++]; in DecodeFrameHeader() local
|
H A D | websocket_frame.cc | 137 uint8_t first_byte = 0u; in WriteWebSocketFrameHeader() local
|
/aosp_15_r20/external/libcxxabi/test/ |
H A D | guard_test_basic.pass.cpp | 23 uint8_t first_byte() { in first_byte() function
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/masque/ |
H A D | masque_encapsulated_client_session.cc | 69 uint8_t first_byte; in ProcessIpPacket() local
|
H A D | masque_encapsulated_client.cc | 57 uint8_t first_byte; in IngestData() local
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/ |
H A D | guard_test_basic.pass.cpp | 38 uint8_t first_byte() { in first_byte() function
|
/aosp_15_r20/external/openthread/third_party/tcplp/lib/ |
H A D | bitmap.c | 102 uint8_t first_byte; in bmp_countset() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/ |
D | ip_slice.rs | 107 let first_byte = unsafe { slice.get_unchecked(0) }; in from_slice() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/strings/ |
H A D | ordered_code.cc | 491 const unsigned char first_byte = (*src)[0] ^ (xor_mask & 0xff); in ReadSignedNumIncreasing() local
|
/aosp_15_r20/external/python/bumble/rust/src/ |
D | adv.rs | 420 let first_byte = flags.first().unwrap_or(&0_u8); in matching() localVariable
|