Searched refs:countL (Results 1 – 4 of 4) sorted by relevance
125 uint32 countL = 0; in bbs_MemSeg_usedSize() local132 countL += sizeL - 2; in bbs_MemSeg_usedSize()135 return countL; in bbs_MemSeg_usedSize()150 uint32 countL = 0; in bbs_MemSeg_blocks() local158 countL++; in bbs_MemSeg_blocks()160 return countL; in bbs_MemSeg_blocks()169 uint32 countL = 0; in bbs_MemSeg_usedBlocks() local177 countL += ( ( sizeL & 1 ) == 0 ); in bbs_MemSeg_usedBlocks()179 return countL; in bbs_MemSeg_usedBlocks()
233 uint32 countL = 0; in bts_IdCluster2D_convertToEqivalentClusters() local263 if( countL == maxOutSizeL ) in bts_IdCluster2D_convertToEqivalentClusters()270 dstVecArr1E[ countL ] = srcVecArr1E[ iL ]; in bts_IdCluster2D_convertToEqivalentClusters()271 dstVecArr2E[ countL ] = srcVecArr2E[ jL ]; in bts_IdCluster2D_convertToEqivalentClusters()272 countL++; in bts_IdCluster2D_convertToEqivalentClusters()277 bts_Cluster2D_size( cpA, outCluster1PtrA, countL ); in bts_IdCluster2D_convertToEqivalentClusters()278 bts_Cluster2D_size( cpA, outCluster2PtrA, countL ); in bts_IdCluster2D_convertToEqivalentClusters()
20 static void cpuxgpt_set_init_cnt(unsigned int countH, unsigned int countL) in cpuxgpt_set_init_cnt() argument24 write_cpuxgpt(INDEX_CNT_L_INIT, countL); in cpuxgpt_set_init_cnt()
367 Int countL; /* number of lines to step before this */ member2761 P->countL = P->start - min_Y; in Draw_Sweep()2783 P->countL -= y_height; in Draw_Sweep()2784 if ( P->countL == 0 ) in Draw_Sweep()2845 P_Left->countL = 1; in Draw_Sweep()2917 if ( P_Left->countL ) in Draw_Sweep()2919 P_Left->countL = 0; in Draw_Sweep()