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

  /src/external/gpl3/gdb/dist/sim/arm/
armsupp.c 434 SubOverflow (ARMword a, ARMword b, ARMword result)
471 ASSIGNV (SubOverflow (a, b, result));
  /src/external/gpl3/gdb.old/dist/sim/arm/
armsupp.c 434 SubOverflow (ARMword a, ARMword b, ARMword result)
471 ASSIGNV (SubOverflow (a, b, result));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MathExtras.h 910 std::enable_if_t<std::is_signed<T>::value, T> SubOverflow(T X, T Y, T &Result) {

Completed in 28 milliseconds