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

  /src/external/gpl3/gdb.old/dist/gdb/
ada-tasks.c 604 unsigned int first_id = 0; local
611 first_id = value_as_long (value_at (u32type, addr));
623 pspace_data->cpu_id_offset = first_id;
  /src/external/gpl3/gdb/dist/gdb/
ada-tasks.c 604 unsigned int first_id = 0; local
611 first_id = value_as_long (value_at (u32type, addr));
623 pspace_data->cpu_id_offset = first_id;
  /src/sys/compat/netbsd32/
netbsd32_syscallargs.h 2192 syscallarg(id_t) first_id; member in struct:netbsd32__pset_bind_args
  /src/sys/sys/
syscallargs.h 2691 syscallarg(id_t) first_id; member in struct:sys__pset_bind_args
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 9379 of DIEs in between sorted_abbrev_dies[first_id] and abbrev_dies[end_id - 1]
9384 optimize_implicit_const (unsigned int first_id, unsigned int end,
9388 if (end < first_id + 2)
9393 dw_die_ref die = sorted_abbrev_dies[first_id];
9407 if (constant_size (AT_unsigned (a)) * (end - first_id)
9425 for (i = first_id; i < end; i++)
9445 unsigned int first_id = ~0U;
9466 if (dwarf_version >= 5 && first_id != ~0U)
9467 optimize_implicit_const (first_id, i, implicit_consts);
9472 first_id = i
9435 unsigned int first_id = ~0U; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 9337 of DIEs in between sorted_abbrev_dies[first_id] and abbrev_dies[end_id - 1]
9342 optimize_implicit_const (unsigned int first_id, unsigned int end,
9346 if (end < first_id + 2)
9351 dw_die_ref die = sorted_abbrev_dies[first_id];
9365 if (constant_size (AT_unsigned (a)) * (end - first_id)
9383 for (i = first_id; i < end; i++)
9403 unsigned int first_id = ~0U;
9424 if (dwarf_version >= 5 && first_id != ~0U)
9425 optimize_implicit_const (first_id, i, implicit_consts);
9430 first_id = i
9393 unsigned int first_id = ~0U; local
    [all...]

Completed in 35 milliseconds