Home
last modified time | relevance | path

Searched refs:s32Count (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c1471 MS_S32 s32Count=0; in MsOS_DeleteSemaphore() local
1492 for(s32Count=0;s32Count<_MsOS_Semaphore_Info[s32SemaphoreId].u32SemaCount;s32Count++) in MsOS_DeleteSemaphore()
1509 for(;s32Count>0;s32Count--) in MsOS_DeleteSemaphore()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c5492 MS_S32 s32Count = 0; in _MDrv_SC_3D_2DTo3D_HW_Info_Write() local
5504 s32Count++; in _MDrv_SC_3D_2DTo3D_HW_Info_Write()
5507 s32Count=MAX(s32Count,1); in _MDrv_SC_3D_2DTo3D_HW_Info_Write()
5508 s32Mean_Depth=s32Total/s32Count; in _MDrv_SC_3D_2DTo3D_HW_Info_Write()
5518 s32Depth_Control_Var=s32Diff/s32Count; in _MDrv_SC_3D_2DTo3D_HW_Info_Write()