cycles            124 lib/zlib/examples/gzappend.c     unsigned cycles;
cycles            152 lib/zlib/examples/gzappend.c     cycles = gcd(len, rot);             /* number of cycles */
cycles            154 lib/zlib/examples/gzappend.c         start = from = list + cycles;   /* start index is arbitrary */
cycles            164 lib/zlib/examples/gzappend.c     } while (--cycles);