Home
last modified time | relevance | path

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

/third_party/lz4/tests/
Dframetest.c872 const void* cSrc, size_t cSize, in test_lz4f_decompression_wBuffers() argument
881 const BYTE* ip = (const BYTE*)cSrc; in test_lz4f_decompression_wBuffers()
960 size_t test_lz4f_decompression(const void* cSrc, size_t cSize, in test_lz4f_decompression() argument
977 result = test_lz4f_decompression_wBuffers(cSrc, cSize, in test_lz4f_decompression()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fClippingTests.cpp128 const tcu::IVec4 cSrc = src.getPixelInt(x, y); in blitImageOnBlackSurface() local
129 const tcu::IVec4 cDst = tcu::IVec4(cSrc.x(), cSrc.y(), cSrc.z(), 255); in blitImageOnBlackSurface()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fClippingTests.cpp131 const tcu::IVec4 cSrc = src.getPixelInt(x, y); in blitImageOnBlackSurface() local
132 const tcu::IVec4 cDst = tcu::IVec4(cSrc.x(), cSrc.y(), cSrc.z(), 255); in blitImageOnBlackSurface()
/third_party/icu/icu4c/source/test/cintltst/
Dnucnvtst.c3770 const char* cSrc = fTestCases[i]; in TestSCSU() local
3777 srcLen=unescape(src,srcLen,cSrc,cSrcLen,&status); in TestSCSU()
3778 log_verbose("Testing roundtrip for src: %s at index :%d\n",cSrc,i); in TestSCSU()