Home
last modified time | relevance | path

Searched refs:rounded_count (Results 1 – 22 of 22) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/bin/p/
H A Dbin_dyldcache.c1365 int rounded_count = internal_end - internal_offset; in dyldcache_io_read() local
1368 if (rounded_count > rebase_info->page_size) { in dyldcache_io_read()
1369 internal_buf = malloc (rounded_count); in dyldcache_io_read()
1379 int internal_result = cache->original_io_read (io, fd, internal_buf, rounded_count); in dyldcache_io_read()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386-expand.c5923 HOST_WIDE_INT rounded_count; in expand_set_or_cpymem_via_rep() local
5946 rounded_count in expand_set_or_cpymem_via_rep()
5949 set_mem_size (destmem, rounded_count); in expand_set_or_cpymem_via_rep()
5973 rounded_count in expand_set_or_cpymem_via_rep()
5976 set_mem_size (srcmem, rounded_count); in expand_set_or_cpymem_via_rep()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-expand.c5978 HOST_WIDE_INT rounded_count; in expand_set_or_cpymem_via_rep() local
6002 rounded_count in expand_set_or_cpymem_via_rep()
6005 set_mem_size (destmem, rounded_count); in expand_set_or_cpymem_via_rep()
6029 rounded_count in expand_set_or_cpymem_via_rep()
6032 set_mem_size (srcmem, rounded_count); in expand_set_or_cpymem_via_rep()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-expand.c5941 HOST_WIDE_INT rounded_count; in expand_set_or_cpymem_via_rep() local
5964 rounded_count in expand_set_or_cpymem_via_rep()
5967 set_mem_size (destmem, rounded_count); in expand_set_or_cpymem_via_rep()
5991 rounded_count in expand_set_or_cpymem_via_rep()
5994 set_mem_size (srcmem, rounded_count); in expand_set_or_cpymem_via_rep()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c5978 HOST_WIDE_INT rounded_count;
6002 rounded_count
6005 set_mem_size (destmem, rounded_count);
6029 rounded_count
6032 set_mem_size (srcmem, rounded_count);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c5978 HOST_WIDE_INT rounded_count; in expand_set_or_cpymem_via_rep() local
6002 rounded_count in expand_set_or_cpymem_via_rep()
6005 set_mem_size (destmem, rounded_count); in expand_set_or_cpymem_via_rep()
6029 rounded_count in expand_set_or_cpymem_via_rep()
6032 set_mem_size (srcmem, rounded_count); in expand_set_or_cpymem_via_rep()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-expand.c5941 HOST_WIDE_INT rounded_count; in expand_set_or_cpymem_via_rep() local
5964 rounded_count in expand_set_or_cpymem_via_rep()
5967 set_mem_size (destmem, rounded_count); in expand_set_or_cpymem_via_rep()
5991 rounded_count in expand_set_or_cpymem_via_rep()
5994 set_mem_size (srcmem, rounded_count); in expand_set_or_cpymem_via_rep()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Di386-expand.c7037 HOST_WIDE_INT rounded_count; in expand_set_or_cpymem_via_rep() local
7061 rounded_count in expand_set_or_cpymem_via_rep()
7064 set_mem_size (destmem, rounded_count); in expand_set_or_cpymem_via_rep()
7088 rounded_count in expand_set_or_cpymem_via_rep()
7091 set_mem_size (srcmem, rounded_count); in expand_set_or_cpymem_via_rep()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/i386/
H A Di386.c21932 HOST_WIDE_INT rounded_count; in expand_movmem_via_rep_mov() local
21960 rounded_count = (INTVAL (count) in expand_movmem_via_rep_mov()
21964 set_mem_size (destmem, rounded_count); in expand_movmem_via_rep_mov()
21965 set_mem_size (srcmem, rounded_count); in expand_movmem_via_rep_mov()
21987 HOST_WIDE_INT rounded_count; in expand_setmem_via_rep_stos() local
22003 rounded_count = (INTVAL (count) in expand_setmem_via_rep_stos()
22006 set_mem_size (destmem, rounded_count); in expand_setmem_via_rep_stos()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/i386/
H A Di386.c21858 HOST_WIDE_INT rounded_count; in expand_movmem_via_rep_mov() local
21886 rounded_count = (INTVAL (count) in expand_movmem_via_rep_mov()
21890 set_mem_size (destmem, rounded_count); in expand_movmem_via_rep_mov()
21891 set_mem_size (srcmem, rounded_count); in expand_movmem_via_rep_mov()
21913 HOST_WIDE_INT rounded_count; in expand_setmem_via_rep_stos() local
21929 rounded_count = (INTVAL (count) in expand_setmem_via_rep_stos()
21932 set_mem_size (destmem, rounded_count); in expand_setmem_via_rep_stos()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/i386/
H A Di386.c22924 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
22947 rounded_count = (INTVAL (count) in expand_set_or_movmem_via_rep()
22950 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
22974 rounded_count = (INTVAL (count) in expand_set_or_movmem_via_rep()
22977 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c26504 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
26527 rounded_count in expand_set_or_movmem_via_rep()
26530 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
26554 rounded_count in expand_set_or_movmem_via_rep()
26557 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/i386/
H A Di386.c26475 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
26498 rounded_count in expand_set_or_movmem_via_rep()
26501 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
26525 rounded_count in expand_set_or_movmem_via_rep()
26528 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c26504 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
26527 rounded_count in expand_set_or_movmem_via_rep()
26530 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
26554 rounded_count in expand_set_or_movmem_via_rep()
26557 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c26504 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
26527 rounded_count in expand_set_or_movmem_via_rep()
26530 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
26554 rounded_count in expand_set_or_movmem_via_rep()
26557 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c26504 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
26527 rounded_count in expand_set_or_movmem_via_rep()
26530 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
26554 rounded_count in expand_set_or_movmem_via_rep()
26557 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/i386/
H A Di386.c26569 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
26592 rounded_count in expand_set_or_movmem_via_rep()
26595 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
26619 rounded_count in expand_set_or_movmem_via_rep()
26622 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/i386/
H A Di386.c26410 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
26433 rounded_count in expand_set_or_movmem_via_rep()
26436 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
26460 rounded_count in expand_set_or_movmem_via_rep()
26463 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/i386/
H A Di386.c26516 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
26539 rounded_count in expand_set_or_movmem_via_rep()
26542 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
26566 rounded_count in expand_set_or_movmem_via_rep()
26569 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/i386/
H A Di386.c26475 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
26498 rounded_count in expand_set_or_movmem_via_rep()
26501 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
26525 rounded_count in expand_set_or_movmem_via_rep()
26528 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/i386/
H A Di386.c25621 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
25644 rounded_count in expand_set_or_movmem_via_rep()
25647 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
25671 rounded_count in expand_set_or_movmem_via_rep()
25674 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/i386/
H A Di386.c25621 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
25644 rounded_count in expand_set_or_movmem_via_rep()
25647 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
25671 rounded_count in expand_set_or_movmem_via_rep()
25674 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()