Home
last modified time | relevance | path

Searched defs:outBufferSize (Results 1 – 8 of 8) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_astype.cpp136 …size_t outBufferSize = sizeof(char)* numElements * get_explicit_type_size( outVecType ) *outVecSiz… in test_astype_set() local
Dtest_async_copy2D.cpp217 size_t outBufferSize = elementSize in test_copy2D() local
Dtest_async_copy3D.cpp246 size_t outBufferSize = elementSize in test_copy3D() local
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c407 size_t outBufferSize = 0; /* it can have any value before first call (if outBuffer = 0) */ in main() local
/external/lzma/C/Util/7z/
D7zMain.c478 size_t outBufferSize = 0; /* it can have any value before first call (if outBuffer = 0) */ in main() local
/external/aac/fuzzer/
Daac_enc_fuzzer.cpp419 INT outBufferSize[kMaxBuffers]; in encodeFrames() local
/external/lzma/C/
D7zArcIn.c1641 size_t *outBufferSize, in SzArEx_Extract()
/external/zstd/lib/compress/
Dzstd_compress.c4339 size_t const outBufferSize = output->size - output->pos; in ZSTD_checkBufferStability() local