Searched refs:tcommon (Results 1 – 3 of 3) sorted by relevance
100 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
127 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
851 u32 tcommon = gcd(tm, tn); in aclk_determine_mn() local852 *m = tm / tcommon; in aclk_determine_mn()853 *n = tn / tcommon; in aclk_determine_mn()