Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/examples/
H A Ddictionary_decompression.c51 unsigned const actualDictID = ZSTD_getDictID_fromFrame(cBuff, cSize); in decompress() local
52 CHECK(actualDictID == expectedDictID, in decompress()
55 actualDictID); in decompress()