Searched refs:next_idx (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_batchscan.c104 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx] = (opcode |(cb_evt << 4));
105 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx] = cur_state;
106 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx] = ref_value;
108 ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.next_idx],
109 ble_batchscan_cb.op_q.cur_state[ble_batchscan_cb.op_q.next_idx],
110 ble_batchscan_cb.op_q.ref_value[ble_batchscan_cb.op_q.next_idx]);
111 ble_batchscan_cb.op_q.next_idx = (ble_batchscan_cb.op_q.next_idx + 1)
134 ble_batchscan_cb.main_rep_q.rep_mode[ble_batchscan_cb.main_rep_q.next_idx] = report_format;
135 ble_batchscan_cb.main_rep_q.ref_value[ble_batchscan_cb.main_rep_q.next_idx]
[all...]
H A Dbtm_ble_adv_filter.c103 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx] = (action |(ocf << 4));
104 btm_ble_adv_filt_cb.op_q.ref_value[btm_ble_adv_filt_cb.op_q.next_idx] = ref;
105 btm_ble_adv_filt_cb.op_q.cb_evt[btm_ble_adv_filt_cb.op_q.next_idx] = cb_evt;
106 btm_ble_adv_filt_cb.op_q.p_scan_cfg_cback[btm_ble_adv_filt_cb.op_q.next_idx] = p_cmpl_cback;
107 btm_ble_adv_filt_cb.op_q.p_filt_param_cback[btm_ble_adv_filt_cb.op_q.next_idx]
110 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx], action,
112 btm_ble_adv_filt_cb.op_q.next_idx = (btm_ble_adv_filt_cb.op_q.next_idx + 1)
H A Dbtm_ble_multi_adv.c57 p_op_q->p_inst_id[p_op_q->next_idx] = inst_id;
59 p_op_q->p_sub_code[p_op_q->next_idx] = (opcode |(cb_evt << 4));
61 p_op_q->next_idx = (p_op_q->next_idx + 1) % BTM_BleMaxMultiAdvInstanceCount();
/external/chromium_org/third_party/simplejson/
H A D_speedups.c1039 Py_ssize_t next_idx; local
1066 key = scanstring_str(pystr, idx + 1, encoding, strict, &next_idx);
1079 idx = next_idx;
1091 val = scan_once_str(s, pystr, idx, &next_idx);
1113 idx = next_idx;
1186 Py_ssize_t next_idx; local
1214 key = scanstring_unicode(pystr, idx + 1, strict, &next_idx);
1227 idx = next_idx;
1240 val = scan_once_unicode(s, pystr, idx, &next_idx);
1262 idx = next_idx;
1332 Py_ssize_t next_idx; local
1404 Py_ssize_t next_idx; local
1889 Py_ssize_t next_idx = -1; local
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h445 UINT8 next_idx; member in struct:__anon1484
511 UINT8 next_idx; member in struct:__anon1490
522 UINT8 next_idx; member in struct:__anon1491
707 UINT8 next_idx; member in struct:__anon1502
/external/f2fs-tools/fsck/
H A Dfsck.c585 int next_idx = 0; local
594 next_idx = idx + (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN;
596 bit_offset = find_next_bit(bitmap, max, next_idx);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp3136 const long next_idx = pCurr->m_index + 1; local
3138 if (next_idx < m_clusterCount) {
3139 pResult = m_clusters[next_idx];
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp3494 const long next_idx = pCurr->m_index + 1; local
3496 if (next_idx < m_clusterCount)
3498 pResult = m_clusters[next_idx];
/external/libvpx/libwebm/
H A Dmkvparser.cpp3138 const long next_idx = pCurr->m_index + 1; local
3140 if (next_idx < m_clusterCount) {
3141 pResult = m_clusters[next_idx];

Completed in 249 milliseconds