Lines Matching refs:width
25 " variable width then the input file is used to estimate average and"
47 size_t width;
71 if (fa->width < fb->width)
73 if (fa->width > fb->width)
161 if (field->width = variable->format.width)
166 else if (field->width = variable->type->format.width)
205 else if (field->width < arg.value.buffer.size)
207 error(-1, "AHA fix_act %s.width %d arg.size %d", field->variable->name, field->width, arg.value.buffer.size);
208 field->width = arg.value.buffer.size;
233 field->width = 8;
240 field->width = 8;
242 field->width = 4;
244 field->width = 2;
249 if ((w = (field->width * 3) / 2) < 8)
253 error(-1, "AHA fix_end %s.width %d w %d", field->variable->name, field->width, w);
255 field->width = w;
259 field->width = 4;
266 r += field->width;
278 sfprintf(expr->op, " <DESCRIPTION>%-*.*s fixed width binary format.</>\n", w, w, s);
323 sfprintf(expr->op, " <WIDTH>%d</>\n", field->width);
331 sfprintf(expr->op, " <DESCRIPTION>%s</>\n", b ? "Variable width data heap." : "Fixed size roundup pad.");