Searched refs:cSrc (Results 1 – 4 of 4) sorted by relevance
/third_party/lz4/tests/ |
D | frametest.c | 872 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/ |
D | es2fClippingTests.cpp | 128 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/ |
D | es3fClippingTests.cpp | 131 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/ |
D | nucnvtst.c | 3770 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()
|