Searched refs:countL (Results 1 - 8 of 8) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DMemSeg.c125 uint32 countL = 0; local
132 countL += sizeL - 2;
135 return countL;
150 uint32 countL = 0; local
158 countL++;
160 return countL;
169 uint32 countL = 0; local
177 countL += ( ( sizeL & 1 ) == 0 );
179 return countL;
/external/guava/guava/src/com/google/common/collect/
H A 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) {
[all...]
/external/neven/Embedded/common/src/b_TensorEm/
H A DIdCluster2D.c233 uint32 countL = 0; local
263 if( countL == maxOutSizeL )
270 dstVecArr1E[ countL ] = srcVecArr1E[ iL ];
271 dstVecArr2E[ countL ] = srcVecArr2E[ jL ];
272 countL++;
277 bts_Cluster2D_size( cpA, outCluster1PtrA, countL );
278 bts_Cluster2D_size( cpA, outCluster2PtrA, countL );
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c368 unsigned countL; /* number of lines to step before this */ member in struct:TProfile_
3005 P->countL = (UShort)( P->start - min_Y );
3027 P->countL -= y_height;
3028 if ( P->countL == 0 )
3089 P_Left->countL = 1;
3161 if ( P_Left->countL )
3163 P_Left->countL = 0;
/external/freetype/src/raster/
H A Dftraster.c368 unsigned countL; /* number of lines to step before this */ member in struct:TProfile_
3010 P->countL = (UShort)( P->start - min_Y );
3032 P->countL -= y_height;
3033 if ( P->countL == 0 )
3094 P_Left->countL = 1;
3166 if ( P_Left->countL )
3168 P_Left->countL = 0;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c368 unsigned countL; /* number of lines to step before this */ member in struct:TProfile_
3007 P->countL = (UShort)( P->start - min_Y );
3029 P->countL -= y_height;
3030 if ( P->countL == 0 )
3091 P_Left->countL = 1;
3163 if ( P_Left->countL )
3165 P_Left->countL = 0;
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1657 milliseconds