Home
last modified time | relevance | path

Searched refs:maxOpcodesLength (Results 1 – 5 of 5) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dtbb_function_replacement.cpp201 static size_t maxOpcodesLength = 0; in CheckOpcodes() local
211 if( (i=strlen(*(opcodes + opcodesStringsCount))) > maxOpcodesLength ) in CheckOpcodes()
212 maxOpcodesLength = i; in CheckOpcodes()
216 …__TBB_ASSERT( maxOpcodesLength/2 <= MAX_PATTERN_SIZE, "Pattern exceeded the limit of 28 opcodes/56… in CheckOpcodes()
220 for( i=0; i<maxOpcodesLength/2 && i<MAX_PATTERN_SIZE; ++i ){ in CheckOpcodes()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A Dtbb_function_replacement.cpp257 static size_t maxOpcodesLength = 0; in CheckOpcodes() local
267 if( (i=strlen(*(opcodes + opcodesStringsCount))) > maxOpcodesLength ) in CheckOpcodes()
268 maxOpcodesLength = i; in CheckOpcodes()
272 …__TBB_ASSERT( maxOpcodesLength/2 <= MAX_PATTERN_SIZE, "Pattern exceeded the limit of 28 opcodes/56… in CheckOpcodes()
276 for( i=0; i<maxOpcodesLength/2 && i<MAX_PATTERN_SIZE; ++i ){ in CheckOpcodes()
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/
H A Dtbb_function_replacement.cpp257 static size_t maxOpcodesLength = 0; in CheckOpcodes() local
267 if( (i=strlen(*(opcodes + opcodesStringsCount))) > maxOpcodesLength ) in CheckOpcodes()
268 maxOpcodesLength = i; in CheckOpcodes()
272 …__TBB_ASSERT( maxOpcodesLength/2 <= MAX_PATTERN_SIZE, "Pattern exceeded the limit of 28 opcodes/56… in CheckOpcodes()
276 for( i=0; i<maxOpcodesLength/2 && i<MAX_PATTERN_SIZE; ++i ){ in CheckOpcodes()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/
H A Dtbb_function_replacement.cpp257 static size_t maxOpcodesLength = 0; in CheckOpcodes() local
267 if( (i=strlen(*(opcodes + opcodesStringsCount))) > maxOpcodesLength ) in CheckOpcodes()
268 maxOpcodesLength = i; in CheckOpcodes()
272 …__TBB_ASSERT( maxOpcodesLength/2 <= MAX_PATTERN_SIZE, "Pattern exceeded the limit of 28 opcodes/56… in CheckOpcodes()
276 for( i=0; i<maxOpcodesLength/2 && i<MAX_PATTERN_SIZE; ++i ){ in CheckOpcodes()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp256 static size_t maxOpcodesLength = 0; in CheckOpcodes() local
266 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()