HomeSort by: relevance | last modified time | path
    Searched refs:start_pos (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/bsd/kyua-cli/dist/utils/text/
operations.cpp 51 std::string::size_type start_pos = 0; local
54 quoted << text.substr(start_pos, last_pos - start_pos) << '\\';
55 start_pos = last_pos;
56 last_pos = text.find(quote, start_pos + 1);
58 quoted << text.substr(start_pos);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-send-packet.py 32 start_pos = 0
38 str = conn.send_packet("qXfer:threads:read::%d,200" % start_pos).decode("ascii")
39 start_pos += 200
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-send-packet.py 32 start_pos = 0
38 str = conn.send_packet("qXfer:threads:read::%d,200" % start_pos).decode("ascii")
39 start_pos += 200
  /src/external/gpl3/gdb.old/dist/gdb/
mingw-hdep.c 348 COORD start_pos; local
357 start_pos = csbi.dwCursorPosition;
358 nchars = csbi.dwSize.X - start_pos.X;
361 start_pos, &written);
363 start_pos, &written);
tracectf.c 860 static struct bt_iter_pos *start_pos; variable in typeref:struct:bt_iter_pos
1163 start_pos = bt_iter_get_pos (bt_ctf_get_iter (ctf_iter));
1164 gdb_assert (start_pos->type == BT_SEEK_RESTORE);
1563 bt_iter_set_pos (bt_ctf_get_iter (ctf_iter), start_pos); local
  /src/external/gpl2/texinfo/dist/makeinfo/
cmds.c 924 cm_var (int arg, int start_pos, int end_pos)
936 while (start_pos < end_pos)
938 unsigned char c = output_paragraph[start_pos];
941 output_paragraph[start_pos] = coerce_to_upper (c);
942 start_pos++;
949 cm_sc (int arg, int start_pos, int end_pos)
967 start_pos += sizeof ("<span class=\"sc\">") - 1; /* skip <span> */
971 all_upper = start_pos < end_pos;
973 while (start_pos < end_pos)
975 unsigned char c = output_paragraph[start_pos];
    [all...]
cmds.h 64 cm_ignore_arg (int arg, int start_pos, int end_pos),
129 cm_sc (int arg, int start_pos, int end_pos),
131 cm_strong (int arg, int start_pos, int end_pos),
134 cm_var (int arg, int start_pos, int end_pos),
213 cm_value (int arg, int start_pos, int end_pos);
makeinfo.c 3185 /* For every START_POS saved within the brace stack which will be affected
3630 cm_value (int arg, int start_pos, int end_pos)
3635 Docbook, so @value{} is no use there. Also start_pos and end_pos does not
3660 char *name = (char *) &output_paragraph[start_pos];
3665 output_column -= end_pos - start_pos;
3666 output_paragraph_offset = start_pos;
3673 && meta_char_pos >= start_pos && meta_char_pos < end_pos)
  /src/crypto/external/bsd/openssh/dist/
progressmeter.c 67 static off_t start_pos; /* initial position of transfer */ variable
150 transferred = *counter - (cur_pos ? cur_pos : start_pos);
164 transferred = end_pos - start_pos;
261 start_pos = *ctr;
  /src/external/gpl3/gdb/dist/gdb/
mingw-hdep.c 359 COORD start_pos; local
368 start_pos = csbi.dwCursorPosition;
369 nchars = csbi.dwSize.X - start_pos.X;
372 start_pos, &written);
374 start_pos, &written);
tracectf.c 860 static struct bt_iter_pos *start_pos; variable in typeref:struct:bt_iter_pos
1163 start_pos = bt_iter_get_pos (bt_ctf_get_iter (ctf_iter));
1164 gdb_assert (start_pos->type == BT_SEEK_RESTORE);
1563 bt_iter_set_pos (bt_ctf_get_iter (ctf_iter), start_pos); local
  /src/external/gpl2/lvm2/dist/tools/
lvm.c 126 static char **_completion(const char *text, int start_pos,
136 if (start_pos == p)
  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.c 57 char *start_pos; local
72 start_pos = chp;
74 strlen_pos = back_spaces (start_pos, chp) - start_pos;
82 start_val = start_pos;
84 start_pos = "";
247 strncpy (new_field->pos_string, start_pos, strlen_pos);
363 char *start_pos; local
373 start_pos = chp;
375 end_pos = back_spaces (start_pos, chp)
    [all...]
  /src/external/gpl3/gdb/dist/sim/igen/
ld-insn.c 57 char *start_pos; local
72 start_pos = chp;
74 strlen_pos = back_spaces (start_pos, chp) - start_pos;
82 start_val = start_pos;
84 start_pos = "";
247 strncpy (new_field->pos_string, start_pos, strlen_pos);
363 char *start_pos; local
373 start_pos = chp;
375 end_pos = back_spaces (start_pos, chp)
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.c 438 uint64_t start_pos = d_tail & (bufsz - 1); // char offset into data buffer local
440 if (start_pos + sz > bufsz)
443 nbytes = bufsz - start_pos;
444 memcpy (buf, buf_base + start_pos, nbytes);
445 start_pos = 0; // wrap to start
449 memcpy (buf, buf_base + start_pos, nbytes);
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.c 438 uint64_t start_pos = d_tail & (bufsz - 1); // char offset into data buffer local
440 if (start_pos + sz > bufsz)
443 nbytes = bufsz - start_pos;
444 memcpy (buf, buf_base + start_pos, nbytes);
445 start_pos = 0; // wrap to start
449 memcpy (buf, buf_base + start_pos, nbytes);
  /src/external/gpl3/gdb/dist/sim/ppc/
ld-insn.c 107 const char *start_pos; local
120 start_pos = chp;
123 strlen_pos = chp - start_pos;
170 strncpy(new_field->pos_string, start_pos, strlen_pos);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
ld-insn.c 107 const char *start_pos; local
120 start_pos = chp;
123 strlen_pos = chp - start_pos;
170 strncpy(new_field->pos_string, start_pos, strlen_pos);
  /src/external/gpl3/gcc/dist/gcc/
input.cc 88 size_t start_pos; member in class:file_cache_slot::line_info
97 : line_num (l), start_pos (s), end_pos (e)
101 :line_num (0), start_pos (0), end_pos (0)
895 *line = m_data + i->start_pos;
896 *line_len = i->end_pos - i->start_pos;
902 m_line_start_idx = i->start_pos;
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 81 size_t start_pos; member in class:file_cache_slot::line_info
90 : line_num (l), start_pos (s), end_pos (e)
94 :line_num (0), start_pos (0), end_pos (0)
854 *line = m_data + i->start_pos;
855 *line_len = i->end_pos - i->start_pos;
861 m_line_start_idx = i->start_pos;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Path.cpp 331 size_t start_pos = filename_pos(Path.substr(0, end_pos), S);
332 Component = Path.slice(start_pos, end_pos);
333 Position = start_pos;
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
argon2.c 431 uint32_t start_pos, abs_pos; local
433 start_pos = 0;
449 start_pos = (slice + 1) * ctx->segment_length;
456 abs_pos = (start_pos + rel_pos) % ctx->lane_length;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
componentlib.c 2224 int i, rc, start_pos = *pos; local
2282 bv_name.bv_val = out->bv_val + start_pos;
2283 bv_name.bv_len = *pos - start_pos;
2288 memcpy( out->bv_val + start_pos, at->sat_cname.bv_val, desc_size );
2289 *pos = start_pos + desc_size;
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 1482 int ret, start_pos; local
1492 start_pos = pos - buf;
1496 return start_pos;
1499 return start_pos;
1507 return start_pos;
1512 start_pos = pos - buf;
1516 return start_pos;
1522 return start_pos;
  /src/external/bsd/ntp/dist/sntp/libevent/
buffer.c 1642 ev_ssize_t start_pos = it.pos; local
1648 if (it.pos == start_pos)
3106 ev_off_t start_pos = lseek(fd, 0, SEEK_CUR), pos; local
3113 if (start_pos < 0) {
3129 pos = lseek(fd, start_pos, SEEK_SET);

Completed in 79 milliseconds

1 2