Home
last modified time | relevance | path

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

/third_party/boost/libs/math/example/
Dinspect_fp.cpp23 unsigned char first_byte; in is_big_endian() local
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpdemux.c112 guint8 first_byte; in sink_chain() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpklvdepay.c181 guint8 first_byte, len_len; in klv_get_vlen() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-util.c43 uint8_t first_byte, /**< first byte */ in parser_emit_two_bytes()
Djs-parser.c1055 uint8_t *first_byte = page_p->bytes + offset; in parser_post_processing() local
1446 uint16_t first_byte = page_p->bytes[offset]; in parser_post_processing() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dnalutils.h53 guint8 first_byte; member
/third_party/re2/re2/
Ddfa.cc269 int first_byte; member
286 std::atomic<int> first_byte; member
1751 int first_byte = prog_->first_byte(); in AnalyzeSearchHelper() local
Dprog.cc188 int Prog::first_byte() { in first_byte() function in re2::Prog
/third_party/skia/third_party/externals/libjpeg-turbo/
Dwrgif.c85 boolean first_byte; /* if TRUE, waiting_code is not valid */ member
/third_party/node/src/
Dnode_http2.h455 uint64_t first_byte; // Time first DATA frame byte was received member
998 uint64_t first_byte() const { return first_byte_; } in first_byte() function
Dinspector_socket.cc249 unsigned char first_byte = *it++; in decode_frame_hybi17() local
/third_party/jerryscript/jerry-core/lit/
Dlit-strings.c647 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()
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc370 uint32 first_byte, const uint8* buffer, uint32* value) { in ReadVarint32FromArray()