Searched refs:newtable (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Objects/ |
H A D | setobject.c | 234 setentry *oldtable, *newtable, *entry; in set_table_resize() local 256 newtable = so->smalltable; in set_table_resize() 257 if (newtable == oldtable) { in set_table_resize() 274 newtable = PyMem_NEW(setentry, newsize); in set_table_resize() 275 if (newtable == NULL) { in set_table_resize() 282 assert(newtable != oldtable); in set_table_resize() 283 memset(newtable, 0, sizeof(setentry) * newsize); in set_table_resize() 285 so->table = newtable; in set_table_resize() 293 set_insert_clean(newtable, newmask, entry->key, entry->hash); in set_table_resize() 300 set_insert_clean(newtable, newmas in set_table_resize() 603 setentry *newtable = so->table; set_merge() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | eeprom.c | 185 memcpy(ee_data + 26, eeprom_fixups[i].newtable, in tulip_parse_eeprom() 186 sizeof(eeprom_fixups[i].newtable)); in tulip_parse_eeprom()
|
H A D | tulip.h | 466 u16 newtable[32]; /* Max length below. */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | eeprom.c | 185 memcpy(ee_data + 26, eeprom_fixups[i].newtable, in tulip_parse_eeprom() 186 sizeof(eeprom_fixups[i].newtable)); in tulip_parse_eeprom()
|
H A D | tulip.h | 466 u16 newtable[32]; /* Max length below. */ member
|
Completed in 6 milliseconds