Searched refs:badness (Results 1 – 15 of 15) sorted by relevance
1031 const HChar* badness = NULL; in ML_() local1069 if (!badness) in ML_()1070 badness = "trivial GExpr denotes constant address " in ML_()1089 if (!badness) in ML_()1090 badness = "trivial GExpr denotes constant address " in ML_()1098 if (!badness) in ML_()1099 badness = "trivial GExpr is DW_OP_addr plus trailing junk"; in ML_()1102 if (!badness) in ML_()1103 badness = "trivial GExpr denotes register (1)"; in ML_()1106 if (!badness) in ML_()[all …]
1190 const HChar* badness; in ML_() local1254 badness = NULL; in ML_()1256 badness = "unknown size"; in ML_()1258 badness = "zero size "; in ML_()1260 badness = "implausibly large"; in ML_()1262 if (badness) { in ML_()1266 badness, name ); in ML_()
78 final Throwable[] badness = new Throwable[1]; in testGetBlocksUntilValueAvailable() local89 badness[0] = t; in testGetBlocksUntilValueAvailable()98 if (badness[0] != null) { in testGetBlocksUntilValueAvailable()99 throw badness[0]; in testGetBlocksUntilValueAvailable()
436 int badness = -pattern_length; in BoyerMooreHorspoolSearch() local451 badness += 1 - shift; // at most zero, so badness cannot increase. in BoyerMooreHorspoolSearch()466 badness += (pattern_length - j) - last_char_shift; in BoyerMooreHorspoolSearch()467 if (badness > 0) { in BoyerMooreHorspoolSearch()522 int badness = -10 - (pattern_length << 2); in InitialSearch() local527 badness++; in InitialSearch()528 if (badness <= 0) { in InitialSearch()542 badness += j; in InitialSearch()
62 constexpr int badness(Union u) { return u.a + u.b; } // expected-note {{read of member 'a' of union… in badness() function63 static_assert(badness(myUnion), ""); // expected-error {{constant expression}} \
22 auto badness = g2(); variable
1316 goto badness; \1327 badness: \1414 goto badness; \1417 goto badness; \1419 badness: \1449 goto badness; \1452 goto badness; \1454 badness: \1532 if (dstlen < len) goto badness; \1554 badness: \
163 int badness = 0; in quant_coarse_energy_impl() local247 badness += abs(qi0-qi); in quant_coarse_energy_impl()258 return lfe ? 0 : badness; in quant_coarse_energy_impl()
310 unsigned int badness; /* highest retry count for a read or write member
211 // goes out of scope. This leads to obvious badness as we've
75 were disabled due to badness with the ARM carry flag on subtracts.
659 codegen badness or something else (haven't investigated).
6541 % badness reporting.6549 % badness reporting.
6542 % badness reporting.6550 % badness reporting.
529 amount. An application could thus get tricked into badness if the maximum842 previous connection and the outcome would only be badness.11032 EAGAIN but only EWOULDBLOCK, which caused badness on HPUX.