Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDbitstring.h282 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-14-stable/tests/sys/sys/
HDqueue_test.c202 " = %p, " __STRING(hfp ## _last) " = %p\n", \
203 type, type->hfp ## _first, type->hfp ## _last); \
/freebsd-14-stable/sys/ofed/include/rdma/
HDuverbs_ioctl.h492 #define UVERBS_ATTR_STRUCT(_type, _last) \ argument
494 UVERBS_ATTR_SIZE(((uintptr_t)(&((_type *)0)->_last + 1)), \
/freebsd-14-stable/sys/dev/ath/
HDif_athvar.h1399 #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-14-stable/sbin/hastd/
HDprimary.c200 bool _last; \
203 _last = false; \
204 while (((hio) = TAILQ_FIRST(&hio_##name##_list[(ncomp)])) == NULL && !_last) { \
208 _last = true; \