Searched refs:expectedSize (Results 1 – 2 of 2) sorted by relevance
1102 unsigned long long const expectedSize = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_decompressMultiFrame() local1103 …RETURN_ERROR_IF(expectedSize == ZSTD_CONTENTSIZE_ERROR, corruption_detected, "Corrupted frame head… in ZSTD_decompressMultiFrame()1104 if (expectedSize != ZSTD_CONTENTSIZE_UNKNOWN) { in ZSTD_decompressMultiFrame()1105 RETURN_ERROR_IF(expectedSize != decodedSize, corruption_detected, in ZSTD_decompressMultiFrame()
336 uint64_t expectedSize) { in isFullSizeType() argument337 return (CGM.getDataLayout().getTypeStoreSize(type) * 8 == expectedSize); in isFullSizeType()