Home | History | Annotate | Download | only in libXNVCtrl

Lines Matching defs:slop

438     int length, numbytes, slop;
463 slop = numbytes & 3;
475 if (slop) _XEatData(dpy, 4-slop);
982 int length, numbytes, slop;
1007 slop = numbytes & 3;
1019 if (slop) _XEatData(dpy, 4-slop);
1053 int inSize, outSize, length, slop;
1097 slop = outSize & 3;
1105 if (slop) _XEatData(dpy, 4-slop);