Home
last modified time | relevance | path

Searched defs:compute_crc (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile04/
Dprofile_04.cpp18 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
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile_custom/
Dprofile_custom.cpp17 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
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile01/
Dprofile_01.cpp17 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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/crc/
Dcrc32c_test.cc164 absl::crc32c_t compute_crc = absl::ComputeCrc32c(sample_string); in TEST() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/crc/
H A Dcrc32c_test.cc164 absl::crc32c_t compute_crc = absl::ComputeCrc32c(sample_string); in TEST() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/crc/
H A Dcrc32c_test.cc166 absl::crc32c_t compute_crc = absl::ComputeCrc32c(sample_string); in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/crc/
H A Dcrc32c_test.cc166 absl::crc32c_t compute_crc = absl::ComputeCrc32c(sample_string); in TEST() local
/aosp_15_r20/external/abseil-cpp/absl/crc/
H A Dcrc32c_test.cc166 absl::crc32c_t compute_crc = absl::ComputeCrc32c(sample_string); in TEST() local
/aosp_15_r20/system/libziparchive/
H A Dzip_archive.cc1461 const bool compute_crc = (crc_out != nullptr); in inflateImpl() local