Searched refs:si_max (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dio.h856 extern GFC_UINTEGER_LARGEST si_max (int);
857 internal_proto(si_max); variable
H A Dread.c92 si_max (int length) function
674 maxv = si_max (length);
766 maxv = 2 * si_max (length) + 1;
H A Dlist_read.c636 max = si_max (length);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dio.h860 extern GFC_UINTEGER_LARGEST si_max (int);
861 internal_proto(si_max); variable
H A Dread.c99 si_max (int length) function
707 maxv = si_max (length);
799 maxv = 2 * si_max (length) + 1;
H A Dlist_read.c635 max = si_max (length);

Completed in 131 milliseconds