Searched refs:u32IntMs (Results 1 – 5 of 5) sorted by relevance
337 #define _TimeAbs(stTime, u32IntMs) \ argument340 if(u32IntMs>0) \342 MS_U32 u32Sec=(u32IntMs)/1000; \344 (stTime).tv_nsec+= ((u32IntMs)- (1000* u32Sec))* 1000000; \
263 #define _TimeAbsM(stTime, u32IntMs) \ argument266 if(u32IntMs > 0) \268 MS_U32 u32Sec = (u32IntMs) / 1000; \270 (stTime).tv_nsec += ((u32IntMs) - (1000 * u32Sec)) * 1000000; \279 #define _TimeAbs(stTime, u32IntMs) \ argument282 if(u32IntMs > 0) \284 MS_U32 u32Sec = (u32IntMs) / 1000; \286 (stTime).tv_nsec += ((u32IntMs) - (1000 * u32Sec)) * 1000000; \
387 #define _TimeAbs(stTime, u32IntMs) \ argument390 if(u32IntMs>0) \392 MS_U32 u32Sec=(u32IntMs)/1000; \394 (stTime).tv_nsec+= ((u32IntMs)- (1000* u32Sec))* 1000000; \
182 #define _TimeAbs(stTime, u32IntMs) \185 if(u32IntMs>0) \187 MS_U32 u32Sec=u32Sec=(u32IntMs)/1000; \189 (stTime).tv_nsec+= ((u32IntMs)- (1000* u32Sec))* 1000000; \
142 #define _TimeAbs(stTime, u32IntMs) \145 if(u32IntMs>0) \147 MS_U32 u32Sec=u32Sec=(u32IntMs)/1000; \149 (stTime).tv_nsec+= ((u32IntMs)- (1000* u32Sec))* 1000000; \