Home
last modified time | relevance | path

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

/external/zstd/examples/
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()
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()
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()
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()
/external/zstd/contrib/seekable_format/examples/
Dseekable_compression.c107 size_t const outL = inL + 5; in createOutFilename_orDie() local
108 void* outSpace = malloc_orDie(outL); in createOutFilename_orDie()
109 memset(outSpace, 0, outL); in createOutFilename_orDie()
Dparallel_compression.c189 size_t const outL = inL + 5; in createOutFilename_orDie() local
190 void* outSpace = malloc_orDie(outL); in createOutFilename_orDie()
191 memset(outSpace, 0, outL); in createOutFilename_orDie()
/external/libopus/silk/
Dana_filt_bank_1.c42 …opus_int16 *outL, /* O Low band [N/2] … in silk_ana_filt_bank_1() argument
71 outL[ k ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_ADD32( out_2, out_1 ), 11 ) ); in silk_ana_filt_bank_1()
DSigProc_FIX.h157 …opus_int16 *outL, /* O Low band [N/2] …
/external/llvm-project/llvm/test/Transforms/InstCombine/
D2012-06-06-LoadOfPHIs.ll4 define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nou…
76 store double %tmp30, double* %outL
/external/llvm/test/Transforms/InstCombine/
D2012-06-06-LoadOfPHIs.ll4 define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nou…
76 store double %tmp30, double* %outL