Searched refs:XI64 (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/nsk2/ |
| H A D | XtvTypes.h | 249 } XI64; typedef 258 void XI64Set(XI64* ptarget, XI64* porigin); 259 XBOOL64 XI64Equal(XI64* ptarget, XI64* porigin); 260 XBOOL64 XI64GE(XI64* ptarget, XI64* porigin); 261 XBOOL64 XI64Equal0(XI64* ptarget); 262 XBOOL64 XI64Negative(XI64* ptarget); 263 void XI64SetLong(XI64* ptarget, XLONG high, XULONG low); 264 void XI64GetLong(XI64* ptarget, XLONG* phigh, XULONG* plow); 265 void XI64Add(XI64* presult, XI64* porigin, XI64* poffset); /* *presult = *porigin + *poffset */ 266 void XI64Sub(XI64* presult, XI64* porigin, XI64* poffset); /* *presult = *porigin - *poffset */ [all …]
|