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

  /src/external/bsd/ntp/dist/sntp/libopts/
intprops.h 298 bool overflow = INT_MULTIPLY_WRAPV (a, b, &result);
354 #define INT_MULTIPLY_WRAPV(a, b, r) \
  /src/external/gpl3/gdb/dist/gnulib/import/
intprops.h 334 bool overflow = INT_MULTIPLY_WRAPV (a, b, &result);
407 # define INT_MULTIPLY_WRAPV(a, b, r) __builtin_mul_overflow (a, b, r)
410 # define INT_MULTIPLY_WRAPV(a, b, r) \
417 # define INT_MULTIPLY_WRAPV(a, b, r) \
640 #define INT_MULTIPLY_OK(a, b, r) ! INT_MULTIPLY_WRAPV (a, b, r)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
intprops.h 334 bool overflow = INT_MULTIPLY_WRAPV (a, b, &result);
407 # define INT_MULTIPLY_WRAPV(a, b, r) __builtin_mul_overflow (a, b, r)
410 # define INT_MULTIPLY_WRAPV(a, b, r) \
417 # define INT_MULTIPLY_WRAPV(a, b, r) \
640 #define INT_MULTIPLY_OK(a, b, r) ! INT_MULTIPLY_WRAPV (a, b, r)

Completed in 18 milliseconds