Searched refs:tx2 (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_clip_liang_barsky.h300 T tx2 = *x2; local
304 if(!clip_move_point(tx1, ty1, tx2, ty2, clip_box, x1, y1, f1))
316 if(!clip_move_point(tx1, ty1, tx2, ty2, clip_box, x2, y2, f2))
H A Dagg_rasterizer_sl_clip.h169 coord_type tx2 = x2; local
186 tx2 = x1 + Conv::mul_div(m_clip_box.y1-y1, x2-x1, y2-y1);
192 tx2 = x1 + Conv::mul_div(m_clip_box.y2-y1, x2-x1, y2-y1);
196 Conv::xi(tx2), Conv::yi(ty2));
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/pci/
H A Dr92ce_calib.c286 uint16_t rx1[2][2], uint16_t tx2[2][2], uint16_t rx2[2][2])
293 if (tx1[chain][i] == 0xff || tx2[chain][i] == 0xff ||
297 tx_ok[chain] = (abs(tx1[chain][i] - tx2[chain][i]) <=
285 r92ce_iq_calib_compare_results(struct rtwn_softc *sc, uint16_t tx1[2][2], uint16_t rx1[2][2], uint16_t tx2[2][2], uint16_t rx2[2][2]) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_calib.c292 uint16_t rx1[2], uint16_t tx2[2], uint16_t rx2[2])
298 if (tx1[i] == 0xff || tx2[i] == 0xff ||
302 tx_ok = (abs(tx1[i] - tx2[i]) <= RTWN_IQ_CAL_MAX_TOLERANCE);
291 r88e_iq_calib_compare_results(struct rtwn_softc *sc, uint16_t tx1[2], uint16_t rx1[2], uint16_t tx2[2], uint16_t rx2[2]) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_calib.c305 uint16_t rx1[2][2], uint16_t tx2[2][2], uint16_t rx2[2][2])
312 if (tx1[chain][i] == 0xff || tx2[chain][i] == 0xff ||
316 tx_ok[chain] = (abs(tx1[chain][i] - tx2[chain][i]) <=
304 r92c_iq_calib_compare_results(struct rtwn_softc *sc, uint16_t tx1[2][2], uint16_t rx1[2][2], uint16_t tx2[2][2], uint16_t rx2[2][2]) argument

Completed in 41 milliseconds