Searched defs:vmax (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | ty_int.c | 43 * set_field_type(f, TYPE_INTEGER, precision, vmin, vmax); 47 * double vmax; maximum acceptable value 59 long vmax; member in struct:__anon3220 87 n -> vmax = va_arg(*ap, long); 113 long vmax = n -> vmax; local 132 if (vmin >= vmax || (v >= vmin && v <= vmax)) {
|
H A D | ty_num.c | 43 * set_field_type(f, TYPE_NUMERIC, precision, vmin, vmax); 47 * double vmax; maximum acceptable value 59 double vmax; member in struct:__anon3221 87 n -> vmax = va_arg(*ap, double); 113 double vmax = n -> vmax; local 137 if (vmin >= vmax || (v >= vmin && v <= vmax)) {
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 252 uint_t len, vmax; local 264 vmax = cliptr->varmax - 1; /* space for the prefix */ 292 if (len > vmax * 2 || 294 (char *)(cliptr->varptr), &vmax) != 0) { 297 cliptr->varlen = vmax; 299 if (len > vmax) { 320 uint_t len, vmax; local 336 vmax = cliptr->varmax; 337 if (len != vmax * 2 || hexascii_to_octet(valstr, len, 338 cliptr->varptr, &vmax) ! [all...] |
Completed in 50 milliseconds