HomeSort by relevance Sort by last modified time
    Searched full:last_idx (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/co/
bta_gatts_co.c 63 UINT8 i, j, idx, last_idx; local
104 last_idx = p_cb->num_clients - 1;
106 if (i != last_idx )
109 for (j=i; j != last_idx; ++j )
117 memset(&p_cb->srv_chg[last_idx], 0, sizeof(tBTA_GATTS_SRV_CHG));
  /external/opencv/ml/src/
mltestset.cpp 138 int last_idx; local
141 last_idx = num_samples * (cur_class + 1) / num_classes - 1;
142 CV_CALL( max_dst = (*((CvDI*) cvGetSeqElem( seq, last_idx ))).d );
  /external/opencv/cv/src/
cvhaar.cpp 1850 int last_idx; local
    [all...]

Completed in 2069 milliseconds