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

  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 59 int get_range(const std::string& s, int* minCnt, int* maxCnt)
66 *minCnt = atoi( sval.c_str() );
80 *minCnt = atoi( sval.c_str() );
85 *minCnt = *maxCnt = atoi( s.c_str());
561 int minCnt=0,maxCnt=0;
566 if( s.length()>0 && get_range( s, &minCnt, &maxCnt) ) {
572 m_pGraph->BeginCount( p_SubGraph, minCnt, maxCnt );
576 m_pGraph->BeginItemRepeat ( p_SubGraph, minCnt, -1);
718 int minCnt=-1, maxCnt=-1;
719 if( get_range( s, &minCnt, &maxCnt) )
    [all...]

Completed in 2668 milliseconds