Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_crc32.c547 uint32_t init_bytes) in sctp_crc32c_sb8_64_bit() argument
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()
557 for (li = 0; li < init_bytes; li++) in sctp_crc32c_sb8_64_bit()