Lines Matching refs:mode_adjust
99 struct mode_adjust struct
101 struct mode_adjust *next; argument
109 static struct mode_adjust *adj_nunits; argument
110 static struct mode_adjust *adj_bytesize;
111 static struct mode_adjust *adj_alignment;
112 static struct mode_adjust *adj_format;
113 static struct mode_adjust *adj_ibit;
114 static struct mode_adjust *adj_fbit;
214 struct mode_adjust **category, const char *catname, in new_adjust()
221 struct mode_adjust *a; in new_adjust()
249 a = XNEW (struct mode_adjust); in new_adjust()
1013 struct mode_adjust *a; in emit_mode_size_inline()
1026 for (mode_adjust *a = adj_nunits; a; a = a->next) in emit_mode_size_inline()
1060 for (mode_adjust *a = adj_nunits; a; a = a->next) in emit_mode_nunits_inline()
1698 struct mode_adjust *a; in emit_mode_adjustments()