Searched refs:table_entries (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_pp_psm.c38 unsigned int table_entries; local
48 hwmgr->num_ps = table_entries = hwmgr->hwmgr_func->get_num_of_pp_table_entries(hwmgr);
53 if (table_entries == 0 || size == 0) {
58 hwmgr->ps = kcalloc(table_entries, size, GFP_KERNEL);
80 for (i = 0; i < table_entries; i++) {
121 int table_entries; local
124 table_entries = hwmgr->num_ps;
127 for (i = 0; i < table_entries; i++) {
142 int table_entries; local
145 table_entries
161 int table_entries; local
212 int table_entries; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-rx.c3740 struct bfd_link_hash_entry **table_entries;
3877 info->table_entries[idx] = ent;
3943 info->table_entries = (struct bfd_link_hash_entry **)
3945 if (info->table_entries == NULL)
3965 info->table_entries[idx] = NULL;
4010 else if (info->table_entries[idx])
4012 fprintf (info->mapfile, "0x%08" BFD_VMA_FMT "x %s\n", info->table_handlers[idx], info->table_entries[idx]->root.string);
3732 struct bfd_link_hash_entry **table_entries; member in struct:__anon606
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-rx.c3752 struct bfd_link_hash_entry **table_entries;
3889 info->table_entries[idx] = ent;
3955 info->table_entries = (struct bfd_link_hash_entry **)
3957 if (info->table_entries == NULL)
3977 info->table_entries[idx] = NULL;
4024 else if (info->table_entries[idx])
4028 info->table_entries[idx]->root.string);
3744 struct bfd_link_hash_entry **table_entries; member in struct:__anon449
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c3752 struct bfd_link_hash_entry **table_entries;
3889 info->table_entries[idx] = ent;
3955 info->table_entries = (struct bfd_link_hash_entry **)
3957 if (info->table_entries == NULL)
3977 info->table_entries[idx] = NULL;
4022 else if (info->table_entries[idx])
4024 fprintf (info->mapfile, "0x%08" BFD_VMA_FMT "x %s\n", info->table_handlers[idx], info->table_entries[idx]->root.string);
3744 struct bfd_link_hash_entry **table_entries; member in struct:__anon110
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c3753 struct bfd_link_hash_entry **table_entries;
3890 info->table_entries[idx] = ent;
3956 info->table_entries = (struct bfd_link_hash_entry **)
3958 if (info->table_entries == NULL)
3978 info->table_entries[idx] = NULL;
4025 else if (info->table_entries[idx])
4029 info->table_entries[idx]->root.string);
3745 struct bfd_link_hash_entry **table_entries; member in struct:__anon108

Completed in 218 milliseconds