Home
last modified time | relevance | path

Searched refs:ALIGN_STRUCT (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/gobject/
Dgtype.c163 #define ALIGN_STRUCT(offset) \ macro
1532 total_instance_size = ALIGN_STRUCT (total_instance_size) + node->data->instance.private_size; in type_total_instance_size_I()
4167 offset = ALIGN_STRUCT (node->data->instance.private_size); in g_type_class_add_private()
4215 offset = ALIGN_STRUCT (instance_node->data->instance.instance_size); in g_type_instance_get_private()
4228 offset += ALIGN_STRUCT (parent_node->data->instance.private_size); in g_type_instance_get_private()