Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1102 unsigned long long const expectedSize = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_decompressMultiFrame() local
1103 …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()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp336 uint64_t expectedSize) { in isFullSizeType() argument
337 return (CGM.getDataLayout().getTypeStoreSize(type) * 8 == expectedSize); in isFullSizeType()