Home
last modified time | relevance | path

Searched refs:last_pos (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dfindcomp.cc97 std::string::size_type last_pos = m_pos; in next() local
98 std::string::size_type colon = m_str.find(':', last_pos); in next()
104 result = m_str.substr(last_pos, colon); in next()
109 result = m_str.substr(last_pos, colon - last_pos); in next()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dfindcomp.cc97 std::string::size_type last_pos = m_pos; in next() local
98 std::string::size_type colon = m_str.find(':', last_pos); in next()
104 result = m_str.substr(last_pos, colon); in next()
109 result = m_str.substr(last_pos, colon - last_pos); in next()
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Doperations.cpp52 std::string::size_type last_pos = text.find(quote); in quote() local
53 while (last_pos != std::string::npos) { in quote()
54 quoted << text.substr(start_pos, last_pos - start_pos) << '\\'; in quote()
55 start_pos = last_pos; in quote()
56 last_pos = text.find(quote, start_pos + 1); in quote()
H A Dtemplates.cpp457 std::string::size_type last_pos = 0; in evaluate() local
458 while (last_pos != std::string::npos) { in evaluate()
460 _delimiter, last_pos); in evaluate()
462 out_line += in_line.substr(last_pos); in evaluate()
463 last_pos = std::string::npos; in evaluate()
468 out_line += in_line.substr(last_pos); in evaluate()
469 last_pos = std::string::npos; in evaluate()
471 out_line += in_line.substr(last_pos, open_pos - last_pos); in evaluate()
475 last_pos = close_pos + _delimiter.length(); in evaluate()
/netbsd-src/sys/dev/raidframe/
H A Drf_sstf.c166 RF_SectorNum_t best_pos_l = 0, this_pos_l = 0, last_pos = 0; in closest_to_arm() local
175 last_pos = best_pos_l = this_pos_l; in closest_to_arm()
180 last_pos = best_pos_l = this_pos_l; in closest_to_arm()
182 last_pos = this_pos_l; in closest_to_arm()
188 last_pos = best_pos_r = this_pos_r; in closest_to_arm()
193 last_pos = best_pos_r = this_pos_r; in closest_to_arm()
195 last_pos = this_pos_r; in closest_to_arm()
197 if (this_pos_r > last_pos) { in closest_to_arm()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dprogressmeter.c71 static off_t last_pos; variable
155 delta_pos = cur_pos - last_pos; in refresh_progress_meter()
/netbsd-src/external/bsd/kyua-cli/dist/utils/format/
H A Dformatter.cpp211 const std::string::size_type last_pos) : in formatter() argument
214 _last_pos(last_pos), in formatter()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_report.cpp459 void TraceReplay(Trace *trace, TracePart *last, Event *last_pos, Sid sid, in TraceReplay() argument
471 end = last_pos; in TraceReplay()
552 Event *last_pos; in RestoreStack() local
559 last_pos = trace->final_pos; in RestoreStack()
561 last_pos = (Event *)atomic_load_relaxed(&tctx->thr->trace_pos); in RestoreStack()
571 trace, last_part, last_pos, sid, epoch, in RestoreStack()
/netbsd-src/external/mit/isl/dist/
H A Disl_map_simplify.c5031 int last_pos, last_neg; in isl_basic_map_drop_redundant_divs_ineq() local
5051 last_pos = j; in isl_basic_map_drop_redundant_divs_ineq()
5070 opp = is_opposite(bmap, last_pos, last_neg); in isl_basic_map_drop_redundant_divs_ineq()
5079 single = single_unknown(bmap, last_pos, i); in isl_basic_map_drop_redundant_divs_ineq()
5084 one = has_coef_one(bmap, i, last_pos); in isl_basic_map_drop_redundant_divs_ineq()
5088 return set_eq_and_try_again(bmap, last_pos, in isl_basic_map_drop_redundant_divs_ineq()
5090 lower = lower_bound_is_cst(bmap, i, last_pos); in isl_basic_map_drop_redundant_divs_ineq()
5094 return fix_cst_lower(bmap, i, last_pos, lower, in isl_basic_map_drop_redundant_divs_ineq()
5099 isl_int_add(bmap->ineq[last_pos][0], in isl_basic_map_drop_redundant_divs_ineq()
5100 bmap->ineq[last_pos][0], bmap->ineq[last_neg][0]); in isl_basic_map_drop_redundant_divs_ineq()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dasan.c3236 unsigned last_pos = size; in asan_store_shadow_bytes() local
3238 last_pos = BYTES_BIG_ENDIAN ? 0 : size - 1; in asan_store_shadow_bytes()
3242 if (i == last_pos) in asan_store_shadow_bytes()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc157 const int last_pos = pos; in next() local
171 || (last_pos == 0 && !input.empty())) in next()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc158 const int last_pos = pos; in next() local
172 || (last_pos == 0 && !input.empty())) in next()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dasan.cc3699 unsigned last_pos = size; in asan_store_shadow_bytes() local
3701 last_pos = BYTES_BIG_ENDIAN ? 0 : size - 1; in asan_store_shadow_bytes()
3705 if (i == last_pos) in asan_store_shadow_bytes()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2002600 * cp/spew.c (feed_input): Change limit to last_pos and pos to cur_pos