Searched defs:compute_crc (Results 1 – 9 of 9) sorted by relevance
18 uint32_t profile_04::compute_crc(const profile_config &_config, const e2e_buffer &_buffer) { in compute_crc() function in vsomeip_v3::e2e::profile04::profile_04
17 uint32_t profile_custom::compute_crc(const profile_config &_config, const e2e_buffer &_buffer) { in compute_crc() function in vsomeip_v3::e2e::profile_custom::profile_custom
17 uint8_t profile_01::compute_crc(const profile_config &_config, const e2e_buffer &_buffer) { in compute_crc() function in vsomeip_v3::e2e::profile01::profile_01
164 absl::crc32c_t compute_crc = absl::ComputeCrc32c(sample_string); in TEST() local
166 absl::crc32c_t compute_crc = absl::ComputeCrc32c(sample_string); in TEST() local
1461 const bool compute_crc = (crc_out != nullptr); in inflateImpl() local