Home
last modified time | relevance | path

Searched refs:u32IntMs (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c337 #define _TimeAbs(stTime, u32IntMs) \ argument
340 if(u32IntMs>0) \
342 MS_U32 u32Sec=(u32IntMs)/1000; \
344 (stTime).tv_nsec+= ((u32IntMs)- (1000* u32Sec))* 1000000; \
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c263 #define _TimeAbsM(stTime, u32IntMs) \ argument
266 if(u32IntMs > 0) \
268 MS_U32 u32Sec = (u32IntMs) / 1000; \
270 (stTime).tv_nsec += ((u32IntMs) - (1000 * u32Sec)) * 1000000; \
279 #define _TimeAbs(stTime, u32IntMs) \ argument
282 if(u32IntMs > 0) \
284 MS_U32 u32Sec = (u32IntMs) / 1000; \
286 (stTime).tv_nsec += ((u32IntMs) - (1000 * u32Sec)) * 1000000; \
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c387 #define _TimeAbs(stTime, u32IntMs) \ argument
390 if(u32IntMs>0) \
392 MS_U32 u32Sec=(u32IntMs)/1000; \
394 (stTime).tv_nsec+= ((u32IntMs)- (1000* u32Sec))* 1000000; \
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c182 #define _TimeAbs(stTime, u32IntMs) \
185 if(u32IntMs>0) \
187 MS_U32 u32Sec=u32Sec=(u32IntMs)/1000; \
189 (stTime).tv_nsec+= ((u32IntMs)- (1000* u32Sec))* 1000000; \
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c142 #define _TimeAbs(stTime, u32IntMs) \
145 if(u32IntMs>0) \
147 MS_U32 u32Sec=u32Sec=(u32IntMs)/1000; \
149 (stTime).tv_nsec+= ((u32IntMs)- (1000* u32Sec))* 1000000; \