HomeSort by: relevance | last modified time | path
    Searched defs:first_pos (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
source-cache.c 423 std::string::size_type first_pos = std::string::npos; local
430 first_pos = pos;
436 if (first_pos == std::string::npos
437 || first_pos == text.size ())
443 *lines_out = text.substr (first_pos, pos - first_pos);
  /src/external/gpl3/gdb.old/dist/gdb/
source-cache.c 417 std::string::size_type first_pos = std::string::npos; local
424 first_pos = pos;
430 if (first_pos == std::string::npos
431 || first_pos == text.size ())
437 *lines_out = text.substr (first_pos, pos - first_pos);
  /src/external/gpl3/gcc/dist/libgomp/
oacc-mem.c 1026 int first_pos = pos; local
1040 assert (pos > first_pos);
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-mem.c 1013 int first_pos = pos; local
1027 assert (pos > first_pos);
  /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)
37 & (((insn_uint) 1 << (last_pos - first_pos + 1)) - 1));
878 int first_pos = ((field->first > table->opcode->first) local
880 int width = last_pos - first_pos + 1;
886 val = sub_val (field->val_int, field->last, first_pos, last_pos);
918 first_pos, last_pos);
987 (first_pos - last_pos));
1032 first_pos, last_pos,
  /src/external/gpl3/gdb/dist/sim/ppc/
ld-insn.c 733 int first_pos = ((field->first > table->opcode->first) local
735 int width = last_pos - first_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)
37 & (((insn_uint) 1 << (last_pos - first_pos + 1)) - 1));
878 int first_pos = ((field->first > table->opcode->first) local
880 int width = last_pos - first_pos + 1;
886 val = sub_val (field->val_int, field->last, first_pos, last_pos);
918 first_pos, last_pos);
987 (first_pos - last_pos));
1032 first_pos, last_pos,
  /src/external/gpl3/gdb.old/dist/sim/ppc/
ld-insn.c 733 int first_pos = ((field->first > table->opcode->first) local
735 int width = last_pos - first_pos + 1;

Completed in 37 milliseconds