Searched refs:cur_idx (Results 1 – 4 of 4) sorted by relevance
215 FT_UInt cur_idx; in af_sort_and_quantize_widths() local238 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()
208 uptr cur_idx = nodeToIndex(cur_node); in onLockBefore() local209 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore()219 uptr cur_idx = nodeToIndex(cur_node); variable220 dtls->addLock(cur_idx, current_epoch_, stk);230 uptr cur_idx = nodeToIndexUnchecked(cur_node); in hasAllEdges() local232 if (!g_.hasEdge(dtls->getLock(i), cur_idx)) in hasAllEdges()247 uptr cur_idx = nodeToIndex(cur_node); in addEdges() local249 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 …]
434 size_t cur_idx = 1; in ParseCommandLine() local435 for (; cur_idx < args.size(); ++cur_idx) { in ParseCommandLine()436 const std::string& cur_arg = args[cur_idx]; in ParseCommandLine()533 for (size_t i = cur_idx; i < args.size(); i++) in ParseCommandLine()
1185 unsigned int cur_idx; in get_max_name_idx() local1189 for (cur_idx = 0; ; cur_idx++) in get_max_name_idx()1194 return cur_idx; in get_max_name_idx()1204 unsigned int cur_idx; in set_name_idx() local1211 for (cur_idx = 0; cur_idx <= index; cur_idx++) in set_name_idx()