Searched refs:ficlLongMul (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.3-release/sys/boot/ficl/amd64/
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h284 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
382 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
420 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-10.3-release/sys/boot/ficl/arm/
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h275 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
381 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
419 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-10.3-release/sys/boot/ficl/ia64/
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h284 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
382 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
420 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-10.3-release/sys/boot/ficl/mips/
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h275 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
381 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
419 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-10.3-release/sys/boot/ficl/powerpc/
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h275 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
381 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
419 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-10.3-release/sys/boot/ficl/sparc64/
H A Dsysdep.c25 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h265 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
371 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
409 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-10.3-release/sys/boot/ficl/i386/
H A Dsysdep.c28 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
H A Dsysdep.h282 ** PORTABLE_LONGMULDIV causes ficlLongMul and ficlLongDiv to be
380 ** ficlLongMul multiplies two UNS32s and returns a 64 bit unsigned
418 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y);
/freebsd-10.3-release/sys/boot/ficl/
H A Dmath64.c151 DPUNS resultLo = ficlLongMul(u.lo, mul);
152 DPUNS resultHi = ficlLongMul(u.hi, mul);
186 prod = ficlLongMul(x, y);
490 ** Portable versions of ficlLongMul and ficlLongDiv in C
494 DPUNS ficlLongMul(FICL_UNS x, FICL_UNS y) function
517 ** Portable versions of ficlLongMul and ficlLongDiv in C
H A Dwords.c3870 ud = ficlLongMul(u1, u2);

Completed in 72 milliseconds