Searched refs:IDENT_MAX_DTMS (Results 1 – 2 of 2) sorted by relevance
398 public static final int IDENT_MAX_DTMS = (IDENT_DTM_DEFAULT >>> IDENT_DTM_NODE_BITS) + 1; field in DTMManager
145 if(id>=IDENT_MAX_DTMS) in addDTM()164 int newlen=Math.min((id+256),IDENT_MAX_DTMS); in addDTM()