Searched defs:__divmoddi4 (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivmoddi4.c17 COMPILER_RT_ABI di_int __divmoddi4(di_int a, di_int b, di_int *rem) { function
/freebsd-current/sys/libkern/
H A Ddivmoddi4.c42 __divmoddi4(quad_t a, quad_t b, quad_t *rem) function
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c371 __divmoddi4(int64_t n, int64_t d, int64_t *r) function
395 EXPORT_SYMBOL(__divmoddi4); variable

Completed in 125 milliseconds