Home
last modified time | relevance | path

Searched refs:__divmoddi4 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/libkern/
H A Ddivmoddi4.c42 __divmoddi4(quad_t a, quad_t b, quad_t *rem) in __divmoddi4() function
H A Dquad.h104 quad_t __divmoddi4(quad_t a, quad_t b, quad_t *rem);
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_ldivmod.S37 bl SYMBOL_NAME(__divmoddi4)
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c370 __divmoddi4(int64_t n, int64_t d, int64_t *r) in __divmoddi4() function
394 EXPORT_SYMBOL(__divmoddi4);
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A DREADME.txt90 di_int __divmoddi4(di_int a, di_int b, di_int* rem); // a / b, *rem = a % b signed