Home
last modified time | relevance | path

Searched refs:cur_idx (Results 1 – 5 of 5) 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.c215 FT_UInt cur_idx; in af_sort_and_quantize_widths() local
238 cur_idx = 0; in af_sort_and_quantize_widths()
239 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
257 for ( j = cur_idx; j < i; j++ ) in af_sort_and_quantize_widths()
262 table[cur_idx].org = sum / (FT_Pos)j; in af_sort_and_quantize_widths()
266 cur_idx = i + 1; in af_sort_and_quantize_widths()
267 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
272 cur_idx = 1; in af_sort_and_quantize_widths()
278 table[cur_idx++] = table[i]; in af_sort_and_quantize_widths()
281 *count = cur_idx; in af_sort_and_quantize_widths()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h208 uptr cur_idx = nodeToIndex(cur_node); in onLockBefore() local
209 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore()
219 uptr cur_idx = nodeToIndex(cur_node); variable
220 dtls->addLock(cur_idx, current_epoch_, stk);
230 uptr cur_idx = nodeToIndexUnchecked(cur_node); in hasAllEdges() local
232 if (!g_.hasEdge(dtls->getLock(i), cur_idx)) in hasAllEdges()
247 uptr cur_idx = nodeToIndex(cur_node); in addEdges() local
249 uptr n_added_edges = g_.addEdges(dtls->getLocks(current_epoch_), cur_idx, in addEdges()
253 Edge e = {(u16)added_edges[i], (u16)cur_idx, in addEdges()
296 uptr cur_idx = nodeToIndex(cur_node); variable
[all …]
/external/pdfium/samples/
Dpdfium_test.cc335 size_t cur_idx = 1; in ParseCommandLine() local
336 for (; cur_idx < args.size(); ++cur_idx) { in ParseCommandLine()
337 const std::string& cur_arg = args[cur_idx]; in ParseCommandLine()
386 if (cur_idx >= args.size()) { in ParseCommandLine()
390 for (size_t i = cur_idx; i < args.size(); i++) { in ParseCommandLine()
/external/fio/
Doptions.c799 unsigned int cur_idx; in get_max_name_idx() local
803 for (cur_idx = 0; ; cur_idx++) in get_max_name_idx()
808 return cur_idx; in get_max_name_idx()
817 unsigned int cur_idx; in set_name_idx() local
824 for (cur_idx = 0; cur_idx <= index; cur_idx++) in set_name_idx()