Searched refs:DRM_PRINTFLIKE (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | xf86drm.h | 116 #define DRM_PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro 118 #define DRM_PRINTFLIKE(f, a) macro 122 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0); 766 extern void drmMsg(const char *format, ...) DRM_PRINTFLIKE(1, 2);
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/ |
| H A D | xf86drm.h | 116 #define DRM_PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro 118 #define DRM_PRINTFLIKE(f, a) macro 122 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0); 766 extern void drmMsg(const char *format, ...) DRM_PRINTFLIKE(1, 2);
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/ |
| H A D | xf86drm.h | 116 #define DRM_PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro 118 #define DRM_PRINTFLIKE(f, a) macro 122 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0); 766 extern void drmMsg(const char *format, ...) DRM_PRINTFLIKE(1, 2);
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86drm.h | 116 #define DRM_PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro 118 #define DRM_PRINTFLIKE(f, a) macro 122 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0); 767 extern void drmMsg(const char *format, ...) DRM_PRINTFLIKE(1, 2);
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drm.c | 515 static int DRM_PRINTFLIKE(1, 0) 3398 static char * DRM_PRINTFLIKE(2, 3)
|