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

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dmanywin.c52 #define MAX_HEADS 200 macro
53 static struct head Heads[MAX_HEADS];
87 if (NumHeads >= MAX_HEADS)
403 if (n > MAX_HEADS)
404 n = MAX_HEADS;
H A Dglxheads.c52 #define MAX_HEADS 20 macro
53 static struct head Heads[MAX_HEADS];
85 if (NumHeads >= MAX_HEADS)
/xsrc/external/mit/libXxf86dga/dist/src/
H A DXF86DGA2.c25 #define MAX_HEADS 16 macro

Completed in 9 milliseconds