Searched refs:_q (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/util/
H A Dqueue.cpp34 queue_remove_item(queue *_q, void *e) argument
36 queue_typed *q = (queue_typed *)_q;
62 queue_enqueue(queue *_q, void *e) argument
64 queue_typed *q = (queue_typed *)_q;
81 queue_dequeue(queue *_q) argument
83 queue_typed *q = (queue_typed *)_q;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h220 mp_limb_t _q, _ql, _r; \
222 umul_ppmm (_q, _ql, (nh), (di)); \
223 _q += (nh); /* DI is 2**BITS_PER_MP_LIMB too small */\
224 umul_ppmm (_xh, _xl, _q, (d)); \
229 _q += 1; \
233 _q += 1; \
239 _q += 1; \
242 (q) = _q; \
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h1124 #define ath_hal_puttxbuf(_ah, _q, _bufaddr) \
1125 ((*(_ah)->ah_setTxDP)((_ah), (_q), (_bufaddr)))
1126 #define ath_hal_gettxbuf(_ah, _q) \
1127 ((*(_ah)->ah_getTxDP)((_ah), (_q)))
1128 #define ath_hal_numtxpending(_ah, _q) \
1129 ((*(_ah)->ah_numTxPending)((_ah), (_q)))
1132 #define ath_hal_txstart(_ah, _q) \
1133 ((*(_ah)->ah_startTxDma)((_ah), (_q)))
1175 #define ath_hal_resettxqueue(_ah, _q) \
1176 ((*(_ah)->ah_resetTxQueue)((_ah), (_q)))
[all...]
/haiku/src/libs/compat/freebsd_iflib/compat/
H A Difdi_if.h551 typedef void ifdi_watchdog_reset_queue_t(if_ctx_t _ctx, uint16_t _q);
553 static __inline void IFDI_WATCHDOG_RESET_QUEUE(if_ctx_t _ctx, uint16_t _q) argument
557 ((ifdi_watchdog_reset_queue_t *) _m)(_ctx, _q);

Completed in 50 milliseconds