Searched defs:xmax (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dxsize.h87 xmax (size_t size1, size_t size2) function
/osnet-11/usr/src/lib/libeti/form/common/
H A Dform.c138 /* merge - xmax/ymax is the minimum window size to hold field f */
142 int xmax = f->fcol + f->cols; local
147 if (form->cols < xmax)
148 form->cols = xmax;
H A Dutility.c112 int xmax, ymax, y, n; local
114 getmaxyx(w, ymax, xmax);
117 if ((n = (int) (_data_end(v, xmax) - v)) != 0) {
121 v += xmax;
191 int xmax = B(f) + c->cols; local
195 else if (X(f) >= xmax)
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c740 int x, y, xmax, xmin, ymax, ymin; local
748 xmax = glyph->x_ofs + glyph->width;
749 if (xmax < glyph->device_width)
750 xmax = glyph->device_width;
771 for (x = xmin; x < xmax; x++)

Completed in 27 milliseconds