Searched refs:check32 (Results 1 – 3 of 3) sorted by relevance
1022 U32 const check32 = MEM_readLE32(src); in ZSTD_decompressContinue() local1023 …TD_decompressContinue: checksum : calculated %08X :: %08X read", (unsigned)h32, (unsigned)check32); in ZSTD_decompressContinue()1024 RETURN_ERROR_IF(check32 != h32, checksum_wrong, ""); in ZSTD_decompressContinue()
4033 U32 const check32 = ip[2] + (ip[1] << 8) + ((ip[0] & 0x3F) << 16); in ZSTDv07_decompressContinue() local4034 if (check32 != h32) return ERROR(checksum_wrong); in ZSTDv07_decompressContinue()
410 (check32): Likewise.641 check64 and check32 to file scope.845 * link_map.c (check32): Use read_4ubyte_unaligned_noncvt to read