Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_open.c963 RList *old_sections = r_list_new (); in __save_old_sections() local
968 return old_sections; in __save_old_sections()
971 old_sections->free = sections->free; in __save_old_sections()
980 r_list_append (old_sections, old_sec); in __save_old_sections()
982 return old_sections; in __save_old_sections()
987 RList *old_sections; member
1002 r_list_foreach (reb->old_sections, it, sec) { in __rebase_flags()
1069 old_sections, in __rebase_everything()
1129 r_list_free (old_sections); in r_core_file_reopen_remote_debug()
1136 r_list_free (old_sections); in r_core_file_reopen_remote_debug()
[all …]
/dports/x11/mate-applet-appmenu/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/lib/dbusmenu-importer/
H A Dmodel.c239 uint old_sections = g_menu_model_get_n_items(G_MENU_MODEL(menu)); in layout_parse() local
298 if ((delta > 0 || added > 0) && section_num <= old_sections) in layout_parse()
363 if ((diff || updated) && section_num < old_sections) in layout_parse()
384 int secdiff = old_sections - section_num; in layout_parse()
423 MIN(old_sections, section_num), in layout_parse()
/dports/x11/gtk-app-menu/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/lib/dbusmenu-importer/
H A Dmodel.c239 uint old_sections = g_menu_model_get_n_items(G_MENU_MODEL(menu)); in layout_parse() local
298 if ((delta > 0 || added > 0) && section_num <= old_sections) in layout_parse()
363 if ((diff || updated) && section_num < old_sections) in layout_parse()
384 int secdiff = old_sections - section_num; in layout_parse()
423 MIN(old_sections, section_num), in layout_parse()
/dports/x11/appmenu-registrar/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/lib/dbusmenu-importer/
H A Dmodel.c239 uint old_sections = g_menu_model_get_n_items(G_MENU_MODEL(menu)); in layout_parse() local
298 if ((delta > 0 || added > 0) && section_num <= old_sections) in layout_parse()
363 if ((diff || updated) && section_num < old_sections) in layout_parse()
384 int secdiff = old_sections - section_num; in layout_parse()
423 MIN(old_sections, section_num), in layout_parse()
/dports/x11/xfce4-appmenu-plugin/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/lib/dbusmenu-importer/
H A Dmodel.c239 uint old_sections = g_menu_model_get_n_items(G_MENU_MODEL(menu)); in layout_parse() local
298 if ((delta > 0 || added > 0) && section_num <= old_sections) in layout_parse()
363 if ((diff || updated) && section_num < old_sections) in layout_parse()
384 int secdiff = old_sections - section_num; in layout_parse()
423 MIN(old_sections, section_num), in layout_parse()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/virtio/
H A Dvhost.c423 MemoryRegionSection *old_sections; in vhost_commit() local
435 old_sections = dev->mem_sections; in vhost_commit()
444 changed = n_old_sections && memcmp(dev->mem_sections, old_sections, in vhost_commit()
445 n_old_sections * sizeof(old_sections[0])) != 0; in vhost_commit()
515 memory_region_unref(old_sections[n_old_sections].mr); in vhost_commit()
517 g_free(old_sections); in vhost_commit()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/library/
H A Dlibrarywatcher.cpp443 SongList old_sections = backend_->GetSongsByUrl(QUrl::fromLocalFile(file)); in UpdateCueAssociatedSongs() local
446 for (const Song& song : old_sections) { in UpdateCueAssociatedSongs()
468 for (const Song& matching : old_sections) { in UpdateCueAssociatedSongs()
/dports/emulators/qemu42/qemu-4.2.1/hw/virtio/
H A Dvhost.c433 MemoryRegionSection *old_sections; in vhost_commit() local
445 old_sections = dev->mem_sections; in vhost_commit()
455 if (!MemoryRegionSection_eq(&old_sections[i], in vhost_commit()
530 memory_region_unref(old_sections[n_old_sections].mr); in vhost_commit()
532 g_free(old_sections); in vhost_commit()
/dports/emulators/qemu/qemu-6.2.0/hw/virtio/
H A Dvhost.c483 MemoryRegionSection *old_sections; in vhost_commit() local
495 old_sections = dev->mem_sections; in vhost_commit()
505 if (!MemoryRegionSection_eq(&old_sections[i], in vhost_commit()
580 memory_region_unref(old_sections[n_old_sections].mr); in vhost_commit()
582 g_free(old_sections); in vhost_commit()
/dports/emulators/qemu60/qemu-6.0.0/hw/virtio/
H A Dvhost.c455 MemoryRegionSection *old_sections; in vhost_commit() local
467 old_sections = dev->mem_sections; in vhost_commit()
477 if (!MemoryRegionSection_eq(&old_sections[i], in vhost_commit()
552 memory_region_unref(old_sections[n_old_sections].mr); in vhost_commit()
554 g_free(old_sections); in vhost_commit()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/virtio/
H A Dvhost.c433 MemoryRegionSection *old_sections; in vhost_commit() local
445 old_sections = dev->mem_sections; in vhost_commit()
455 if (!MemoryRegionSection_eq(&old_sections[i], in vhost_commit()
530 memory_region_unref(old_sections[n_old_sections].mr); in vhost_commit()
532 g_free(old_sections); in vhost_commit()
/dports/emulators/qemu5/qemu-5.2.0/hw/virtio/
H A Dvhost.c455 MemoryRegionSection *old_sections; in vhost_commit() local
467 old_sections = dev->mem_sections; in vhost_commit()
477 if (!MemoryRegionSection_eq(&old_sections[i], in vhost_commit()
552 memory_region_unref(old_sections[n_old_sections].mr); in vhost_commit()
554 g_free(old_sections); in vhost_commit()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/virtio/
H A Dvhost.c440 MemoryRegionSection *old_sections; in vhost_commit() local
452 old_sections = dev->mem_sections; in vhost_commit()
462 if (!MemoryRegionSection_eq(&old_sections[i], in vhost_commit()
537 memory_region_unref(old_sections[n_old_sections].mr); in vhost_commit()
539 g_free(old_sections); in vhost_commit()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/virtio/
H A Dvhost.c483 MemoryRegionSection *old_sections;
495 old_sections = dev->mem_sections;
505 if (!MemoryRegionSection_eq(&old_sections[i],
580 memory_region_unref(old_sections[n_old_sections].mr);
582 g_free(old_sections);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/virtio/
H A Dvhost.c440 MemoryRegionSection *old_sections; in vhost_commit() local
452 old_sections = dev->mem_sections; in vhost_commit()
462 if (!MemoryRegionSection_eq(&old_sections[i], in vhost_commit()
537 memory_region_unref(old_sections[n_old_sections].mr); in vhost_commit()
539 g_free(old_sections); in vhost_commit()
/dports/www/wwwoffle/wwwoffle-2.9j/conf/
H A Dupgrade-config-2.5-2.6.pl239 @old_sections=(