Home
last modified time | relevance | path

Searched refs:UNS32 (Results 1 – 7 of 7) sorted by relevance

/freebsd/stand/ficl/i386/
H A Dsysdep.h82 #if !defined UNS32
83 #define UNS32 unsigned long macro
109 #define FICL_UNS UNS32
/freebsd/stand/ficl/arm/
H A Dsysdep.h84 #if !defined UNS32
85 #define UNS32 unsigned int macro
111 #define FICL_UNS UNS32
/freebsd/stand/ficl/powerpc/
H A Dsysdep.h84 #if !defined UNS32
85 #define UNS32 uint32_t macro
111 #define FICL_UNS UNS32
/freebsd/stand/ficl/aarch64/
H A Dsysdep.h84 #if !defined UNS32
85 #define UNS32 unsigned int macro
/freebsd/stand/ficl/amd64/
H A Dsysdep.h84 #if !defined UNS32
85 #define UNS32 unsigned int macro
/freebsd/stand/ficl/riscv/
H A Dsysdep.h84 #if !defined UNS32
85 #define UNS32 unsigned int macro
/freebsd/stand/ficl/
H A Dwords.c1163 UNS32 *pw; in quadFetch()
1167 pw = (UNS32 *)stackPopPtr(pVM->pStack); in quadFetch()
1174 UNS32 *pw; in quadStore()
1178 pw = (UNS32 *)stackPopPtr(pVM->pStack); in quadStore()
1179 *pw = (UNS32)(stackPop(pVM->pStack).u); in quadStore()