Home
last modified time | relevance | path

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

/external/libtextclassifier/native/lang_id/common/flatbuffers/
Dmodel-utils.cc35 const mobile::uint32 expected_crc32 = model.crc32(); in ClearlyFailsChecksum() local
37 if (actual_crc32 != expected_crc32) { in ClearlyFailsChecksum()
39 << " vs " << expected_crc32; in ClearlyFailsChecksum()
/external/pigweed/pw_hdlc/
Dencoder_test.cc112 constexpr auto expected_crc32 = bytes::Array<0x73, 0x44, 0xe0, 0x7d, 0x5e>(); in TEST_F() local
117 expected_crc32, in TEST_F()