summaryrefslogtreecommitdiffstats
path: root/TOOLS/fastmemcpybench.c
Commit message (Expand)AuthorAgeFilesLines
* Add standard license header to C tools missing them.diego2010-01-301-1/+15
* Replace duplicated code by a macro.diego2009-03-121-45/+16
* Fix and restructure fastmemcpybench. It is now one binary that runs alldiego2009-03-101-5/+137
* Make fastmemcpybench almost working - only thing missing is a way toreimar2009-03-091-1/+2
* comment/output cosmeticsdiego2009-03-091-9/+9
* whitespace cosmetics:diego2009-03-091-74/+75
* Revert michael2009-03-081-2/+2
* Add missing 'void' keyword to parameterless function declarations.diego2009-01-051-3/+6
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-1/+1
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-1/+1
* Change a bunch of video-output-specific preprocessor directives from a HAVE_diego2008-08-021-2/+2
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-2/+2
* Mark all functions that are only used within the file as static.diego2008-04-301-1/+1
* Remove unused #include.diego2007-08-271-2/+0
* warning fix:diego2007-08-271-2/+0
* warning fix:diego2007-08-271-1/+0
* Unify include path handling by using -I.diego2005-11-181-2/+2
* small compilation fixrathann2004-11-011-0/+1
* bugfixmichael2001-11-231-1/+1
* missaligned arrays, as nick requestedmichael2001-11-231-3/+2
* newly allocated memory seems to point to only 1 zero filled 4k page or someth...michael2001-11-221-3/+6
* slight proofreadingnickols_k2001-05-021-1/+1
* added mga_vid support (systemram->videoram tests)arpi_esp2001-04-221-6/+90
* Initial release, used to benchmark fastmemcpy.h code from libvo.atmosfear2001-04-211-0/+37