Searched refs:shiftcount (Results 1 – 3 of 3) sorted by relevance
257 int shiftcount; in new_itemsets() local265 shiftcount = 0; in new_itemsets()276 shift_symbol[shiftcount++] = symbol; in new_itemsets()285 nshifts = shiftcount; in new_itemsets()
386 Value_t shiftcount, reducecount; in token_actions() local404 shiftcount = 0; in token_actions()443 ++shiftcount; in token_actions()494 tally[i] = shiftcount; in token_actions()506 if (shiftcount > 0) in token_actions()508 froms[i] = r = NEW2(shiftcount, Value_t); in token_actions()509 tos[i] = s = NEW2(shiftcount, Value_t); in token_actions()
1041 int shiftcount; in WriteConstantInternal() local1049 shiftcount = 12; in WriteConstantInternal()1057 if (shiftcount == 0 && j+4 < width) { in WriteConstantInternal()1059 shiftcount = 64; in WriteConstantInternal()1061 shiftcount = width-j-4; in WriteConstantInternal()1066 shiftcount = 60; in WriteConstantInternal()1069 shiftcount = 60; in WriteConstantInternal()1072 shiftcount = 12; in WriteConstantInternal()1087 if (shiftcount == 0 && j+4 < width) { in WriteConstantInternal()1089 shiftcount = 64; in WriteConstantInternal()[all …]