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

/freebsd-10-stable/contrib/byacc/
H A Dlr0.c250 int shiftcount; local
258 shiftcount = 0;
269 shift_symbol[shiftcount++] = symbol;
278 nshifts = shiftcount;
H A Doutput.c377 Value_t shiftcount, reducecount; local
395 shiftcount = 0;
434 ++shiftcount;
485 tally[i] = shiftcount;
497 if (shiftcount > 0)
499 froms[i] = r = NEW2(shiftcount, Value_t);
500 tos[i] = s = NEW2(shiftcount, Value_t);
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAsmWriter.cpp835 int shiftcount; local
843 shiftcount = 12;
845 for (int j=0; j<width; j+=4, shiftcount-=4) {
846 unsigned int nibble = (word>>shiftcount) & 15;
851 if (shiftcount == 0 && j+4 < width) {
853 shiftcount = 64;
855 shiftcount = width-j-4;
860 shiftcount = 60;
863 shiftcount = 60;
866 shiftcount
[all...]

Completed in 62 milliseconds