Home
last modified time | relevance | path

Searched refs:_cmp (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h258 int _ky, _sz, _lk, _cmp; Dtcompar_f _cmpf; \
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
263 if((_cmp = _DTCMP((dt), _key, _k, _dc, _cmpf, _sz)) == 0) \
271 int _ky, _sz, _lk, _cmp; Dtcompar_f _cmpf; \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
276 if((_cmp = _DTCMP((dt), _key, _k, _dc, _cmpf, _sz)) == 0) \
/titanic_41/usr/src/lib/libast/common/include/
H A Dcdt.h258 int _ky, _sz, _lk, _cmp; Dtcompar_f _cmpf; \
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
263 if((_cmp = _DTCMP((dt), _key, _k, _dc, _cmpf, _sz)) == 0) \
271 int _ky, _sz, _lk, _cmp; Dtcompar_f _cmpf; \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
276 if((_cmp = _DTCMP((dt), _key, _k, _dc, _cmpf, _sz)) == 0) \
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h258 int _ky, _sz, _lk, _cmp; Dtcompar_f _cmpf; \
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
263 if((_cmp = _DTCMP((dt), _key, _k, _dc, _cmpf, _sz)) == 0) \
271 int _ky, _sz, _lk, _cmp; Dtcompar_f _cmpf; \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
276 if((_cmp = _DTCMP((dt), _key, _k, _dc, _cmpf, _sz)) == 0) \
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h258 int _ky, _sz, _lk, _cmp; Dtcompar_f _cmpf; \
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
263 if((_cmp = _DTCMP((dt), _key, _k, _dc, _cmpf, _sz)) == 0) \
271 int _ky, _sz, _lk, _cmp; Dtcompar_f _cmpf; \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
276 if((_cmp = _DTCMP((dt), _key, _k, _dc, _cmpf, _sz)) == 0) \
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h258 int _ky, _sz, _lk, _cmp; Dtcompar_f _cmpf; \
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
263 if((_cmp = _DTCMP((dt), _key, _k, _dc, _cmpf, _sz)) == 0) \
271 int _ky, _sz, _lk, _cmp; Dtcompar_f _cmpf; \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
276 if((_cmp = _DTCMP((dt), _key, _k, _dc, _cmpf, _sz)) == 0) \
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_linux.h78 #define mm_atomic_cmpxchg_imp(_p, _cmp, _new_v) ediag_atomic_cmpxchg((s32_t *)_p, (int)_cmp, (int)_… argument