Lines Matching defs:MSG
77 # define MSG(msg) fprintf(stderr, "MSG(%s)\n", msg);
82 # define MSG(msg) ;
196 MSG("grounded. adding new node, setting h=true")
215 MSG("LESS. sprouting left.")
219 MSG("LESS: left branch has grown")
223 MSG("LESS: case 1.. bal restored implicitly")
229 MSG("LESS: case 0.. balnce bad but still ok")
234 MSG("LESS: case -1: rebalancing")
237 MSG("LESS: single LL")
243 MSG("LESS: double LR")
273 MSG("MORE: sprouting to the right")
277 MSG("MORE: right branch has grown")
281 MSG("MORE: balance was off, fixed implicitly")
286 MSG("MORE: balance was okay, now off but ok")
290 MSG("MORE: balance was off, need to rebalance")
293 MSG("MORE: single RR")
299 MSG("MORE: double RL")
329 MSG("FOUND: Replacing data value")
347 MSG("key not in tree")
353 MSG("too high - scan left")
359 MSG("too low - scan right")
365 MSG("equal")
368 MSG("right subtree null")
372 MSG("right subtree non-null, left subtree null")
376 MSG("neither subtree null")
421 MSG("left branch has shrunk")
425 MSG("was imbalanced, fixed implicitly")
429 MSG("was okay, is now one off")
434 MSG("was already off, this is too much")
438 MSG("single RR")
442 MSG("b1 == 0")
447 MSG("b1 != 0")
453 MSG("double RL")
481 MSG("right branch has shrunk")
484 MSG("was imbalanced, fixed implicitly")
488 MSG("was okay, is now one off")
493 MSG("was already off, this is too much")
497 MSG("single LL")
501 MSG("b1 == 0")
506 MSG("b1 != 0")
512 MSG("double LR")