Searched refs:outL (Results 1 – 10 of 10) sorted by relevance
/external/zstd/examples/ |
D | simple_compression.c | 43 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()
|
D | dictionary_compression.c | 62 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()
|
D | streaming_compression.c | 97 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()
|
D | streaming_compression_thread_pool.c | 119 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/ |
D | seekable_compression.c | 107 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()
|
D | parallel_compression.c | 189 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/ |
D | ana_filt_bank_1.c | 42 …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()
|
D | SigProc_FIX.h | 157 …opus_int16 *outL, /* O Low band [N/2] …
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | 2012-06-06-LoadOfPHIs.ll | 4 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/ |
D | 2012-06-06-LoadOfPHIs.ll | 4 define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nou… 76 store double %tmp30, double* %outL
|