Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dclass.c136 static class_node_ptr class_table_array[CLASS_TABLE_SIZE]; variable
172 memset (class_table_array, 0, sizeof (class_node_ptr) * CLASS_TABLE_SIZE); in class_table_setup()
201 new_node->next = class_table_array[hash]; in class_table_insert()
202 class_table_array[hash] = new_node; in class_table_insert()
219 node = class_table_array[hash]; in class_table_get_safe()
270 next = class_table_array[enumerator->hash]; in class_table_next()
286 next = class_table_array[enumerator->hash]; in class_table_next()
313 node = class_table_array[i];
336 node = class_table_array[i];
517 class_node_ptr node = class_table_array[hash]; in objc_getClassList()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dclass.c136 static class_node_ptr class_table_array[CLASS_TABLE_SIZE]; variable
172 memset (class_table_array, 0, sizeof (class_node_ptr) * CLASS_TABLE_SIZE); in class_table_setup()
201 new_node->next = class_table_array[hash]; in class_table_insert()
202 class_table_array[hash] = new_node; in class_table_insert()
219 node = class_table_array[hash]; in class_table_get_safe()
270 next = class_table_array[enumerator->hash]; in class_table_next()
286 next = class_table_array[enumerator->hash]; in class_table_next()
313 node = class_table_array[i];
336 node = class_table_array[i];
517 class_node_ptr node = class_table_array[hash]; in objc_getClassList()
[all …]