HomeSort by relevance Sort by last modified time
    Searched defs:stat2 (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
parse.c 105 Node *stat2(int a, Node *b, Node *c) function
  /external/opencv/cvaux/src/
cvcorrimages.cpp 318 uchar *stat2 = pntStatus2->data.ptr; local
341 memset(stat2,0,sizeof(uchar)*numPoints);
347 /* stat1 may not be the same as stat2 */
354 stat2[i] = 1;
380 if( stat2[i] )
406 if( stat2[i] )
410 stat2[i] = 0;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
ftmac.c 216 int stat2; local
230 stat2 = 0;
232 while ( stat2 == 0 && !the_font )
239 stat2 = FMGetNextFontFamilyInstance( &instIter, &font,
241 if ( stat2 == 0 && size == 0 )
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 721 void CFieldPrinter::PrintSum(const CListStat2 &stat2)
723 PrintSum(stat2.MainFiles, stat2.NumDirs, kString_Files);
724 if (stat2.AltStreams.NumFiles != 0)
726 PrintSum(stat2.AltStreams, 0, kString_AltStreams);;
727 CListStat stat = stat2.MainFiles;
728 stat.Update(stat2.AltStreams);
877 CListStat2 stat2; local
1177 stat2.Update(stat);
1185 fp.PrintSum(stat2);
    [all...]

Completed in 113 milliseconds