Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dgunzip.c102 u32 expected_crc, in gzwrite_progress_finish() argument
112 expected_crc, calculated_crc); in gzwrite_progress_finish()
129 u32 expected_crc; in gzwrite() local
175 memcpy(&expected_crc, src + len - 8, sizeof(expected_crc)); in gzwrite()
176 expected_crc = le32_to_cpu(expected_crc); in gzwrite()
257 (crc != expected_crc)) in gzwrite()
264 expected_crc, crc); in gzwrite()
/external/u-boot/test/py/tests/
Dtest_net.py159 expected_crc = f.get('crc32', None)
160 if not expected_crc:
167 assert expected_crc in output
199 expected_crc = f.get('crc32', None)
200 if not expected_crc:
207 assert expected_crc in output
Dtest_efi_loader.py131 expected_crc = f.get('crc32', None)
132 if not expected_crc:
139 assert expected_crc in output
/external/u-boot/include/
Dcommon.h457 u32 expected_crc,
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc472 uint32_t expected_crc = in ReadDebugLink() local
489 if (actual_crc != expected_crc) { in ReadDebugLink()