Searched refs:ftLeft (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapiutil.h184 static inline FILETIME FtAddFt(FILETIME ftLeft, FILETIME ftRight) argument
186 LONG64 *pl = (LONG64*)&ftLeft, *pr = (LONG64*)&ftRight;
192 static inline FILETIME FtSubFt(FILETIME ftLeft, FILETIME ftRight) argument
194 LONG64 *pl = (LONG64*)&ftLeft, *pr = (LONG64*)&ftRight;
200 static inline FILETIME FtNegFt(FILETIME ftLeft) argument
202 LONG64 *p = (LONG64*)&ftLeft;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapiutil.h184 static inline FILETIME FtAddFt(FILETIME ftLeft, FILETIME ftRight) argument
186 LONG64 *pl = (LONG64*)&ftLeft, *pr = (LONG64*)&ftRight;
192 static inline FILETIME FtSubFt(FILETIME ftLeft, FILETIME ftRight) argument
194 LONG64 *pl = (LONG64*)&ftLeft, *pr = (LONG64*)&ftRight;
200 static inline FILETIME FtNegFt(FILETIME ftLeft) argument
202 LONG64 *p = (LONG64*)&ftLeft;

Completed in 45 milliseconds