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

  /src/external/mit/isl/dist/
isl_scheduler_scc.c 629 int dst, sub_dst, sub_src; local
636 sub_dst = scc_graph->pos[dst];
638 return isl_scc_graph_add_edge(sub, sub->edge_table, sub_src, sub_dst);
  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 9822 asection *sub_dst;
9827 sub_dst = PRIV2 (sub, dst_section);
9828 if (sub_dst == NULL || sub_dst->size == 0)
9835 bfd_putl32 (sub_dst->output_offset, dmth->modbeg);
9836 bfd_putl32 (sub_dst->size, dmth->size);
9809 asection *sub_dst; local
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 9799 asection *sub_dst;
9804 sub_dst = PRIV2 (sub, dst_section);
9805 if (sub_dst == NULL || sub_dst->size == 0)
9812 bfd_putl32 (sub_dst->output_offset, dmth->modbeg);
9813 bfd_putl32 (sub_dst->size, dmth->size);
9786 asection *sub_dst; local
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 9797 asection *sub_dst;
9802 sub_dst = PRIV2 (sub, dst_section);
9803 if (sub_dst == NULL || sub_dst->size == 0)
9810 bfd_putl32 (sub_dst->output_offset, dmth->modbeg);
9811 bfd_putl32 (sub_dst->size, dmth->size);
9784 asection *sub_dst; local
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 9783 asection *sub_dst;
9788 sub_dst = PRIV2 (sub, dst_section);
9789 if (sub_dst == NULL || sub_dst->size == 0)
9796 bfd_putl32 (sub_dst->output_offset, dmth->modbeg);
9797 bfd_putl32 (sub_dst->size, dmth->size);
9770 asection *sub_dst; local

Completed in 48 milliseconds