Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_crc32.c551 uint32_t running_length; in sctp_crc32c_sb8_64_bit() local
554 running_length = ((length - init_bytes) / 8) * 8; in sctp_crc32c_sb8_64_bit()
555 end_bytes = length - init_bytes - running_length; in sctp_crc32c_sb8_64_bit()
560 for (li = 0; li < running_length / 8; li++) { in sctp_crc32c_sb8_64_bit()