Lines Matching defs:xx
63 int xx;
83 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++)
416 int xx;
418 for (xx = 0; xx < L2CAP_NUM_FIXED_CHNLS; xx++)
420 if (p_lcb->p_fixed_ccbs[xx])
422 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason);
423 l2cu_release_ccb (p_lcb->p_fixed_ccbs[xx]);
425 p_lcb->p_fixed_ccbs[xx] = NULL;
805 UINT8 xx;
814 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++ )
816 weighted_chnls[xx] = 0;
817 reserved_buff[xx] = 0;
822 for (xx = 0; xx < MAX_L2CAP_CHANNELS; xx++)
824 p_ccb = l2cb.ccb_pool + xx;
856 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++ )
858 if ( weighted_chnls[xx] > 0 )
860 if (GKI_poolcount(xx) > reserved_buff[xx])
861 quota_per_weighted_chnls[xx] = ((GKI_poolcount(xx) - reserved_buff[xx])/weighted_chnls[xx]) + 1;
863 quota_per_weighted_chnls[xx] = 1;
866 xx, GKI_poolcount(xx), reserved_buff[xx], weighted_chnls[xx], quota_per_weighted_chnls[xx] );
869 quota_per_weighted_chnls[xx] = 0;
874 for (xx = 0; xx < MAX_L2CAP_CHANNELS; xx++)
876 p_ccb = l2cb.ccb_pool + xx;
939 int xx;
942 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
971 int xx;
989 for (xx = 0, p_lcb = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
1086 int xx;
1124 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
1375 UINT8 num_handles, xx;
1382 for (xx = 0; xx < num_handles; xx++)