Home
last modified time | relevance | path

Searched refs:cur_idx (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DUnwindLLDB.cpp118 uint32_t cur_idx = m_frames.size (); in AddOneMoreFrame() local
120 … m_frames[cur_idx - 1]->reg_ctx_lldb_sp, in AddOneMoreFrame()
122 cur_idx, in AddOneMoreFrame()
132 if (cur_idx > 300000) in AddOneMoreFrame()
136 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in AddOneMoreFrame()
148 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in AddOneMoreFrame()
157 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in AddOneMoreFrame()
166 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in AddOneMoreFrame()
175 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in AddOneMoreFrame()
184 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in AddOneMoreFrame()
/external/freetype/src/autofit/
Dafangles.c275 FT_UInt cur_idx; in af_sort_and_quantize_widths() local
298 cur_idx = 0; in af_sort_and_quantize_widths()
299 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
317 for ( j = cur_idx; j < i; j++ ) in af_sort_and_quantize_widths()
322 table[cur_idx].org = sum / j; in af_sort_and_quantize_widths()
326 cur_idx = i + 1; in af_sort_and_quantize_widths()
327 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
332 cur_idx = 1; in af_sort_and_quantize_widths()
338 table[cur_idx++] = table[i]; in af_sort_and_quantize_widths()
341 *count = cur_idx; in af_sort_and_quantize_widths()
/external/chromium_org/third_party/freetype/src/autofit/
Dafangles.c275 FT_UInt cur_idx; in af_sort_and_quantize_widths() local
298 cur_idx = 0; in af_sort_and_quantize_widths()
299 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
317 for ( j = cur_idx; j < i; j++ ) in af_sort_and_quantize_widths()
322 table[cur_idx].org = sum / j; in af_sort_and_quantize_widths()
326 cur_idx = i + 1; in af_sort_and_quantize_widths()
327 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
332 cur_idx = 1; in af_sort_and_quantize_widths()
338 table[cur_idx++] = table[i]; in af_sort_and_quantize_widths()
341 *count = cur_idx; in af_sort_and_quantize_widths()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h204 uptr cur_idx = nodeToIndex(cur_node); in onLockBefore() local
205 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore()
215 uptr cur_idx = nodeToIndex(cur_node); variable
216 dtls->addLock(cur_idx, current_epoch_, stk);
226 uptr cur_idx = nodeToIndexUnchecked(cur_node); in hasAllEdges() local
228 if (!g_.hasEdge(dtls->getLock(i), cur_idx)) in hasAllEdges()
243 uptr cur_idx = nodeToIndex(cur_node); in addEdges() local
245 uptr n_added_edges = g_.addEdges(dtls->getLocks(current_epoch_), cur_idx, in addEdges()
249 Edge e = {(u16)added_edges[i], (u16)cur_idx, in addEdges()
292 uptr cur_idx = nodeToIndex(cur_node); variable
[all …]
/external/chromium_org/third_party/brotli/src/brotli/enc/
Dblock_splitter.cc251 int cur_idx = 0; in ClusterBlocks() local
255 block_index[i] = cur_idx; in ClusterBlocks()
260 ++cur_idx; in ClusterBlocks()
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_sco.c320 if (!only_active || p_scb->sco_idx == bta_ag_cb.sco.cur_idx) in bta_ag_remove_sco()
376 bta_ag_cb.sco.cur_idx = p_scb->sco_idx; in bta_ag_esco_connreq_cback()
594 bta_ag_cb.sco.cur_idx = p_scb->sco_idx; in bta_ag_create_sco()
612 bta_ag_cb.sco.cur_idx = p_scb->sco_idx; in bta_ag_create_sco()
1013 p_sco->cur_idx = p_sco->p_xfer_scb->sco_idx; in bta_ag_sco_event()
Dbta_ag_int.h309 UINT16 cur_idx; /* SCO handle */ member
/external/fio/
Doptions.c812 unsigned int cur_idx; in get_max_name_idx() local
816 for (cur_idx = 0; ; cur_idx++) in get_max_name_idx()
821 return cur_idx; in get_max_name_idx()
830 unsigned int cur_idx; in set_name_idx() local
837 for (cur_idx = 0; cur_idx <= index; cur_idx++) in set_name_idx()