Searched defs:sp (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/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)])
86 swarmstruct *sp = &swarms[screen]; local
89 sp->startTime = seconds();
92 sp->beecount = (uint_t) batchcount;
95 sp->width = xgwa.width;
96 sp->height = xgwa.height;
100 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, sp
144 swarmstruct *sp = &swarms[screen]; local
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_gamma_pack.c980 char *sp; local
986 sp = packed_string;
992 while (*sp != 0) {
996 if (*sp != DeltaTableBase_0X) {
1011 if (*sp == 0x7c) {
1012 sp++;
1016 ll = unpack_gam_int(sp, tbl+tcount);
1020 sp += ll;
1033 tb = unpack_tiny_bytes (*sp, tbl+tcount, tbl_len-tcount);
1035 sp
[all...]

Completed in 159 milliseconds