Searched refs:shiftcount (Results 1 – 2 of 2) sorted by relevance
765 int shiftcount=12; in WriteConstantInternal() local767 for (int j=0; j<width; j+=4, shiftcount-=4) { in WriteConstantInternal()768 unsigned int nibble = (word>>shiftcount) & 15; in WriteConstantInternal()773 if (shiftcount == 0 && j+4 < width) { in WriteConstantInternal()775 shiftcount = 64; in WriteConstantInternal()777 shiftcount = width-j-4; in WriteConstantInternal()791 int shiftcount=60; in WriteConstantInternal() local793 for (int j=0; j<width; j+=4, shiftcount-=4) { in WriteConstantInternal()794 unsigned int nibble = (word>>shiftcount) & 15; in WriteConstantInternal()799 if (shiftcount == 0 && j+4 < width) { in WriteConstantInternal()[all …]
20122 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.