Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dstring_encoding_utils.cc63 uint8_t byte_1 = k2ByteHeader + (code_point & k2ByteValueMask); in Append() local
76 uint8_t byte_1 = k3ByteHeader + (code_point & k3ByteValueMask); in Append() local
93 uint8_t byte_1 = k4ByteHeader + (code_point & k4ByteValueMask); in Append() local
179 uint16_t byte_1 = static_cast<uint16_t>(*current_); in NextCodeUnit() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Dspe.h297 ExtendedHeader(uint8_t byte_0, uint8_t byte_1)
313 uint8_t byte_1() const { return short_header_.byte_0_; } function
H A Dspe_tokenizer.cc85 uint8_t byte_1 = *it; in ProcessRecord() local
H A Dspe_record_parser.cc135 uint8_t byte_1; in ParseSpeRecord() local
/aosp_15_r20/external/sg3_utils/include/
H A Dsg_cmds_basic.h255 uint8_t byte_1; /* was 'rmb' prior to version 1.39 */ member
/aosp_15_r20/external/openthread/third_party/tcplp/lib/
H A Dbitmap.c186 uint8_t byte_1 = bmp_read_byte(buf, start_1); in bmp_swap() local