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

  /src/external/gpl3/gdb.old/dist/gdb/
f-lang.c 154 LONGEST elm_len = elm_type->length (); local
155 for (LONGEST dst_offset = elm_len * (ndimensions - 1);
157 dst_offset -= elm_len)
171 gdb_assert (v->type ()->length () == elm_len);
172 v->contents_copy (result, dst_offset, 0, elm_len);
734 LONGEST elm_len = elm_type->length (); local
741 for (LONGEST dst_offset = elm_len * (ndimensions - 1);
743 dst_offset -= elm_len)
756 gdb_assert (v->type ()->length () == elm_len);
757 v->contents_copy (result, dst_offset, 0, elm_len);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
f-lang.c 154 LONGEST elm_len = elm_type->length (); local
155 for (LONGEST dst_offset = elm_len * (ndimensions - 1);
157 dst_offset -= elm_len)
171 gdb_assert (v->type ()->length () == elm_len);
172 v->contents_copy (result, dst_offset, 0, elm_len);
734 LONGEST elm_len = elm_type->length (); local
741 for (LONGEST dst_offset = elm_len * (ndimensions - 1);
743 dst_offset -= elm_len)
756 gdb_assert (v->type ()->length () == elm_len);
757 v->contents_copy (result, dst_offset, 0, elm_len);
    [all...]

Completed in 22 milliseconds