Searched defs:first_byte (Results 1 – 13 of 13) sorted by relevance
23 unsigned char first_byte; in is_big_endian() local
112 guint8 first_byte; in sink_chain() local
181 guint8 first_byte, len_len; in klv_get_vlen() local
43 uint8_t first_byte, /**< first byte */ in parser_emit_two_bytes()
1055 uint8_t *first_byte = page_p->bytes + offset; in parser_post_processing() local1446 uint16_t first_byte = page_p->bytes[offset]; in parser_post_processing() local
53 guint8 first_byte; member
269 int first_byte; member286 std::atomic<int> first_byte; member1751 int first_byte = prog_->first_byte(); in AnalyzeSearchHelper() local
188 int Prog::first_byte() { in first_byte() function in re2::Prog
85 boolean first_byte; /* if TRUE, waiting_code is not valid */ member
455 uint64_t first_byte; // Time first DATA frame byte was received member998 uint64_t first_byte() const { return first_byte_; } in first_byte() function
249 unsigned char first_byte = *it++; in decode_frame_hybi17() local
647 lit_get_unicode_char_size_by_utf8_first_byte (const lit_utf8_byte_t first_byte) /**< buffer with ch… in lit_get_unicode_char_size_by_utf8_first_byte()
370 uint32 first_byte, const uint8* buffer, uint32* value) { in ReadVarint32FromArray()