Searched refs:cindex (Results 1 – 2 of 2) sorted by relevance
/haiku/src/servers/app/ |
H A D | RGBColor.cpp | 85 uint16 cindex = 0, cdelta = 765, delta = 765; in FindClosestColor() local 93 cindex = i; in FindClosestColor() 98 cindex = i; in FindClosestColor() 103 return (uint8)cindex; in FindClosestColor()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_tx.c | 2658 int index, cindex; in ath_tx_addto_baw() local 2702 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_addto_baw() 2707 tap->txa_start, tap->txa_wnd, index, cindex, tid->baw_head, in ath_tx_addto_baw() 2711 assert(tid->tx_buf[cindex] == NULL); in ath_tx_addto_baw() 2713 if (tid->tx_buf[cindex] != NULL) { in ath_tx_addto_baw() 2717 __func__, index, cindex, tid->baw_head, tid->baw_tail); in ath_tx_addto_baw() 2721 tid->tx_buf[cindex], in ath_tx_addto_baw() 2722 SEQNO(tid->tx_buf[cindex]->bf_state.bfs_seqno), in ath_tx_addto_baw() 2727 tid->tx_buf[cindex] = bf; in ath_tx_addto_baw() 2731 tid->baw_tail = cindex; in ath_tx_addto_baw() [all …]
|