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

  /src/external/gpl3/gdb/dist/sim/common/
hw-properties.c 616 unsigned sizeof_entry = (nr_range_property_cells (me, 1) local
628 if ((node->sizeof_array % sizeof_entry) != 0)
633 if (node->sizeof_array < sizeof_entry * (index + 1))
637 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
651 return node->sizeof_array / sizeof_entry;
706 unsigned sizeof_entry = (nr_reg_property_cells (me, 1) local
718 if ((node->sizeof_array % sizeof_entry) != 0)
723 if (node->sizeof_array < sizeof_entry * (index + 1))
727 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
737 return node->sizeof_array / sizeof_entry;
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-properties.c 616 unsigned sizeof_entry = (nr_range_property_cells (me, 1) local
628 if ((node->sizeof_array % sizeof_entry) != 0)
633 if (node->sizeof_array < sizeof_entry * (index + 1))
637 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
651 return node->sizeof_array / sizeof_entry;
706 unsigned sizeof_entry = (nr_reg_property_cells (me, 1) local
718 if ((node->sizeof_array % sizeof_entry) != 0)
723 if (node->sizeof_array < sizeof_entry * (index + 1))
727 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
737 return node->sizeof_array / sizeof_entry;
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
device.c 1245 unsigned sizeof_entry = (nr_range_property_cells(me, 1)
1256 if ((node->sizeof_array % sizeof_entry) != 0)
1261 if (node->sizeof_array < sizeof_entry * (index + 1))
1265 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
1279 return node->sizeof_array / sizeof_entry;
1336 unsigned sizeof_entry = (nr_reg_property_cells(me, 1)
1347 if ((node->sizeof_array % sizeof_entry) != 0)
1352 if (node->sizeof_array < sizeof_entry * (index + 1))
1356 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
1366 return node->sizeof_array / sizeof_entry;
1241 unsigned sizeof_entry = (nr_range_property_cells(me, 1) local
1332 unsigned sizeof_entry = (nr_reg_property_cells(me, 1) local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
device.c 1245 unsigned sizeof_entry = (nr_range_property_cells(me, 1)
1256 if ((node->sizeof_array % sizeof_entry) != 0)
1261 if (node->sizeof_array < sizeof_entry * (index + 1))
1265 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
1279 return node->sizeof_array / sizeof_entry;
1336 unsigned sizeof_entry = (nr_reg_property_cells(me, 1)
1347 if ((node->sizeof_array % sizeof_entry) != 0)
1352 if (node->sizeof_array < sizeof_entry * (index + 1))
1356 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
1366 return node->sizeof_array / sizeof_entry;
1241 unsigned sizeof_entry = (nr_range_property_cells(me, 1) local
1332 unsigned sizeof_entry = (nr_reg_property_cells(me, 1) local
    [all...]

Completed in 25 milliseconds