Home | History | Annotate | Download | only in isc

Lines Matching refs:MSG

79 # define MSG(msg)	fprintf(stderr, "MSG(%s)\n", msg);
84 # define MSG(msg) ;
198 MSG("grounded. adding new node, setting h=true")
217 MSG("LESS. sprouting left.")
221 MSG("LESS: left branch has grown")
225 MSG("LESS: case 1.. bal restored implicitly")
231 MSG("LESS: case 0.. balnce bad but still ok")
236 MSG("LESS: case -1: rebalancing")
239 MSG("LESS: single LL")
245 MSG("LESS: double LR")
275 MSG("MORE: sprouting to the right")
279 MSG("MORE: right branch has grown")
283 MSG("MORE: balance was off, fixed implicitly")
288 MSG("MORE: balance was okay, now off but ok")
292 MSG("MORE: balance was off, need to rebalance")
295 MSG("MORE: single RR")
301 MSG("MORE: double RL")
331 MSG("FOUND: Replacing data value")
349 MSG("key not in tree")
355 MSG("too high - scan left")
361 MSG("too low - scan right")
367 MSG("equal")
370 MSG("right subtree null")
374 MSG("right subtree non-null, left subtree null")
378 MSG("neither subtree null")
423 MSG("left branch has shrunk")
427 MSG("was imbalanced, fixed implicitly")
431 MSG("was okay, is now one off")
436 MSG("was already off, this is too much")
440 MSG("single RR")
444 MSG("b1 == 0")
449 MSG("b1 != 0")
455 MSG("double RL")
483 MSG("right branch has shrunk")
486 MSG("was imbalanced, fixed implicitly")
490 MSG("was okay, is now one off")
495 MSG("was already off, this is too much")
499 MSG("single LL")
503 MSG("b1 == 0")
508 MSG("b1 != 0")
514 MSG("double LR")