Searched refs:ipval (Results 1 – 2 of 2) sorted by relevance
48 addr_t segval, offval, ipval, val; in soi_s2n() local54 ipval = def; in soi_s2n()60 ipval = strtoul(p+1, NULL, 0); in soi_s2n()74 val = (segval << 4) + ipval; in soi_s2n()76 if (ipval > 0xFFFE || val < dosmin || val >= dosmax) { in soi_s2n()86 *ip = ipval; in soi_s2n()
1095 ULong ipval = val; in VG_() local1096 Double frac = val - ipval; in VG_()1112 ipval += 1; in VG_()1122 if (ipval < x) break; in VG_()1144 ipval); in VG_()