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

  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 300 int f_orig_length;
367 f_orig_length = f->length;
368 if (index >= f_orig_length)
376 memset (&f->vector[f_orig_length], 0,
377 (f->length - f_orig_length) * sizeof (struct type *));
299 int f_orig_length; local
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 300 int f_orig_length;
367 f_orig_length = f->length;
368 if (index >= f_orig_length)
376 memset (&f->vector[f_orig_length], 0,
377 (f->length - f_orig_length) * sizeof (struct type *));
299 int f_orig_length; local

Completed in 74 milliseconds