HomeSort by relevance Sort by last modified time
    Searched full:countl (Results 1 - 6 of 6) sorted by null

  /external/neven/Embedded/common/src/b_TensorEm/
IdCluster2D.c 233 uint32 countL = 0;
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/neven/Embedded/common/src/b_BasicEm/
MemSeg.c 125 uint32 countL = 0;
132 countL += sizeL - 2;
135 return countL;
150 uint32 countL = 0;
158 countL++;
160 return countL;
169 uint32 countL = 0;
177 countL += ( ( sizeL & 1 ) == 0 );
179 return countL;
  /external/icu/icu4c/source/common/
ushape.cpp 465 int32_t countl = 0,countr = 0; local
466 while((dest[i] == SPACE_CHAR) && (countl < size)) {
467 countl++;
470 if (countl < size) { /* the entire buffer is not all space */
476 *spacesCountl = countl;
905 int32_t countl = 0; local
920 countl++;
927 if( countl>0 && isLamAlefChar(dest[i])) {
934 countl--;
936 if( countl == 0 && isLamAlefChar(dest[i]) )
    [all...]
  /external/freetype/src/raster/
ftraster.c 367 Int countL; /* number of lines to step before this */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftraster.c 367 Int countL; /* number of lines to step before this */
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 367 Int countL; /* number of lines to step before this */
    [all...]

Completed in 874 milliseconds