Home
last modified time | relevance | path

Searched refs:DT_ATLEAST (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtview.c54 ((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) ||
H A Ddttree.c293 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) )
H A Ddtlist.c287 else if(type & DT_ATLEAST )
H A Ddthash.c331 { if(type&(DT_SEARCH|DT_MATCH|DT_ATLEAST|DT_ATMOST) )
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h199 #define DT_ATLEAST 0000040000 /* find the least elt >= object */ macro
202 …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)