Lines Matching defs:SIZEOF
211 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(xEvent)) {
689 N_XRead(dpy, (char *)rep, (long)SIZEOF(xReply));