Home
last modified time | relevance | path

Searched refs:qq (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_ble.c834 UINT16 qq, yy, qq_remainder; in l2c_ble_link_adjust_allocation() local
878 qq = qq_remainder = 0; in l2c_ble_link_adjust_allocation()
885 qq = low_quota / num_lowpri_links; in l2c_ble_link_adjust_allocation()
893 qq = qq_remainder = 0; in l2c_ble_link_adjust_allocation()
897 l2cb.ble_round_robin_quota, qq); in l2c_ble_link_adjust_allocation()
913 if (( p_lcb->link_xmit_quota > 0 )&&( qq == 0 )) in l2c_ble_link_adjust_allocation()
916 p_lcb->link_xmit_quota = qq; in l2c_ble_link_adjust_allocation()
Dl2c_link.c716 UINT16 qq, yy, qq_remainder; in l2c_link_adjust_allocation() local
759 qq = qq_remainder = 1; in l2c_link_adjust_allocation()
766 qq = low_quota / num_lowpri_links; in l2c_link_adjust_allocation()
774 qq = qq_remainder = 1; in l2c_link_adjust_allocation()
779 l2cb.round_robin_quota, qq); in l2c_link_adjust_allocation()
795 if (( p_lcb->link_xmit_quota > 0 )&&( qq == 0 )) in l2c_link_adjust_allocation()
798 p_lcb->link_xmit_quota = qq; in l2c_link_adjust_allocation()
/system/extras/ksmutils/
Dlookup3.c869 uint8_t qq[] = "xThis is the time for all good men to come to the aid of their country..."; in driver3() local
890 p = &qq[1]; in driver3()