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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dswarm.c58 #define X(t,b) (sp->x[(t)*sp->beecount+(b)])
59 #define Y(t,b) (sp->y[(t)*sp->beecount+(b)])
67 int beecount; /* number of bees */ member in struct:__anon113
94 sp->beecount = batchcount;
107 sp->segs = (XSegment *) malloc(sizeof(XSegment) * sp->beecount);
108 sp->old_segs = (XSegment *) malloc(sizeof(XSegment) * sp->beecount);
109 sp->x = (short *) malloc(sizeof(short) * sp->beecount * TIMES);
110 sp->y = (short *) malloc(sizeof(short) * sp->beecount * TIMES);
111 sp->xv = (short *) malloc(sizeof(short) * sp->beecount);
112 sp->yv = (short *) malloc(sizeof(short) * sp->beecount);
[all...]

Completed in 14 milliseconds