HomeSort by: relevance | last modified time | path
    Searched defs:INTMAX_T (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h 31 typedef __sanitizer::s64 INTMAX_T;
  /src/sys/lib/libsa/
subr_prf.c 45 #define INTMAX_T longlong_t
48 #define INTMAX_T long
228 if (sizeof(intmax_t) == sizeof(long long))
232 if (sizeof(intmax_t) == sizeof(long))
270 if ((INTMAX_T)ul < 0) {
271 ul = -(INTMAX_T)ul;
313 /* hold a INTMAX_T in base 8 */
314 char *p, buf[(sizeof(INTMAX_T) * NBBY / 3) + 1 + 2 /* ALT + SIGN */];

Completed in 11 milliseconds