HomeSort by: relevance | last modified time | path
    Searched refs:DRM_PRINTFLIKE (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/
xf86drm.h 120 #define DRM_PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a)))
122 #define DRM_PRINTFLIKE(f, a)
126 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0);
776 extern void drmMsg(const char *format, ...) DRM_PRINTFLIKE(1, 2);
xf86drm.c 650 static int DRM_PRINTFLIKE(1, 0)
3541 static char * DRM_PRINTFLIKE(2, 3)
  /xsrc/external/mit/libdrm/dist/intel/
intel_decode.c 110 static void DRM_PRINTFLIKE(3, 4)

Completed in 9 milliseconds