Home | History | Annotate | Download | only in gas

Lines Matching defs:diff

2857       int diff = coff_type.num_dims - coff_type.num_sizes;
2861 if (coff_type.num_sizes != 1 || diff < 0)
2871 if (diff)
2876 coff_type.sizes[j] = (((j - diff) >= 0)
2877 ? coff_type.sizes[j - diff]