OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRM_PRINTFLIKE
(Results
1 - 3
of
3
) sorted by null
/external/libdrm/
xf86drm.h
104
#define
DRM_PRINTFLIKE
(f, a) __attribute__ ((format(__printf__, f, a)))
106
#define
DRM_PRINTFLIKE
(f, a)
110
int (*debug_print)(const char *format, va_list ap)
DRM_PRINTFLIKE
(1,0);
726
extern void drmMsg(const char *format, ...)
DRM_PRINTFLIKE
(1, 2);
xf86drm.c
122
static int
DRM_PRINTFLIKE
(1, 0)
[
all
...]
/external/libdrm/intel/
intel_decode.c
116
static void
DRM_PRINTFLIKE
(3, 4)
[
all
...]
Completed in 158 milliseconds