Lines Matching defs:numdropped
7954 int numdropped = 0;
7959 numdropped += 1;
7964 offset += nlocals - numdropped;
7973 offset += nlocals - numdropped;
8305 int numdropped = 0;
8308 fixedmap[i] -= numdropped;
8312 numdropped += 1;
8339 return numdropped;
8417 int numdropped = fix_cell_offsets(c, entryblock, cellfixedoffsets);
8420 if (numdropped < 0) {
8423 nlocalsplus -= numdropped;