Home
last modified time | relevance | path

Searched refs:shiftcount (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/byacc/dist/
H A Dlr0.c257 int shiftcount; in new_itemsets() local
265 shiftcount = 0; in new_itemsets()
276 shift_symbol[shiftcount++] = symbol; in new_itemsets()
285 nshifts = shiftcount; in new_itemsets()
H A Doutput.c386 Value_t shiftcount, reducecount; in token_actions() local
404 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()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1041 int shiftcount; in WriteConstantInternal() local
1049 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 …]