| /external/cronet/net/third_party/quiche/src/quiche/http2/hpack/varint/ | 
| D | hpack_varint_encoder.cc | 27     unsigned char first_byte = high_bits | static_cast<unsigned char>(varint);  in Encode()  local33   unsigned char first_byte = high_bits | prefix_mask;  in Encode()  local
 
 | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/load_balancer/ | 
| D | load_balancer_encoder.cc | 112   uint8_t first_byte;  in GenerateConnectionId()  local195     uint8_t first_byte) {  in MakeUnroutableConnectionId()
 
 | 
| /external/libwebm/webm_parser/src/ | 
| D | id_parser.cc | 42     std::uint8_t first_byte;  in Feed()  local
 | 
| D | var_int_parser.cc | 34     std::uint8_t first_byte;  in Feed()  local
 | 
| /external/rust/crates/ring/src/io/ | 
| D | positive.rs | 57     pub fn first_byte(&self) -> u8 {  in first_byte()  method
 | 
| D | der_writer.rs | 19     let first_byte = value.first_byte();  in write_positive_integer()  localVariable
 | 
| D | der.rs | 139             let first_byte = input.read_byte()?;  in nonnegative_integer()  localVariable152         let first_byte = input.read_byte()?;  in nonnegative_integer()  localVariable
 
 | 
| /external/webrtc/modules/rtp_rtcp/source/ | 
| D | video_rtp_depacketizer_vp9.cc | 167   uint8_t first_byte = parser.Read<uint8_t>();  in ParseRtpPayload()  local
 | 
| /external/cronet/net/websockets/ | 
| D | websocket_frame_parser.cc | 117   const uint8_t first_byte = data[current++];  in DecodeFrameHeader()  local
 | 
| D | websocket_frame.cc | 125   uint8_t first_byte = 0u;  in WriteWebSocketFrameHeader()  local
 | 
| /external/libcxxabi/test/ | 
| D | guard_test_basic.pass.cpp | 23   uint8_t first_byte() {  in first_byte()  function
 | 
| /external/openthread/third_party/tcplp/lib/ | 
| D | bitmap.c | 98     uint8_t first_byte;  in bmp_countset()  local
 | 
| /external/cronet/buildtools/third_party/libc++abi/trunk/test/ | 
| D | guard_test_basic.pass.cpp | 38   uint8_t first_byte() {  in first_byte()  function
 | 
| D | guard_threaded_test.pass.cpp | 90   uint8_t *first_byte = reinterpret_cast<uint8_t*>(g);  in check_guard()  local
 | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/masque/ | 
| D | masque_encapsulated_client_session.cc | 50   uint8_t first_byte;  in ProcessIpPacket()  local
 | 
| D | masque_encapsulated_client.cc | 38     uint8_t first_byte;  in IngestData()  local
 | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/ | 
| D | quic_utils.cc | 303 bool QuicUtils::IsIetfPacketHeader(uint8_t first_byte) {  in IsIetfPacketHeader()309 bool QuicUtils::IsIetfPacketShortHeader(uint8_t first_byte) {  in IsIetfPacketShortHeader()
 
 | 
| D | quic_utils_test.cc | 148   uint8_t first_byte = 0;  in TEST_F()  local
 | 
| /external/oss-fuzz/projects/giflib/ | 
| D | ProtoToGif.cpp | 251 	uint16_t first_byte = (a & 0xFF);  in extractWordFromUInt32()  local
 | 
| /external/openthread/tests/scripts/thread-cert/ | 
| D | lowpan.py | 1011     def _is_mesh_header(self, first_byte):  argument1014     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
 
 | 
| /external/cronet/net/server/ | 
| D | web_socket_encoder.cc | 57   unsigned char first_byte = *p++;  in DecodeFrameHybi17()  local
 | 
| /external/tensorflow/tensorflow/core/lib/strings/ | 
| D | ordered_code.cc | 491   const unsigned char first_byte = (*src)[0] ^ (xor_mask & 0xff);  in ReadSignedNumIncreasing()  local
 | 
| /external/libjpeg-turbo/ | 
| D | wrgif.c | 85   boolean first_byte;           /* if TRUE, waiting_code is not valid */  member
 | 
| /external/cronet/net/der/ | 
| D | parse_values.cc | 132   uint8_t first_byte;  in GetUnsignedIntegerLength()  local
 | 
| /external/rust/crates/num-bigint/src/bigint/ | 
| D | convert.rs | 409     let first_byte = bytes.first().cloned().unwrap_or(0);  in to_signed_bytes_be()  localVariable
 |