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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsconndi.c757 if (pend < SIZEOF(xEvent)) pend = SIZEOF(xEvent);
763 pend = (pend / SIZEOF(xEvent)) * SIZEOF(xEvent);
769 (pend -= SIZEOF(xEvent))) {
817 add_to_iov ((caddr_t) client, SIZEOF(xConnClientPrefix));
768 STARTITERATE(ev,xEvent, buf, (pend > 0), (pend -= SIZEOF(xEvent))) argument
H A Dcslibint.c211 pend = SIZEOF(xReply);
225 if (len < SIZEOF(xReply))
226 len = SIZEOF(xReply);
229 len /= SIZEOF(xReply);
230 pend = len * SIZEOF(xReply);
266 if (pend < SIZEOF(xEvent)) {
267 pend = SIZEOF(xEvent);
282 pend = (pend / SIZEOF(xEvent)) * SIZEOF(xEvent);
288 pend -= SIZEOF(xEven
287 STARTITERATE(ev,xEvent, buf, (pend > 0), pend -= SIZEOF(xEvent)) argument
[all...]

Completed in 20 milliseconds