Searched refs:DT_ATLEAST (Results 1 – 5 of 5) sorted by relevance
54 ((type & (DT_FIRST|DT_LAST|DT_ATLEAST|DT_ATMOST)) && !(dt->meth->type&DT_ORDERED) ) )63 { if(!(type & (DT_FIRST|DT_LAST|DT_NEXT|DT_PREV|DT_ATLEAST|DT_ATMOST)) )75 if(((type & (DT_NEXT|DT_FIRST|DT_ATLEAST)) && cmp < 0) ||
293 if(type&(DT_ATMOST|DT_ATLEAST) ) /* find the left-most or right-most element */ in troot()510 { if((type&(DT_ATLEAST|DT_ATMOST)) ||515 if(type&(DT_SEARCH|DT_MATCH|DT_ATMOST|DT_ATLEAST))607 else if(type&(DT_NEXT|DT_ATLEAST) )
287 else if(type & DT_ATLEAST )
331 { if(type&(DT_SEARCH|DT_MATCH|DT_ATLEAST|DT_ATMOST) )
199 #define DT_ATLEAST 0000040000 /* find the least elt >= object */ macro202 …T_NEXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_ATTACH|DT_DETACH|DT_APPEND|DT_ATLEAST|DT_ATMOST|DT_REM…330 #define dtatleast(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATLEAST)