Searched refs:DT_OPTIMIZE (Results 1 – 3 of 3) sorted by relevance
102 if((type&DT_OPTIMIZE) && in dtcustomize()103 (!dt->meth->eventf || (*dt->meth->eventf)(dt, DT_OPTIMIZE, (Void_t*)((long)action)) >= 0) ) in dtcustomize()104 done |= DT_OPTIMIZE; in dtcustomize()
663 else if(event == DT_OPTIMIZE) /* balance the search tree */ in treeevent()
218 #define DT_OPTIMIZE 0100000000 /* optimizing data structure */ macro