Searched refs:__TYPE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/blacklist/port/
H A D_strtoi.h43 * __TYPE : return and range limits type
47 __TYPE
49 __TYPE lo, __TYPE hi, int * rstatus)
52 __TYPE im;
H A Dstrtoi.c56 #define __TYPE intmax_t macro
/freebsd-11.0-release/sys/mips/include/
H A Dstdarg.h98 #define __va_rounded_size(__TYPE) (((sizeof (__TYPE) + 8 - 1) / 8) * 8)
116 #define __va_rounded_size(__TYPE) \
117 (((sizeof (__TYPE) + sizeof (int) - 1) / sizeof (int)) * sizeof (int))

Completed in 113 milliseconds