Searched defs:sizeof_array (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-properties.h48 unsigned sizeof_array; member in struct:hw_property
H A Dhw-properties.c77 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...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-properties.h48 unsigned sizeof_array; member in struct:hw_property
H A Dhw-properties.c74 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...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddevice.h218 unsigned sizeof_array; member in struct:_device_property
H A Ddevice.c725 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...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddevice.h218 unsigned sizeof_array; member in struct:_device_property
H A Ddevice.c714 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...]
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A DCommonServices.h582 #define sizeof_array( X ) ( sizeof( X ) / sizeof( X[ 0 ] ) ) macro

Completed in 219 milliseconds