Searched refs:time_function (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_memcpy.c | 612 static unsigned int time_function(vidCopyFunc mf, UChar *buf1, UChar *buf2, int size) function in typeref:typename:unsigned int 690 tmp1 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 692 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 695 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 698 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 702 tmp1 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE); 704 tmp2 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE); 707 tmp2 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE); 710 tmp2 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE);
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_memcpy.c | 714 static unsigned int time_function(vidCopyFunc mf, UChar *buf1, UChar *buf2, int size) 794 tmp1 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 796 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 799 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 802 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 806 tmp1 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE); 808 tmp2 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE); 811 tmp2 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE); 814 tmp2 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE);
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_memcpy.c | 444 time_function(vidCopyFunc mf, unsigned char *buf1, unsigned char *buf2) function in typeref:typename:unsigned 599 tmp = time_function(curData->mFunc, buf1, buf2); 603 tmp2 = time_function(curData->mFunc, buf1, buf2);
|
Completed in 7 milliseconds