Lines Matching defs:cur_off
866 int cur_off, int next_off, int next_align,
878 if (cur_off >= next_off)
903 new_off = roundup(cur_off, pad_bits);
908 if (new_off > cur_off && new_off <= next_off) {
919 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) ||
920 (new_off != next_off && next_off - new_off <= new_off - cur_off))
923 in_bitfield ? new_off - cur_off : 0);
924 cur_off = new_off;
933 while (cur_off != next_off) {
934 bits = min(next_off - cur_off, pad_bits);
937 cur_off += bits;
953 cur_off += bits;