Searched refs:sizeof_entry (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-properties.c619 unsigned sizeof_entry = (nr_range_property_cells (me, 1) local
631 if ((node->sizeof_array % sizeof_entry) != 0)
636 if (node->sizeof_array < sizeof_entry * (index + 1))
640 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
654 return node->sizeof_array / sizeof_entry;
709 unsigned sizeof_entry = (nr_reg_property_cells (me, 1) local
721 if ((node->sizeof_array % sizeof_entry) != 0)
726 if (node->sizeof_array < sizeof_entry * (index + 1))
730 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
740 return node->sizeof_array / sizeof_entry;
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-properties.c616 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...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddevice.c1256 unsigned sizeof_entry = (nr_range_property_cells(me, 1)
1267 if ((node->sizeof_array % sizeof_entry) != 0)
1272 if (node->sizeof_array < sizeof_entry * (index + 1))
1276 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
1290 return node->sizeof_array / sizeof_entry;
1347 unsigned sizeof_entry = (nr_reg_property_cells(me, 1)
1358 if ((node->sizeof_array % sizeof_entry) != 0)
1363 if (node->sizeof_array < sizeof_entry * (index + 1))
1367 cells = (unsigned_cell*)((char*)node->array + sizeof_entry * index);
1377 return node->sizeof_array / sizeof_entry;
1252 unsigned sizeof_entry = (nr_range_property_cells(me, 1) local
1343 unsigned sizeof_entry = (nr_reg_property_cells(me, 1) local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddevice.c1245 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 197 milliseconds