Home
last modified time | relevance | path

Searched defs:ASSIGN_UMOD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmodti3.c21 #define ASSIGN_UMOD(res, a, b) __udivmodti4((a), (b), &(res)) macro
H A Dmoddi3.c19 #define ASSIGN_UMOD(res, a, b) __udivmoddi4((a), (b), &(res)) macro