Searched refs:shiftcount (Results 1 – 2 of 2) sorted by relevance
1104 int shiftcount; in WriteConstantInternal() local1112 shiftcount = 12; in WriteConstantInternal()1114 for (int j=0; j<width; j+=4, shiftcount-=4) { in WriteConstantInternal()1115 unsigned int nibble = (word>>shiftcount) & 15; in WriteConstantInternal()1120 if (shiftcount == 0 && j+4 < width) { in WriteConstantInternal()1122 shiftcount = 64; in WriteConstantInternal()1124 shiftcount = width-j-4; in WriteConstantInternal()1129 shiftcount = 60; in WriteConstantInternal()1132 shiftcount = 60; in WriteConstantInternal()1135 shiftcount = 12; in WriteConstantInternal()[all …]
20122 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.