Home | History | Annotate | Download | only in priv

Lines Matching refs:tempCOUNT

1881    UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf;
1887 while (tempCOUNT > 0) {
1891 tempCOUNT--;
1895 while (tempCOUNT >= 17) tempCOUNT -= 17;
1898 while (tempCOUNT > 0) {
1902 tempCOUNT--;
1906 while (tempCOUNT >= 9) tempCOUNT -= 9;
1909 while (tempCOUNT > 0) {
1913 tempCOUNT--;
1936 UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf;
1941 while (tempCOUNT > 0) {
1945 tempCOUNT--;
1950 while (tempCOUNT >= 17) tempCOUNT -= 17;
1952 while (tempCOUNT > 0) {
1956 tempCOUNT--;
1961 while (tempCOUNT >= 9) tempCOUNT -= 9;
1963 while (tempCOUNT > 0) {
1967 tempCOUNT--;