Lines Matching defs:cur_off
865 int cur_off, int next_off, int next_align,
877 if (cur_off >= next_off)
902 new_off = roundup(cur_off, pad_bits);
907 if (new_off > cur_off && new_off <= next_off) {
918 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) ||
919 (new_off != next_off && next_off - new_off <= new_off - cur_off))
922 in_bitfield ? new_off - cur_off : 0);
923 cur_off = new_off;
932 while (cur_off != next_off) {
933 bits = min(next_off - cur_off, pad_bits);
936 cur_off += bits;
952 cur_off += bits;