Searched refs:intmax (Results 1 – 10 of 10) sorted by relevance
43 TEMP=$(mktemp -d -t intmax)63 ${TESTS}/printf-intmax.32 >${TEMP}/c99.3264 ${TESTS}/printf-intmax.64 >${TEMP}/c99.6465 ${TESTS}/printf-intmax.c89 >${TEMP}/c89
16 SCRIPTS = printf-intmax18 PROG = printf-intmax24 OBJS = printf-intmax.o
30 printf-intmax \
162 file path=opt/libc-tests/tests/printf-intmax mode=0555163 file path=opt/libc-tests/tests/printf-intmax.32 mode=0555164 file path=opt/libc-tests/tests/printf-intmax.64 mode=0555165 file path=opt/libc-tests/tests/printf-intmax.c89 mode=0555
641 int i, intmax; in acpi_probe() local963 intmax = (ver >> 16) & 0xff; in acpi_probe()964 apic_io_vectend[i] = apic_io_vectbase[i] + intmax; in acpi_probe()
133 libc-tests/tests/printf-intmax/printf-intmax.c89
165 [/opt/libc-tests/tests/printf-intmax]
39 tst ast_no_um2fm note{ no unsigned intmax => floatmax cast }end nolink{
4250 void *agerarg, uint_t *intp, uint_t intmax, short mid) argument4260 if (interval >= intmax) {4264 intmax);4268 interval = min(interval, intmax);
801 03-04-03 features/float: add _ast_no_um2fm: no usinged intmax => floatmax cast