Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dathvar.h518 #define ath_hal_fill_tx_desc(_ah, _ds, _l, _first, _last) \ argument
519 ((*(_ah)->ah_fill_tx_desc)((_ah), (_ds), (_l), (_first), (_last)))
/openbsd/src/gnu/gcc/gcc/
Dc-decl.c384 if (s_->list##_last) \
385 TREE_CHAIN (s_->list##_last) = d_; \
388 s_->list##_last = d_; \
395 if (t_->to##_last) \
396 TREE_CHAIN (t_->to##_last) = f_->from; \
399 t_->to##_last = f_->from##_last; \