Lines Matching refs:cur_off
819 int cur_off, int next_off, int next_align,
831 if (cur_off >= next_off)
856 new_off = roundup(cur_off, pad_bits);
861 if (new_off > cur_off && new_off <= next_off) {
872 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) ||
873 (new_off != next_off && next_off - new_off <= new_off - cur_off))
876 in_bitfield ? new_off - cur_off : 0);
877 cur_off = new_off;
886 while (cur_off != next_off) {
887 bits = min(next_off - cur_off, pad_bits);
890 cur_off += bits;
906 cur_off += bits;