Home
last modified time | relevance | path

Searched refs:end_bytes (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_crc32.c552 uint32_t end_bytes; in sctp_crc32c_sb8_64_bit() local
555 end_bytes = length - init_bytes - running_length; in sctp_crc32c_sb8_64_bit()
594 for (li = 0; li < end_bytes; li++) in sctp_crc32c_sb8_64_bit()
/third_party/protobuf/python/google/protobuf/internal/
Dencoder.py793 end_bytes = TagBytes(1, wire_format.WIRETYPE_END_GROUP)
800 return write(end_bytes)