Searched refs:sizeof_array (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-properties.c83 unsigned sizeof_array,
103 if (sizeof_array > 0)
105 void *new_array = hw_zalloc (me, sizeof_array);
106 memcpy (new_array, array, sizeof_array);
108 new_value->sizeof_array = sizeof_array;
133 int sizeof_array)
148 new_array = (sizeof_array > 0
149 ? hw_zalloc (me, sizeof_array)
152 value->sizeof_array
77 hw_add_property(struct hw *me, const char *property, hw_property_type type, const void *init_array, unsigned sizeof_init_array, const void *array, unsigned sizeof_array, const struct hw_property *original, object_disposition disposition) argument
129 hw_set_property(struct hw *me, const char *property, hw_property_type type, const void *array, int sizeof_array) argument
335 hw_add_array_property(struct hw *me, const char *property, const void *array, int sizeof_array) argument
346 hw_set_array_property(struct hw *me, const char *property, const void *array, int sizeof_array) argument
777 int sizeof_array; local
[all...]
H A Dhw-properties.h48 unsigned sizeof_array; member in struct:hw_property
58 #define hw_property_sizeof_array(p) ((p)->sizeof_array + 0)
108 int sizeof_array);
114 int sizeof_array);
H A Ddv-glue.c265 else if (ranges->sizeof_array != sizeof (unsigned_cell) * 2)
H A Dhw-tree.c1126 if ((property->sizeof_array % sizeof (signed_cell)) == 0)
1131 cell_nr < (property->sizeof_array / sizeof (unsigned_cell));
1141 while ((char*)w - (char*)property->array < property->sizeof_array)
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-properties.c80 unsigned sizeof_array,
100 if (sizeof_array > 0)
102 void *new_array = hw_zalloc (me, sizeof_array);
103 memcpy (new_array, array, sizeof_array);
105 new_value->sizeof_array = sizeof_array;
130 int sizeof_array)
145 new_array = (sizeof_array > 0
146 ? hw_zalloc (me, sizeof_array)
149 value->sizeof_array
74 hw_add_property(struct hw *me, const char *property, hw_property_type type, const void *init_array, unsigned sizeof_init_array, const void *array, unsigned sizeof_array, const struct hw_property *original, object_disposition disposition) argument
126 hw_set_property(struct hw *me, const char *property, hw_property_type type, const void *array, int sizeof_array) argument
332 hw_add_array_property(struct hw *me, const char *property, const void *array, int sizeof_array) argument
343 hw_set_array_property(struct hw *me, const char *property, const void *array, int sizeof_array) argument
774 int sizeof_array; local
[all...]
H A Dhw-properties.h48 unsigned sizeof_array; member in struct:hw_property
58 #define hw_property_sizeof_array(p) ((p)->sizeof_array + 0)
108 int sizeof_array);
114 int sizeof_array);
H A Ddv-glue.c261 else if (ranges->sizeof_array != sizeof (unsigned_cell) * 2)
H A Dhw-tree.c1117 if ((property->sizeof_array % sizeof (signed_cell)) == 0)
1122 cell_nr < (property->sizeof_array / sizeof (unsigned_cell));
1132 while ((char*)w - (char*)property->array < property->sizeof_array)
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddevice.c735 unsigned sizeof_array,
754 if (sizeof_array > 0) {
755 void *new_array = zalloc(sizeof_array);
756 memcpy(new_array, array, sizeof_array);
758 new_value->sizeof_array = sizeof_array;
784 int sizeof_array)
798 new_array = (sizeof_array > 0
799 ? zalloc(sizeof_array)
802 value->sizeof_array
725 device_add_property(device *me, const char *property, device_property_type type, const void *init_array, unsigned sizeof_init_array, const void *array, unsigned sizeof_array, const device_property *original, object_disposition disposition) argument
776 device_set_property(device *me, const char *property, device_property_type type, const void *array, int sizeof_array) argument
963 device_add_array_property(device *me, const char *property, const void *array, int sizeof_array) argument
975 device_set_array_property(device *me, const char *property, const void *array, int sizeof_array) argument
1412 int sizeof_array; local
[all...]
H A Ddevice.h218 unsigned sizeof_array; member in struct:_device_property
263 int sizeof_array);
270 int sizeof_array);
H A Dhw_glue.c218 else if (ranges->sizeof_array != sizeof(unsigned_cell) * 2) {
H A Dtree.c1055 if ((property->sizeof_array % sizeof(signed_cell)) == 0) {
1059 cell_nr < (property->sizeof_array / sizeof(unsigned_cell));
1067 while ((char*)w - (char*)property->array < property->sizeof_array) {
H A Demul_chirp.c474 args.proplen = prop->sizeof_array;
530 if (size > prop->sizeof_array)
531 size = prop->sizeof_array;
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddevice.c724 unsigned sizeof_array,
743 if (sizeof_array > 0) {
744 void *new_array = zalloc(sizeof_array);
745 memcpy(new_array, array, sizeof_array);
747 new_value->sizeof_array = sizeof_array;
773 int sizeof_array)
787 new_array = (sizeof_array > 0
788 ? zalloc(sizeof_array)
791 value->sizeof_array
714 device_add_property(device *me, const char *property, device_property_type type, const void *init_array, unsigned sizeof_init_array, const void *array, unsigned sizeof_array, const device_property *original, object_disposition disposition) argument
765 device_set_property(device *me, const char *property, device_property_type type, const void *array, int sizeof_array) argument
952 device_add_array_property(device *me, const char *property, const void *array, int sizeof_array) argument
964 device_set_array_property(device *me, const char *property, const void *array, int sizeof_array) argument
1401 int sizeof_array; local
[all...]
H A Ddevice.h218 unsigned sizeof_array; member in struct:_device_property
263 int sizeof_array);
270 int sizeof_array);
H A Dhw_glue.c218 else if (ranges->sizeof_array != sizeof(unsigned_cell) * 2) {
H A Dtree.c1042 if ((property->sizeof_array % sizeof(signed_cell)) == 0) {
1046 cell_nr < (property->sizeof_array / sizeof(unsigned_cell));
1054 while ((char*)w - (char*)property->array < property->sizeof_array) {
H A Demul_chirp.c467 args.proplen = prop->sizeof_array;
523 if (size > prop->sizeof_array)
524 size = prop->sizeof_array;
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A DCommonServices.h577 /*! @defined sizeof_array
582 #define sizeof_array( X ) ( sizeof( X ) / sizeof( X[ 0 ] ) ) macro

Completed in 324 milliseconds