Home | History | Annotate | Download | only in gdb

Lines Matching defs:cycle

1579   int cycle;
1582 * the extra bits, which cycle every three bytes:
1590 * Cycle number: 0 1 2
1593 * figure out where in the cycle we are so that we end up with no
1601 "cycle zero constants are wrong");
1607 "cycle one constants are wrong");
1612 "cycle two constants are wrong");
1614 /* For 32 we start in cycle 2, with two bits and one bit carry;
1615 for 64 in cycle in cycle 1, with one bit and a two bit carry. */
1617 cycle = (len * HOST_CHAR_BIT) % BITS_IN_OCTAL;
1628 switch (cycle)
1668 cycle++;
1669 cycle = cycle % BITS_IN_OCTAL;
1678 switch (cycle)
1718 cycle++;
1719 cycle = cycle % BITS_IN_OCTAL;