Home
last modified time | relevance | path

Searched refs:DT_ATMOST (Results 1 – 4 of 4) 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)) )
76 ((type & (DT_PREV|DT_LAST|DT_ATMOST)) && cmp > 0) )
H A Ddttree.c293 if(type&(DT_ATMOST|DT_ATLEAST) ) /* find the left-most or right-most element */ in troot()
296 if(type&DT_ATMOST) in troot()
510 { if((type&(DT_ATLEAST|DT_ATMOST)) ||
515 if(type&(DT_SEARCH|DT_MATCH|DT_ATMOST|DT_ATLEAST))
609 else if(type&(DT_PREV|DT_ATMOST) )
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.h200 #define DT_ATMOST 0000100000 /* find the biggest elt <= object */ macro
202 …EXT|DT_PREV|DT_FIRST|DT_LAST|DT_MATCH|DT_ATTACH|DT_DETACH|DT_APPEND|DT_ATLEAST|DT_ATMOST|DT_REMOVE)
333 #define dtatmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATMOST)