Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.c745 UINT16 qq, yy, qq_remainder; in l2c_link_adjust_allocation() local
788 qq = qq_remainder = 1; in l2c_link_adjust_allocation()
795 qq = low_quota / num_lowpri_links; in l2c_link_adjust_allocation()
803 qq = qq_remainder = 1; in l2c_link_adjust_allocation()
808 l2cb.round_robin_quota, qq); in l2c_link_adjust_allocation()
824 if (( p_lcb->link_xmit_quota > 0 )&&( qq == 0 )) in l2c_link_adjust_allocation()
827 p_lcb->link_xmit_quota = qq; in l2c_link_adjust_allocation()
Dl2c_ble.c1032 UINT16 qq, yy, qq_remainder; in l2c_ble_link_adjust_allocation() local
1076 qq = qq_remainder = 0; in l2c_ble_link_adjust_allocation()
1083 qq = low_quota / num_lowpri_links; in l2c_ble_link_adjust_allocation()
1091 qq = qq_remainder = 0; in l2c_ble_link_adjust_allocation()
1095 l2cb.ble_round_robin_quota, qq); in l2c_ble_link_adjust_allocation()
1111 if (( p_lcb->link_xmit_quota > 0 )&&( qq == 0 )) in l2c_ble_link_adjust_allocation()
1114 p_lcb->link_xmit_quota = qq; in l2c_ble_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()