Searched defs:PRINTF (Results 1 – 8 of 8) sorted by relevance
| /external/dtc/ |
| D | util.h | 17 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) macro 19 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 23 #define PRINTF(i, j) macro
|
| /external/libhevc/encoder/ |
| D | ihevce_profile.c | 63 #define PRINTF(x, y, ...) printf(__VA_ARGS__) macro
|
| D | ihevce_hle_interface.h | 53 #define PRINTF(v, x, y, ...) ps_sys_api->ihevce_printf(v, __VA_ARGS__) macro
|
| /external/pcre/src/ |
| D | pcre2posix_test.c | 30 #define PRINTF if (v) printf /* Shorthand for testing output */ macro
|
| /external/mesa3d/src/gallium/drivers/i915/ |
| D | i915_debug_fp.c | 36 PRINTF( in PRINTF() function
|
| D | i915_debug.c | 70 PRINTF( in PRINTF() function
|
| /external/ltp/testcases/kernel/controllers/cgroup/ |
| D | cgroup_regression_getdelays.c | 61 #define PRINTF(fmt, arg...) { \ macro
|
| /external/vboot_reference/ |
| D | Makefile | 81 PRINTF := printf macro 83 PRINTF := : macro
|