Searched refs:max_size (Results 1 – 4 of 4) sorted by relevance
396 #define YY_INPUT(buf,result,max_size) \399 {result=yyin->read(buf, max_size);}706 int yyFlexLexer::LexerInput( char* buf, int /* max_size */ )708 int yyFlexLexer::LexerInput( char* buf, int max_size )713 int len=yyin->readSomeBytes(buffer,max_size);
88 #define YY_INPUT(buf,result,max_size) \ argument
153 if (aBroadcastAreaTbl.size() >= aBroadcastAreaTbl.max_size()) in CheckHardRecalcStateCondition()
1757 size_t nMaxSize = ::std::min( cnNumer.max_size(), nMaxArraySize ); in ScHypGeomDist()