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

/solaris-x11-s12/open-src/lib/libXv/
H A DMakefile52 LIB_MAN_SUFFIX=3xv
55 FIX_PC_FILES=xv.pc.in
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dswarm.c72 short *xv; member in struct:__anon110
73 short *yv; /* bee velocities xv[bee#] */
109 sp->xv = malloc(sizeof(short) * sp->beecount);
114 (sp->xv == NULL) || (sp->yv == NULL)) {
134 sp->xv[b] = (short) RAND(7);
181 sp->xv[random() % sp->beecount] += (short) RAND(3);
201 sp->xv[b] += (dx * BEEACC) / distance;
205 if (sp->xv[b] > BEEVEL)
206 sp->xv[b] = BEEVEL;
207 if (sp->xv[
[all...]
/solaris-x11-s12/open-src/lib/libxcb/
H A DMakefile91 --enable-xv \

Completed in 37 milliseconds