OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRMLISTJOIN
(Results
1 - 2
of
2
) sorted by null
/external/libdrm/
libdrm_lists.h
113
#define
DRMLISTJOIN
(__list, __join) if (!DRMLISTEMPTY(__list)) { \
/external/libdrm/nouveau/
pushbuf.c
424
DRMLISTJOIN
(&bctx->current, &bctx->pending);
517
DRMLISTJOIN
(&bctx->pending, &bctx->current);
Completed in 210 milliseconds