Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/gopsc/
H A Ddrv_gop_sc.c125 static MS_U32 _GCD(MS_U32 u32A,MS_U32 u32B) in _GCD() function
148 if( (u32GCD = _GCD(*pu32A,*pu32B))==1) return TRUE; in _ReductionFrac()
/utopia/UTPA2-700.0.x/modules/ve/drv/ve/
H A DdrvTVEncoder.c282 static MS_U32 _GCD(MS_U32 u32A,MS_U32 u32B) in _GCD() function
306 u32GCD = _GCD(*pu32A,*pu32B); in _ReductionFrac()