Home
last modified time | relevance | path

Searched defs:inBuffer (Results 1 – 25 of 35) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/api/
Dtest_native_kernel.cpp50 cl_int inBuffer[ n_elems ], outBuffer[ n_elems ]; in test_native_kernel() local
52 cl_int* inBuffer = (cl_int *)_malloca( n_elems * sizeof(cl_int) ); in test_native_kernel() local
/external/zstd/contrib/seekable_format/tests/
Dseekable_tests.c65 void* const inBuffer = malloc(inSize); in main() local
240 char* inBuffer = malloc(capacity); in main() local
272 …{ char const inBuffer[] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusm… in main() local
/external/sonic/
Dmain_lite.c17 short inBuffer[SONIC_INPUT_SAMPLES], outBuffer[SONIC_INPUT_SAMPLES]; in runSonic() local
Dmain.c23 short inBuffer[BUFFER_SIZE], outBuffer[BUFFER_SIZE]; in runSonic() local
DSonic.java362 byte inBuffer[], in addBytesToInputBuffer()
1027 byte inBuffer[], in writeBytesToStream()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DNvReserved.c212 void *inBuffer // IN: location containing data to write in NvWrite()
/external/zstd/contrib/pzstd/
DPzstd.cpp233 void advance(Buffer& buffer, ZSTD_inBuffer& inBuffer) { in advance()
292 Buffer inBuffer; in compress() local
454 Buffer inBuffer; in decompress() local
/external/skia/src/pdf/
DSkDeflate.cpp51 unsigned char* inBuffer, in do_deflate()
/external/lzma/CPP/7zip/Compress/
DShrinkDecoder.cpp23 NBitl::CBaseDecoder<CInBuffer> inBuffer; in CodeReal() local
DZDecoder.cpp38 CInBuffer inBuffer; in Code() local
/external/libxaac/fuzzer/
Dxaac_dec_fuzzer.cpp330 IA_ERRORCODE Codec::configXAACDecoder(uint8_t* inBuffer, in configXAACDecoder()
642 IA_ERRORCODE Codec::decodeXAACStream(uint8_t* inBuffer, uint32_t inBufferLength, in decodeXAACStream()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp111 vk::Move<vk::VkBuffer> inBuffer = createBuffer(vk, device, &inBufferCreateInfo); in iterate() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_astype.cpp105 std::vector<char> inBuffer(inBufferSize); in test_astype_set() local
Dtest_async_copy.cpp157 std::vector<unsigned char> inBuffer(globalBufferSize); in test_copy() local
Dtest_async_strided_copy.cpp160 std::vector<unsigned char> inBuffer(globalBufferSize); in test_strided_copy() local
Dtest_async_copy2D.cpp244 void *const inBuffer = (void *)malloc(inBufferSize); in test_copy2D() local
Dtest_async_copy3D.cpp264 void *const inBuffer = (void *)malloc(inBufferSize); in test_copy3D() local
Dtest_vloadstore.cpp127 clProtectedArray inBuffer( bufferSize ); in test_vload() local
500 std::vector<char> inBuffer(numStores * typeSize * vecSize); in test_vstore() local
/external/zstd/tests/
DroundTripCrash.c87 ZSTD_inBuffer inBuffer = { srcBuff, srcBuffSize, 0 }; in cctxParamRoundTripTest() local
/external/bazelbuild-rules_go/go/tools/bzltestutil/
Dtest2json.go90 inBuffer = 4096 var
/external/aac/tests/AacEncBenchmark/
DAacEncBenchmark.cpp105 void* inBuffer[1]; in encode() local
/external/libcups/cups/
Dtls-sspi.c1330 SecBufferDesc inBuffer; /* Array of SecBuffer structs */ in http_sspi_client() local
2074 SecBufferDesc inBuffer; /* Array of SecBuffer structs */ in http_sspi_server() local
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c263 ZSTD_inBuffer inBuffer; in BMK_benchMem() local
426 ZSTD_inBuffer inBuffer; in BMK_benchMem() local
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp923 bufferPtrs inBuffer = setEncParams(psInpRawBuf, tmpData, frameSize); in encodeFrames() local
998 bufferPtrs inBuffer; in setEncParams() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAstcDecodeModeTests.cpp206 …BufferWithMemory inBuffer(vk, device, allocator, compressedBufferCI, MemoryRequirement::HostVisibl… in iterate() local

12