Lines Matching defs:nunits
892 bcopy(data, ((char *) req) + sizeof(xPSGiveInputReq) + req->nunits,
894 req->nunits += length;
895 req->length = (sizeof(xPSGiveInputReq) + req->nunits + 3) >> 2;
897 ((req->nunits + 3) & ~3);
903 int nunits;
913 nunits = maxedOutLen;
916 nunits = length; /* Normal size block */
921 req->nunits = nunits;
922 req->length += ((nunits + 3) >> 2);
930 NXProcData(dpy, (char *) data, nunits);
932 {Data(dpy, (char *) data, nunits);}
933 data += nunits;
934 length -= nunits;