Searched refs:CLONE_ATTRIBUTES (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c214 #define CLONE_ATTRIBUTES 1 macro
215 static XF86AttributeRec CloneAttributes[CLONE_ATTRIBUTES] = {
865 adapt->nAttributes += CLONE_ATTRIBUTES;
873 memcpy((char*)att, (char*)CloneAttributes, sizeof(XF86AttributeRec) * CLONE_ATTRIBUTES);
874 att+=CLONE_ATTRIBUTES;

Completed in 6 milliseconds