| /src/external/bsd/kyua-cli/dist/utils/text/ |
| operations.cpp | 52 std::string::size_type last_pos = text.find(quote); local 53 while (last_pos != std::string::npos) { 54 quoted << text.substr(start_pos, last_pos - start_pos) << '\\'; 55 start_pos = last_pos; 56 last_pos = text.find(quote, start_pos + 1);
|
| templates.cpp | 457 std::string::size_type last_pos = 0; local 458 while (last_pos != std::string::npos) { 460 _delimiter, last_pos); 462 out_line += in_line.substr(last_pos); 463 last_pos = std::string::npos; 468 out_line += in_line.substr(last_pos); 469 last_pos = std::string::npos; 471 out_line += in_line.substr(last_pos, open_pos - last_pos); 475 last_pos = close_pos + _delimiter.length() [all...] |
| /src/external/gpl3/gcc/dist/libcc1/ |
| findcomp.cc | 97 std::string::size_type last_pos = m_pos; local 98 std::string::size_type colon = m_str.find(':', last_pos); 104 result = m_str.substr(last_pos, colon); 109 result = m_str.substr(last_pos, colon - last_pos);
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| findcomp.cc | 97 std::string::size_type last_pos = m_pos; local 98 std::string::size_type colon = m_str.find(':', last_pos); 104 result = m_str.substr(last_pos, colon); 109 result = m_str.substr(last_pos, colon - last_pos);
|
| /src/sys/dev/raidframe/ |
| rf_sstf.c | 166 RF_SectorNum_t best_pos_l = 0, this_pos_l = 0, last_pos = 0; local 175 last_pos = best_pos_l = this_pos_l; 180 last_pos = best_pos_l = this_pos_l; 182 last_pos = this_pos_l; 188 last_pos = best_pos_r = this_pos_r; 193 last_pos = best_pos_r = this_pos_r; 195 last_pos = this_pos_r; 197 if (this_pos_r > last_pos) {
|
| /src/crypto/external/bsd/openssh/dist/ |
| progressmeter.c | 70 static off_t last_pos; variable 155 delta_pos = cur_pos - last_pos;
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_rtl_report.cpp | 351 // Replays the trace up to last_pos position in the last part 355 void TraceReplay(Trace *trace, TracePart *last, Event *last_pos, Sid sid, 367 end = last_pos; 464 Event *last_pos; local 473 last_pos = trace->final_pos; 475 last_pos = (Event *)atomic_load_relaxed(&tctx->thr->trace_pos); 484 DPrintf2("RestoreStack: tid=%d parts=[%p-%p] last_pos=%p\n", tid, 485 trace->parts.Front(), last_part, last_pos); 487 trace, last_part, last_pos, sid, epoch,
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| gen.c | 34 sub_val (insn_uint val, int val_last_pos, int first_pos, int last_pos) 36 return ((val >> (val_last_pos - last_pos)) 37 & (((insn_uint) 1 << (last_pos - first_pos + 1)) - 1)); 876 int last_pos = ((field->last < table->opcode->last) local 880 int width = last_pos - first_pos + 1; 886 val = sub_val (field->val_int, field->last, first_pos, last_pos); 888 last_pos + 1, 896 last_pos + 1, 918 first_pos, last_pos); 987 (first_pos - last_pos)); [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| ld-insn.c | 731 int last_pos = ((field->last < table->opcode->last) local 735 int width = last_pos - first_pos + 1; 744 insn_table_expand_opcode(table, instruction, last_pos+1,
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| gen.c | 34 sub_val (insn_uint val, int val_last_pos, int first_pos, int last_pos) 36 return ((val >> (val_last_pos - last_pos)) 37 & (((insn_uint) 1 << (last_pos - first_pos + 1)) - 1)); 876 int last_pos = ((field->last < table->opcode->last) local 880 int width = last_pos - first_pos + 1; 886 val = sub_val (field->val_int, field->last, first_pos, last_pos); 888 last_pos + 1, 896 last_pos + 1, 918 first_pos, last_pos); 987 (first_pos - last_pos)); [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| ld-insn.c | 731 int last_pos = ((field->last < table->opcode->last) local 735 int width = last_pos - first_pos + 1; 744 insn_table_expand_opcode(table, instruction, last_pos+1,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| fs_path.cc | 159 const int last_pos = pos; variable 173 || (last_pos == 0 && !input.empty()))
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_rtl_report.cpp | 455 // Replays the trace up to last_pos position in the last part 459 void TraceReplay(Trace *trace, TracePart *last, Event *last_pos, Sid sid, 471 end = last_pos; 552 Event *last_pos; local 559 last_pos = trace->final_pos; 561 last_pos = (Event *)atomic_load_relaxed(&tctx->thr->trace_pos); 571 trace, last_part, last_pos, sid, epoch,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| fs_path.cc | 158 const int last_pos = pos; variable 172 || (last_pos == 0 && !input.empty()))
|
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_opt.c | 1118 U32 cur, last_pos = 0; local 1164 last_pos = maxML; 1191 last_pos = pos-1; 1197 for (cur = 1; cur <= last_pos; cur++) { 1239 if (last_pos < cur+1) last_pos = cur+1; 1263 if (cur == last_pos) break; 1296 last_pos = cur + longestML; 1314 if ((pos > last_pos) || (price < opt[pos].price)) { 1317 while (last_pos < pos) [all...] |
| /src/external/mit/isl/dist/ |
| isl_map_simplify.c | 5031 int last_pos, last_neg; local 5051 last_pos = j; 5070 opp = is_opposite(bmap, last_pos, last_neg); 5079 single = single_unknown(bmap, last_pos, i); 5084 one = has_coef_one(bmap, i, last_pos); 5088 return set_eq_and_try_again(bmap, last_pos, 5090 lower = lower_bound_is_cst(bmap, i, last_pos); 5094 return fix_cst_lower(bmap, i, last_pos, lower, 5099 isl_int_add(bmap->ineq[last_pos][0], 5100 bmap->ineq[last_pos][0], bmap->ineq[last_neg][0]) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| asan.cc | 3755 unsigned last_pos = size; local 3757 last_pos = BYTES_BIG_ENDIAN ? 0 : size - 1; 3761 if (i == last_pos)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| asan.cc | 3699 unsigned last_pos = size; local 3701 last_pos = BYTES_BIG_ENDIAN ? 0 : size - 1; 3705 if (i == last_pos)
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_rar5.c | 2651 int last_pos = decode_pos_clone[clen]; local 2652 table->decode_num[last_pos] = i;
|