Home
last modified time | relevance | path

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

/freebsd/sys/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.c100 size_t const outL = inL + 5; in createOutFilename_orDie() local
101 void* const outSpace = malloc_orDie(outL); in createOutFilename_orDie()
102 memset(outSpace, 0, outL); in createOutFilename_orDie()
H A Dstreaming_compression_thread_pool.c121 size_t const outL = inL + 5; in createOutFilename_orDie() local
122 void* const outSpace = malloc_orDie(outL); in createOutFilename_orDie()
123 memset(outSpace, 0, outL); in createOutFilename_orDie()