Searched refs:UNS32 (Results 1 – 7 of 7) sorted by relevance
82 #if !defined UNS3283 #define UNS32 unsigned long macro109 #define FICL_UNS UNS32
84 #if !defined UNS3285 #define UNS32 unsigned int macro111 #define FICL_UNS UNS32
84 #if !defined UNS3285 #define UNS32 uint32_t macro111 #define FICL_UNS UNS32
84 #if !defined UNS3285 #define UNS32 unsigned int macro
1163 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()