Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/examples/
H A Dsimple_compression.c43 size_t const outL = inL + 5; in createOutFilename_orDie() local
44 void* const outSpace = malloc_orDie(outL); in createOutFilename_orDie()
45 memset(outSpace, 0, outL); in createOutFilename_orDie()
H A Ddictionary_compression.c62 size_t const outL = inL + 5; in createOutFilename_orDie() local
63 void* outSpace = malloc_orDie(outL); in createOutFilename_orDie()
64 memset(outSpace, 0, outL); in createOutFilename_orDie()
H A Dstreaming_compression.c97 size_t const outL = inL + 5; in createOutFilename_orDie() local
98 void* const outSpace = malloc_orDie(outL); in createOutFilename_orDie()
99 memset(outSpace, 0, outL); in createOutFilename_orDie()
H A Dstreaming_compression_thread_pool.c119 size_t const outL = inL + 5; in createOutFilename_orDie() local
120 void* const outSpace = malloc_orDie(outL); in createOutFilename_orDie()
121 memset(outSpace, 0, outL); in createOutFilename_orDie()