rot                41 examples/printing/prtpub.c 	DWORD rot;
rot                46 examples/printing/prtpub.c 	rot = DeviceCapabilities(printer, port, DC_BINNAMES, NULL, NULL);
rot                50 examples/printing/prtpub.c 	if (rot) {
rot               121 lib/zlib/examples/gzappend.c local void rotate(unsigned char *list, unsigned len, unsigned rot)
rot               129 lib/zlib/examples/gzappend.c     if (rot >= len) rot %= len;
rot               130 lib/zlib/examples/gzappend.c     if (rot == 0) return;
rot               136 lib/zlib/examples/gzappend.c     if (rot == 1) {
rot               144 lib/zlib/examples/gzappend.c     if (rot == len - 1) {
rot               152 lib/zlib/examples/gzappend.c     cycles = gcd(len, rot);             /* number of cycles */
rot               158 lib/zlib/examples/gzappend.c             from += rot;                /* go right rot positions */