Home | History | Annotate | Download | only in hci

Lines Matching refs:yy

212     UINT8       xx,yy,zz;
234 for (yy = xx + 1; yy < NFA_HCI_MAX_APP_CB; yy++)
236 if ( (nfa_hci_cb.cfg.reg_app_names[yy][0] != 0)
237 &&(!strncmp (&nfa_hci_cb.cfg.reg_app_names[xx][0], &nfa_hci_cb.cfg.reg_app_names[yy][0], strlen (nfa_hci_cb.cfg.reg_app_names[xx]))) )
261 for (yy = xx + 1; yy < NFA_HCI_MAX_GATE_CB; yy++)
263 if ( (nfa_hci_cb.cfg.dyn_gates[yy].gate_id != 0)
264 &&(nfa_hci_cb.cfg.dyn_gates[xx].gate_id == nfa_hci_cb.cfg.dyn_gates[yy].gate_id) )
339 for (yy = xx + 1; yy < NFA_HCI_MAX_PIPE_CB; yy++)
341 if ( (nfa_hci_cb.cfg.dyn_pipes[yy].pipe_id != 0)
342 &&(nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id == nfa_hci_cb.cfg.dyn_pipes[yy].pipe_id) )