Searched refs:_last (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | bitstring.h | 282 size_t _last, _shft, _maxshft; in bit_ff_area_at_() local 293 for (_last = _size - 1, _test |= _mask ^ *_curbitstr; in bit_ff_area_at_() 294 !(_bit_idx(_last) == 0 && in bit_ff_area_at_() 295 (_test & _bit_make_mask(0, _last)) == 0); in bit_ff_area_at_() 296 _last -= _BITSTR_BITS, _test = _mask ^ *++_curbitstr) { in bit_ff_area_at_() 304 _last = ffsl(~(_test >> 1)); in bit_ff_area_at_() 305 _value = (_curbitstr - _bitstr) * _BITSTR_BITS + _last; in bit_ff_area_at_() 311 _last += _size - 1; in bit_ff_area_at_() 313 if (_bit_idx(_last) == 0) in bit_ff_area_at_()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | uverbs_ioctl.h | 492 #define UVERBS_ATTR_STRUCT(_type, _last) \ argument 494 UVERBS_ATTR_SIZE(((uintptr_t)(&((_type *)0)->_last + 1)), \
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1399 #define ath_hal_filltxdesc(_ah, _ds, _b, _l, _did, _qid, _first, _last, _ds0) \ argument 1401 (_first), (_last), (_ds0))) 1425 _keyix, _cipher, _delims, _first, _last, _lastaggr) \ argument 1428 (_first), (_last), (_lastaggr)))
|
/freebsd/sbin/hastd/ |
H A D | primary.c | 199 bool _last; \ 202 _last = false; \ 203 while (((hio) = TAILQ_FIRST(&hio_##name##_list[(ncomp)])) == NULL && !_last) { \ 207 _last = true; \
|