Searched refs:countL (Results 1 – 3 of 3) 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()
339 unsigned countL; /* number of lines to step before this */ member2800 P->countL = (UShort)( P->start - min_Y ); in Draw_Sweep()2822 P->countL -= y_height; in Draw_Sweep()2823 if ( P->countL == 0 ) in Draw_Sweep()2887 P_Left->countL = 1; in Draw_Sweep()2959 if ( P_Left->countL ) in Draw_Sweep()2961 P_Left->countL = 0; in Draw_Sweep()