Home
last modified time | relevance | path

Searched refs:countL (Results 1 – 4 of 4) 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/guava/guava/src/com/google/common/collect/
DBstCountBasedBalancePolicies.java86 long countL = countAggregate.treeValue(left);
88 if (countL + countR > 1) {
89 if (countR >= SINGLE_ROTATE_RATIO * countL) {
91 } else if (countL >= SINGLE_ROTATE_RATIO * countR) {
173 long countL = countAggregate.treeValue(left);
175 if (SINGLE_ROTATE_RATIO * countL <= countR) {
179 } else if (SINGLE_ROTATE_RATIO * countR <= countL) {
196 long countL = countAggregate.treeValue(left);
198 if (SINGLE_ROTATE_RATIO * countL <= countR) {
202 } else if (SINGLE_ROTATE_RATIO * countR <= countL) {
/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.c359 unsigned countL; /* number of lines to step before this */ member
2980 P->countL = (UShort)( P->start - min_Y ); in Draw_Sweep()
3002 P->countL -= y_height; in Draw_Sweep()
3003 if ( P->countL == 0 ) in Draw_Sweep()
3064 P_Left->countL = 1; in Draw_Sweep()
3136 if ( P_Left->countL ) in Draw_Sweep()
3138 P_Left->countL = 0; in Draw_Sweep()