Searched refs:testSize (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_memcpy.c526 unsigned best, tmp, testSize, alignSize, tmp2; local in function:viaVidCopyInit
564 testSize = BSIZH * (BSIZW + (BSIZW >> 1));
572 if (NULL == (buf2 = (unsigned char *)malloc(testSize))) {
576 if (NULL == (buf3 = (unsigned char *)malloc(testSize))) {
596 kernel_memcpy(buf2, buf3, testSize);
602 kernel_memcpy(buf2, buf3, testSize);
615 cpuFreq * 1.e6 * (double)testSize /

Completed in 3 milliseconds