Searched refs:credit (Results 1 - 8 of 8) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_limit.h19 __u32 credit; /* moved to xt_limit_priv */ member in struct:xt_rateinfo
/external/kernel-headers/original/linux/netfilter/
H A Dxt_limit.h15 u_int32_t credit; member in struct:xt_rateinfo
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_edit_overlay.css9 #autofill-edit-credit-card-overlay {
42 :-webkit-any(#autofill-edit-credit-card-overlay, #autofill-edit-address-overlay)
82 #autofill-edit-credit-card-overlay .content-area > *:first-child {
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_l2cap_if.c369 if (rfc_cb.rfc.rx_frame.credit != 0)
370 rfc_inc_credit (p_port, rfc_cb.rfc.rx_frame.credit);
H A Drfc_int.h85 UINT8 credit; member in struct:__anon1552
319 extern void rfc_inc_credit (tPORT *p_port, UINT8 credit);
341 extern void rfc_send_credit(tRFC_MCB *p_mcb, UINT8 dlci, UINT8 credit);
H A Drfc_utils.c404 ** Description The function is called when a credit is received in a UIH
405 ** frame. It increments the TX credit count, and if data
411 void rfc_inc_credit (tPORT *p_port, UINT8 credit) argument
415 p_port->credit_tx += credit;
429 ** sent. It decrements the credit count. If credit count
H A Drfc_ts_frames.c536 ** Description This function sends a flow control credit in UIH frame.
539 void rfc_send_credit(tRFC_MCB *p_mcb, UINT8 dlci, UINT8 credit) argument
554 *p_data++ = credit;
595 /* handle credit if credit based flow control */
599 p_frame->credit = *p_data++;
604 p_frame->credit = 0;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
H A Dstyle.css385 .demo .credit {

Completed in 446 milliseconds