Searched refs:maxOpcodesLength (Results 1 – 1 of 1) sorted by relevance
256 static size_t maxOpcodesLength = 0; in CheckOpcodes() local266 if( (i=strlen(*(opcodes + opcodesStringsCount))) > maxOpcodesLength ) in CheckOpcodes()267 maxOpcodesLength = i; in CheckOpcodes()271 …__TBB_ASSERT( maxOpcodesLength/2 <= MAX_PATTERN_SIZE, "Pattern exceeded the limit of 28 opcodes/56… in CheckOpcodes()275 for( i=0; i<maxOpcodesLength/2 && i<MAX_PATTERN_SIZE; ++i ){ in CheckOpcodes()