Home
last modified time | relevance | path

Searched refs:intmax (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c641 int i, intmax; in acpi_probe() local
963 intmax = (ver >> 16) & 0xff; in acpi_probe()
964 apic_io_vectend[i] = apic_io_vectbase[i] + intmax; in acpi_probe()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfloat39 tst ast_no_um2fm note{ no unsigned intmax => floatmax cast }end nolink{
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c4250 void *agerarg, uint_t *intp, uint_t intmax, short mid) argument
4260 if (interval >= intmax) {
4264 intmax);
4268 interval = min(interval, intmax);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE801 03-04-03 features/float: add _ast_no_um2fm: no usinged intmax => floatmax cast