Searched refs:UNS32 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/stand/ficl/arm/
H A Dsysdep.h85 #if !defined UNS32
86 #define UNS32 unsigned int macro
112 #define FICL_UNS UNS32
383 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
414 ** to get a 64 bit product, & divide the product by an UNS32
415 ** to get an UNS32 quotient and remainder. Much easier in asm
/freebsd-11-stable/stand/ficl/i386/
H A Dsysdep.h83 #if !defined UNS32
84 #define UNS32 unsigned long macro
110 #define FICL_UNS UNS32
382 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
413 ** to get a 64 bit product, & divide the product by an UNS32
414 ** to get an UNS32 quotient and remainder. Much easier in asm
/freebsd-11-stable/stand/ficl/mips/
H A Dsysdep.h85 #if !defined UNS32
86 #define UNS32 unsigned int macro
112 #define FICL_UNS UNS32
383 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
414 ** to get a 64 bit product, & divide the product by an UNS32
415 ** to get an UNS32 quotient and remainder. Much easier in asm
/freebsd-11-stable/stand/ficl/powerpc/
H A Dsysdep.h85 #if !defined UNS32
86 #define UNS32 unsigned int macro
112 #define FICL_UNS UNS32
383 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
414 ** to get a 64 bit product, & divide the product by an UNS32
415 ** to get an UNS32 quotient and remainder. Much easier in asm
/freebsd-11-stable/stand/ficl/aarch64/
H A Dsysdep.h85 #if !defined UNS32
86 #define UNS32 unsigned int macro
372 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
403 ** to get a 64 bit product, & divide the product by an UNS32
404 ** to get an UNS32 quotient and remainder. Much easier in asm
/freebsd-11-stable/stand/ficl/amd64/
H A Dsysdep.h85 #if !defined UNS32
86 #define UNS32 unsigned int macro
384 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
415 ** to get a 64 bit product, & divide the product by an UNS32
416 ** to get an UNS32 quotient and remainder. Much easier in asm
/freebsd-11-stable/stand/ficl/mips64/
H A Dsysdep.h85 #if !defined UNS32
86 #define UNS32 unsigned int macro
383 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
414 ** to get a 64 bit product, & divide the product by an UNS32
415 ** to get an UNS32 quotient and remainder. Much easier in asm
/freebsd-11-stable/stand/ficl/riscv/
H A Dsysdep.h85 #if !defined UNS32
86 #define UNS32 unsigned int macro
372 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
403 ** to get a 64 bit product, & divide the product by an UNS32
404 ** to get an UNS32 quotient and remainder. Much easier in asm
/freebsd-11-stable/stand/ficl/sparc64/
H A Dsysdep.h86 #if !defined UNS32
87 #define UNS32 unsigned int macro
373 ** ficlLongDiv divides an UNS64 by an UNS32 and returns UNS32 quotient
404 ** to get a 64 bit product, & divide the product by an UNS32
405 ** to get an UNS32 quotient and remainder. Much easier in asm
/freebsd-11-stable/stand/ficl/
H A Dwords.c1164 UNS32 *pw;
1168 pw = (UNS32 *)stackPopPtr(pVM->pStack);
1175 UNS32 *pw;
1179 pw = (UNS32 *)stackPopPtr(pVM->pStack);
1180 *pw = (UNS32)(stackPop(pVM->pStack).u);

Completed in 137 milliseconds