Home
last modified time | relevance | path

Searched refs:prev_sec (Results 1 – 25 of 32) sorted by relevance

12

/dports/emulators/qemu/qemu-6.2.0/hw/remote/
H A Dproxy-memory-listener.c85 MemoryRegionSection *prev_sec; in try_merge() local
109 prev_sec = proxy_listener->mr_sections + in try_merge()
111 uint64_t prev_gpa_start = prev_sec->offset_within_address_space; in try_merge()
112 uint64_t prev_size = int128_get64(prev_sec->size); in try_merge()
115 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr) + in try_merge()
116 prev_sec->offset_within_region; in try_merge()
122 if ((section->mr == prev_sec->mr) && in try_merge()
127 prev_sec->offset_within_address_space = in try_merge()
129 prev_sec->offset_within_region = in try_merge()
131 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr); in try_merge()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/remote/
H A Dproxy-memory-listener.c87 MemoryRegionSection *prev_sec; in try_merge() local
111 prev_sec = proxy_listener->mr_sections + in try_merge()
113 uint64_t prev_gpa_start = prev_sec->offset_within_address_space; in try_merge()
114 uint64_t prev_size = int128_get64(prev_sec->size); in try_merge()
117 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr) + in try_merge()
118 prev_sec->offset_within_region; in try_merge()
124 if ((section->mr == prev_sec->mr) && in try_merge()
129 prev_sec->offset_within_address_space = in try_merge()
131 prev_sec->offset_within_region = in try_merge()
133 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr); in try_merge()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/remote/
H A Dproxy-memory-listener.c85 MemoryRegionSection *prev_sec; in try_merge() local
109 prev_sec = proxy_listener->mr_sections + in try_merge()
111 uint64_t prev_gpa_start = prev_sec->offset_within_address_space; in try_merge()
112 uint64_t prev_size = int128_get64(prev_sec->size); in try_merge()
115 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr) + in try_merge()
116 prev_sec->offset_within_region; in try_merge()
122 if ((section->mr == prev_sec->mr) && in try_merge()
127 prev_sec->offset_within_address_space = in try_merge()
129 prev_sec->offset_within_region = in try_merge()
131 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr); in try_merge()
[all …]
/dports/devel/dev86/dev86-0.16.20/libc/misc/
H A Dsyslib.c123 unsigned int prev_sec; local
125 prev_sec = alarm(0);
126 if( prev_sec <= seconds ) prev_sec = 1; else prev_sec -= seconds;
131 seconds = alarm(prev_sec);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/virtio/
H A Dvhost.c562 MemoryRegionSection *prev_sec = dev->tmp_sections + in vhost_region_add_section() local
564 uint64_t prev_gpa_start = prev_sec->offset_within_address_space; in vhost_region_add_section()
565 uint64_t prev_size = int128_get64(prev_sec->size); in vhost_region_add_section()
568 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr) + in vhost_region_add_section()
569 prev_sec->offset_within_region; in vhost_region_add_section()
588 section->mr == prev_sec->mr && in vhost_region_add_section()
595 prev_sec->offset_within_address_space = in vhost_region_add_section()
597 prev_sec->offset_within_region = in vhost_region_add_section()
599 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr); in vhost_region_add_section()
603 int128_get64(prev_sec->size), in vhost_region_add_section()
[all …]
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dword.c493 int prev_sec= 0; in UdmWordListSaveSectionSize() local
504 if (W->coord.secno != prev_sec || strcmp(W->word, prev_word)) in UdmWordListSaveSectionSize()
508 prev_sec= W->coord.secno; in UdmWordListSaveSectionSize()
509 if (UDM_OK != (rc= UdmWordListAddEx(Words, prev_word, prev_sec, in UdmWordListSaveSectionSize()
510 Words->wordpos[prev_sec] + 1, 1))) in UdmWordListSaveSectionSize()
/dports/emulators/qemu/qemu-6.2.0/hw/virtio/
H A Dvhost.c629 MemoryRegionSection *prev_sec = dev->tmp_sections + in vhost_region_add_section() local
631 uint64_t prev_gpa_start = prev_sec->offset_within_address_space; in vhost_region_add_section()
632 uint64_t prev_size = int128_get64(prev_sec->size); in vhost_region_add_section()
636 prev_sec->offset_within_region; in vhost_region_add_section()
648 prev_sec->mr->name, prev_gpa_start); in vhost_region_add_section()
656 section->mr == prev_sec->mr && in vhost_region_add_section()
663 prev_sec->offset_within_address_space = in vhost_region_add_section()
665 prev_sec->offset_within_region = in vhost_region_add_section()
667 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr); in vhost_region_add_section()
671 int128_get64(prev_sec->size), in vhost_region_add_section()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/virtio/
H A Dvhost.c601 MemoryRegionSection *prev_sec = dev->tmp_sections + in vhost_region_add_section() local
603 uint64_t prev_gpa_start = prev_sec->offset_within_address_space; in vhost_region_add_section()
604 uint64_t prev_size = int128_get64(prev_sec->size); in vhost_region_add_section()
608 prev_sec->offset_within_region; in vhost_region_add_section()
620 prev_sec->mr->name, prev_gpa_start); in vhost_region_add_section()
628 section->mr == prev_sec->mr && in vhost_region_add_section()
635 prev_sec->offset_within_address_space = in vhost_region_add_section()
637 prev_sec->offset_within_region = in vhost_region_add_section()
639 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr); in vhost_region_add_section()
643 int128_get64(prev_sec->size), in vhost_region_add_section()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/virtio/
H A Dvhost.c601 MemoryRegionSection *prev_sec = dev->tmp_sections + in vhost_region_add_section() local
603 uint64_t prev_gpa_start = prev_sec->offset_within_address_space; in vhost_region_add_section()
604 uint64_t prev_size = int128_get64(prev_sec->size); in vhost_region_add_section()
608 prev_sec->offset_within_region; in vhost_region_add_section()
620 prev_sec->mr->name, prev_gpa_start); in vhost_region_add_section()
628 section->mr == prev_sec->mr && in vhost_region_add_section()
635 prev_sec->offset_within_address_space = in vhost_region_add_section()
637 prev_sec->offset_within_region = in vhost_region_add_section()
639 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr); in vhost_region_add_section()
643 int128_get64(prev_sec->size), in vhost_region_add_section()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/virtio/
H A Dvhost.c586 MemoryRegionSection *prev_sec = dev->tmp_sections + in vhost_region_add_section() local
588 uint64_t prev_gpa_start = prev_sec->offset_within_address_space; in vhost_region_add_section()
589 uint64_t prev_size = int128_get64(prev_sec->size); in vhost_region_add_section()
593 prev_sec->offset_within_region; in vhost_region_add_section()
605 prev_sec->mr->name, prev_gpa_start); in vhost_region_add_section()
613 section->mr == prev_sec->mr && in vhost_region_add_section()
620 prev_sec->offset_within_address_space = in vhost_region_add_section()
622 prev_sec->offset_within_region = in vhost_region_add_section()
624 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr); in vhost_region_add_section()
628 int128_get64(prev_sec->size), in vhost_region_add_section()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/virtio/
H A Dvhost.c629 MemoryRegionSection *prev_sec = dev->tmp_sections +
631 uint64_t prev_gpa_start = prev_sec->offset_within_address_space;
632 uint64_t prev_size = int128_get64(prev_sec->size);
636 prev_sec->offset_within_region;
648 prev_sec->mr->name, prev_gpa_start);
656 section->mr == prev_sec->mr &&
663 prev_sec->offset_within_address_space =
665 prev_sec->offset_within_region =
667 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr);
671 int128_get64(prev_sec->size),
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/virtio/
H A Dvhost.c586 MemoryRegionSection *prev_sec = dev->tmp_sections + in vhost_region_add_section() local
588 uint64_t prev_gpa_start = prev_sec->offset_within_address_space; in vhost_region_add_section()
589 uint64_t prev_size = int128_get64(prev_sec->size); in vhost_region_add_section()
593 prev_sec->offset_within_region; in vhost_region_add_section()
605 prev_sec->mr->name, prev_gpa_start); in vhost_region_add_section()
613 section->mr == prev_sec->mr && in vhost_region_add_section()
620 prev_sec->offset_within_address_space = in vhost_region_add_section()
622 prev_sec->offset_within_region = in vhost_region_add_section()
624 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr); in vhost_region_add_section()
628 int128_get64(prev_sec->size), in vhost_region_add_section()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/virtio/
H A Dvhost.c577 MemoryRegionSection *prev_sec = dev->tmp_sections + in vhost_region_add_section() local
579 uint64_t prev_gpa_start = prev_sec->offset_within_address_space; in vhost_region_add_section()
580 uint64_t prev_size = int128_get64(prev_sec->size); in vhost_region_add_section()
583 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr) + in vhost_region_add_section()
584 prev_sec->offset_within_region; in vhost_region_add_section()
603 section->mr == prev_sec->mr && in vhost_region_add_section()
610 prev_sec->offset_within_address_space = in vhost_region_add_section()
612 prev_sec->offset_within_region = in vhost_region_add_section()
614 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr); in vhost_region_add_section()
618 int128_get64(prev_sec->size), in vhost_region_add_section()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/virtio/
H A Dvhost.c577 MemoryRegionSection *prev_sec = dev->tmp_sections + in vhost_region_add_section() local
579 uint64_t prev_gpa_start = prev_sec->offset_within_address_space; in vhost_region_add_section()
580 uint64_t prev_size = int128_get64(prev_sec->size); in vhost_region_add_section()
583 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr) + in vhost_region_add_section()
584 prev_sec->offset_within_region; in vhost_region_add_section()
603 section->mr == prev_sec->mr && in vhost_region_add_section()
610 prev_sec->offset_within_address_space = in vhost_region_add_section()
612 prev_sec->offset_within_region = in vhost_region_add_section()
614 (uintptr_t)memory_region_get_ram_ptr(prev_sec->mr); in vhost_region_add_section()
618 int128_get64(prev_sec->size), in vhost_region_add_section()
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_navigation.c801 guint prev_min, prev_sec, prev_msec; in ags_navigation_relative_tact_to_time_string() local
805 sscanf(timestr, "%d:%d.%d", &prev_min, &prev_sec, &prev_msec); in ags_navigation_relative_tact_to_time_string()
807 sec_value += prev_sec; in ags_navigation_relative_tact_to_time_string()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Dm2ts_mux.c125 GF_M2TS_Mux_Section *section, *prev_sec; in gf_m2ts_mux_table_update() local
197 prev_sec = NULL; in gf_m2ts_mux_table_update()
254 if (prev_sec) prev_sec->next = section; in gf_m2ts_mux_table_update()
256 prev_sec = section; in gf_m2ts_mux_table_update()
309 GF_M2TS_Mux_Section *section, *prev_sec; in gf_m2ts_mux_table_update_mpeg4() local
367 prev_sec = NULL; in gf_m2ts_mux_table_update_mpeg4()
437 if (prev_sec) prev_sec->next = section; in gf_m2ts_mux_table_update_mpeg4()
439 prev_sec = section; in gf_m2ts_mux_table_update_mpeg4()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Dm2ts_mux.c125 GF_M2TS_Mux_Section *section, *prev_sec; in gf_m2ts_mux_table_update() local
197 prev_sec = NULL; in gf_m2ts_mux_table_update()
254 if (prev_sec) prev_sec->next = section; in gf_m2ts_mux_table_update()
256 prev_sec = section; in gf_m2ts_mux_table_update()
309 GF_M2TS_Mux_Section *section, *prev_sec; in gf_m2ts_mux_table_update_mpeg4() local
367 prev_sec = NULL; in gf_m2ts_mux_table_update_mpeg4()
437 if (prev_sec) prev_sec->next = section; in gf_m2ts_mux_table_update_mpeg4()
439 prev_sec = section; in gf_m2ts_mux_table_update_mpeg4()
/dports/devel/vasm/vasm/
H A Dvasm.c68 static section *prev_sec=NULL,*prev_org=NULL; variable
1026 prev_sec = current_section;
1127 if (prev_sec)
1128 return prev_sec;
/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h2386 time_t prev_sec = ctx->_timestamp_cache.tv_at.tv_sec; in h2o_get_timestamp() local
2388 if (ctx->_timestamp_cache.tv_at.tv_sec != prev_sec) in h2o_get_timestamp()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf.c5055 asection * prev_sec; in copy_private_bfd_data() local
5057 prev_sec = map->sections[map->count - 1]; in copy_private_bfd_data()
5062 if ((BFD_ALIGN (prev_sec->lma + prev_sec->_raw_size, in copy_private_bfd_data()
5065 || ((prev_sec->lma + prev_sec->_raw_size) in copy_private_bfd_data()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf.c5055 asection * prev_sec; in copy_private_bfd_data() local
5057 prev_sec = map->sections[map->count - 1]; in copy_private_bfd_data()
5062 if ((BFD_ALIGN (prev_sec->lma + prev_sec->_raw_size, in copy_private_bfd_data()
5065 || ((prev_sec->lma + prev_sec->_raw_size) in copy_private_bfd_data()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delf.c5354 asection * prev_sec; in copy_private_bfd_data() local
5356 prev_sec = map->sections[map->count - 1]; in copy_private_bfd_data()
5361 if ((BFD_ALIGN (prev_sec->lma + prev_sec->size, in copy_private_bfd_data()
5364 || ((prev_sec->lma + prev_sec->size) in copy_private_bfd_data()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf.c5570 asection * prev_sec; in rewrite_elf_program_header() local
5572 prev_sec = map->sections[map->count - 1]; in rewrite_elf_program_header()
5577 if ((BFD_ALIGN (prev_sec->lma + prev_sec->size, in rewrite_elf_program_header()
5580 || ((prev_sec->lma + prev_sec->size) in rewrite_elf_program_header()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf.c5873 asection *prev_sec; in rewrite_elf_program_header() local
5875 prev_sec = map->sections[map->count - 1]; in rewrite_elf_program_header()
5880 if ((BFD_ALIGN (prev_sec->lma + prev_sec->size, in rewrite_elf_program_header()
5883 || (prev_sec->lma + prev_sec->size in rewrite_elf_program_header()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf.c6002 asection *prev_sec; in rewrite_elf_program_header() local
6004 prev_sec = map->sections[map->count - 1]; in rewrite_elf_program_header()
6009 if ((BFD_ALIGN (prev_sec->lma + prev_sec->size, in rewrite_elf_program_header()
6012 || (prev_sec->lma + prev_sec->size in rewrite_elf_program_header()

12