Lines Matching refs:DPUNS
53 DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add);
59 void u64Push(FICL_STACK *pStack, DPUNS u64);
60 DPUNS u64Pop(FICL_STACK *pStack);
62 UNS16 m64UMod(DPUNS *pUD, UNS16 base);
66 DPUNS m64Add(DPUNS x, DPUNS y);
67 DPUNS m64ASL( DPUNS x );
68 DPUNS m64ASR( DPUNS x );
69 int m64Compare(DPUNS x, DPUNS y);
70 DPUNS m64Or( DPUNS x, DPUNS y );
71 DPUNS m64Sub(DPUNS x, DPUNS y);
75 #define m64CastIU(i64) (*(DPUNS *)(&(i64)))