Searched refs:ofnSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/examples/
H A Dmultiple_streaming_compression.c115 size_t const ofnSize = ifnSize + 5; local
116 if (ofnbSize <= ofnSize) {
117 ofnbSize = ofnSize + 16;
121 memset(ofnBuffer, 0, ofnSize);

Completed in 52 milliseconds