Searched refs:call_bench (Results 1 – 4 of 4) sorted by relevance
/dports/emulators/vice/vice-3.5/src/lib/libx264/tools/ |
H A D | checkasm.c | 243 #define call_bench(func,cpu,...)\ macro 273 #define call_a2(func,...) ({ call_bench(func,cpu_new,__VA_ARGS__); }) 274 #define call_c2(func,...) ({ call_bench(func,0,__VA_ARGS__); })
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/tools/ |
H A D | checkasm.c | 243 #define call_bench(func,cpu,...)\ macro 273 #define call_a2(func,...) ({ call_bench(func,cpu_new,__VA_ARGS__); }) 274 #define call_c2(func,...) ({ call_bench(func,0,__VA_ARGS__); })
|
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/tools/ |
H A D | checkasm.c | 293 #define call_bench(func,cpu,...)\ macro 324 #define call_a2(func,...) ({ call_bench(func,cpu_new,__VA_ARGS__); }) 325 #define call_c2(func,...) ({ call_bench(func,0,__VA_ARGS__); })
|
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/tools/ |
H A D | checkasm.c | 293 #define call_bench(func,cpu,...)\ macro 324 #define call_a2(func,...) ({ call_bench(func,cpu_new,__VA_ARGS__); }) 325 #define call_c2(func,...) ({ call_bench(func,0,__VA_ARGS__); })
|