Home
last modified time | relevance | path

Searched refs:countL (Results 1 – 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DMemSeg.c125 uint32 countL = 0; in bbs_MemSeg_usedSize() local
132 countL += sizeL - 2; in bbs_MemSeg_usedSize()
135 return countL; in bbs_MemSeg_usedSize()
150 uint32 countL = 0; in bbs_MemSeg_blocks() local
158 countL++; in bbs_MemSeg_blocks()
160 return countL; in bbs_MemSeg_blocks()
169 uint32 countL = 0; in bbs_MemSeg_usedBlocks() local
177 countL += ( ( sizeL & 1 ) == 0 ); in bbs_MemSeg_usedBlocks()
179 return countL; in bbs_MemSeg_usedBlocks()
/external/neven/Embedded/common/src/b_TensorEm/
DIdCluster2D.c233 uint32 countL = 0; in bts_IdCluster2D_convertToEqivalentClusters() local
263 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()
/external/freetype/src/raster/
Dftraster.c339 unsigned countL; /* number of lines to step before this */ member
2800 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()