Home
last modified time | relevance | path

Searched refs:cpy_bytes (Results 1 – 25 of 76) sorted by relevance

1234

/dports/lang/gcc6-aux/gcc-6-20180516/libcilkrts/runtime/config/x86/
H A Dcilk-abi-vla.c114 size_t cpy_bytes, in copy_frame_down_and_move_bp() argument
131 "rm"(dst), "rm"(src), "rm"(cpy_bytes), "rm"(new_ebp) : in copy_frame_down_and_move_bp()
137 size_t cpy_bytes, in copy_frame_up_and_move_bp() argument
146 dst += cpy_bytes - 8; in copy_frame_up_and_move_bp()
147 src += cpy_bytes - 8; in copy_frame_up_and_move_bp()
156 "rm"(dst), "rm"(src), "rm"(cpy_bytes), "rm"(new_ebp) : in copy_frame_up_and_move_bp()
181 size_t cpy_bytes, in copy_frame_down_and_move_bp() argument
198 "rm"(dst), "rm"(src), "rm"(cpy_bytes), "rm"(new_ebp) : in copy_frame_down_and_move_bp()
204 size_t cpy_bytes, in copy_frame_up_and_move_bp() argument
213 dst += cpy_bytes - 4; in copy_frame_up_and_move_bp()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcilkrts/runtime/config/x86/
H A Dcilk-abi-vla.c114 size_t cpy_bytes, in copy_frame_down_and_move_bp() argument
131 "rm"(dst), "rm"(src), "rm"(cpy_bytes), "rm"(new_ebp) : in copy_frame_down_and_move_bp()
137 size_t cpy_bytes, in copy_frame_up_and_move_bp() argument
146 dst += cpy_bytes - 8; in copy_frame_up_and_move_bp()
147 src += cpy_bytes - 8; in copy_frame_up_and_move_bp()
156 "rm"(dst), "rm"(src), "rm"(cpy_bytes), "rm"(new_ebp) : in copy_frame_up_and_move_bp()
181 size_t cpy_bytes, in copy_frame_down_and_move_bp() argument
198 "rm"(dst), "rm"(src), "rm"(cpy_bytes), "rm"(new_ebp) : in copy_frame_down_and_move_bp()
204 size_t cpy_bytes, in copy_frame_up_and_move_bp() argument
213 dst += cpy_bytes - 4; in copy_frame_up_and_move_bp()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libcilkrts/runtime/config/x86/
H A Dcilk-abi-vla.c114 size_t cpy_bytes, in copy_frame_down_and_move_bp() argument
131 "rm"(dst), "rm"(src), "rm"(cpy_bytes), "rm"(new_ebp) : in copy_frame_down_and_move_bp()
137 size_t cpy_bytes, in copy_frame_up_and_move_bp() argument
146 dst += cpy_bytes - 8; in copy_frame_up_and_move_bp()
147 src += cpy_bytes - 8; in copy_frame_up_and_move_bp()
156 "rm"(dst), "rm"(src), "rm"(cpy_bytes), "rm"(new_ebp) : in copy_frame_up_and_move_bp()
181 size_t cpy_bytes, in copy_frame_down_and_move_bp() argument
198 "rm"(dst), "rm"(src), "rm"(cpy_bytes), "rm"(new_ebp) : in copy_frame_down_and_move_bp()
204 size_t cpy_bytes, in copy_frame_up_and_move_bp() argument
213 dst += cpy_bytes - 4; in copy_frame_up_and_move_bp()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/reiserfs/
H A Dlbalance.c416 int item_num, int cpy_bytes) in leaf_item_bottle() argument
421 RFALSE(cpy_bytes == -1, in leaf_item_bottle()
432 item_num, 0, cpy_bytes); in leaf_item_bottle()
468 cpy_bytes); in leaf_item_bottle()
496 cpy_bytes) / UNFM_P_SIZE * in leaf_item_bottle()
543 bytes = cpy_bytes; in leaf_copy_items()
556 if (cpy_bytes == -1) in leaf_copy_items()
576 cpy_num + pos - 1, cpy_bytes); in leaf_copy_items()
582 bytes = cpy_bytes; in leaf_copy_items()
598 if (cpy_bytes == -1) { in leaf_copy_items()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/reiserfs/
H A Dlbalance.c416 int item_num, int cpy_bytes) in leaf_item_bottle() argument
421 RFALSE(cpy_bytes == -1, in leaf_item_bottle()
432 item_num, 0, cpy_bytes); in leaf_item_bottle()
468 cpy_bytes); in leaf_item_bottle()
496 cpy_bytes) / UNFM_P_SIZE * in leaf_item_bottle()
543 bytes = cpy_bytes; in leaf_copy_items()
556 if (cpy_bytes == -1) in leaf_copy_items()
576 cpy_num + pos - 1, cpy_bytes); in leaf_copy_items()
582 bytes = cpy_bytes; in leaf_copy_items()
598 if (cpy_bytes == -1) { in leaf_copy_items()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/reiserfs/
H A Dlbalance.c416 int item_num, int cpy_bytes) in leaf_item_bottle() argument
421 RFALSE(cpy_bytes == -1, in leaf_item_bottle()
432 item_num, 0, cpy_bytes); in leaf_item_bottle()
468 cpy_bytes); in leaf_item_bottle()
496 cpy_bytes) / UNFM_P_SIZE * in leaf_item_bottle()
543 bytes = cpy_bytes; in leaf_copy_items()
556 if (cpy_bytes == -1) in leaf_copy_items()
576 cpy_num + pos - 1, cpy_bytes); in leaf_copy_items()
582 bytes = cpy_bytes; in leaf_copy_items()
598 if (cpy_bytes == -1) { in leaf_copy_items()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/fs/jffs2/
H A Djffs2_1pass.c181 int cpy_bytes; in read_nand_cached() local
211 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()
212 if (cpy_bytes > size - bytes_read) in read_nand_cached()
213 cpy_bytes = size - bytes_read; in read_nand_cached()
216 cpy_bytes); in read_nand_cached()
217 bytes_read += cpy_bytes; in read_nand_cached()
284 int cpy_bytes; in read_onenand_cached() local
311 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
312 cpy_bytes = size - bytes_read; in read_onenand_cached()
315 cpy_bytes); in read_onenand_cached()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/fs/jffs2/
H A Djffs2_1pass.c178 int cpy_bytes; in read_nand_cached() local
204 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()
205 if (cpy_bytes > size - bytes_read) in read_nand_cached()
206 cpy_bytes = size - bytes_read; in read_nand_cached()
209 cpy_bytes); in read_nand_cached()
210 bytes_read += cpy_bytes; in read_nand_cached()
277 int cpy_bytes; in read_onenand_cached() local
304 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
305 cpy_bytes = size - bytes_read; in read_onenand_cached()
308 cpy_bytes); in read_onenand_cached()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/fs/jffs2/
H A Djffs2_1pass.c181 int cpy_bytes; in read_nand_cached() local
211 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()
212 if (cpy_bytes > size - bytes_read) in read_nand_cached()
213 cpy_bytes = size - bytes_read; in read_nand_cached()
216 cpy_bytes); in read_nand_cached()
217 bytes_read += cpy_bytes; in read_nand_cached()
284 int cpy_bytes; in read_onenand_cached() local
311 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
312 cpy_bytes = size - bytes_read; in read_onenand_cached()
315 cpy_bytes); in read_onenand_cached()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/fs/jffs2/
H A Djffs2_1pass.c181 int cpy_bytes; in read_nand_cached() local
211 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()
212 if (cpy_bytes > size - bytes_read) in read_nand_cached()
213 cpy_bytes = size - bytes_read; in read_nand_cached()
216 cpy_bytes); in read_nand_cached()
217 bytes_read += cpy_bytes; in read_nand_cached()
284 int cpy_bytes; in read_onenand_cached() local
311 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
312 cpy_bytes = size - bytes_read; in read_onenand_cached()
315 cpy_bytes); in read_onenand_cached()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/fs/jffs2/
H A Djffs2_1pass.c178 int cpy_bytes; in read_nand_cached() local
204 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()
205 if (cpy_bytes > size - bytes_read) in read_nand_cached()
206 cpy_bytes = size - bytes_read; in read_nand_cached()
209 cpy_bytes); in read_nand_cached()
210 bytes_read += cpy_bytes; in read_nand_cached()
277 int cpy_bytes; in read_onenand_cached() local
304 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
305 cpy_bytes = size - bytes_read; in read_onenand_cached()
308 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/fs/jffs2/
H A Djffs2_1pass.c181 int cpy_bytes; in read_nand_cached() local
211 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()
212 if (cpy_bytes > size - bytes_read) in read_nand_cached()
213 cpy_bytes = size - bytes_read; in read_nand_cached()
216 cpy_bytes); in read_nand_cached()
217 bytes_read += cpy_bytes; in read_nand_cached()
284 int cpy_bytes; in read_onenand_cached() local
311 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
312 cpy_bytes = size - bytes_read; in read_onenand_cached()
315 cpy_bytes); in read_onenand_cached()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/fs/jffs2/
H A Djffs2_1pass.c178 int cpy_bytes; in read_nand_cached() local
204 cpy_bytes = nand_cache_off + NAND_CACHE_SIZE - (off + bytes_read); in read_nand_cached()
205 if (cpy_bytes > size - bytes_read) in read_nand_cached()
206 cpy_bytes = size - bytes_read; in read_nand_cached()
209 cpy_bytes); in read_nand_cached()
210 bytes_read += cpy_bytes; in read_nand_cached()
277 int cpy_bytes; in read_onenand_cached() local
304 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
305 cpy_bytes = size - bytes_read; in read_onenand_cached()
308 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c184 int cpy_bytes; in read_nand_cached() local
222 cpy_bytes = nand_cache_off + retlen - (off + bytes_read); in read_nand_cached()
223 if (cpy_bytes > size - bytes_read) in read_nand_cached()
224 cpy_bytes = size - bytes_read; in read_nand_cached()
227 cpy_bytes); in read_nand_cached()
228 bytes_read += cpy_bytes; in read_nand_cached()
296 int cpy_bytes; in read_onenand_cached() local
330 if (cpy_bytes > size - bytes_read) in read_onenand_cached()
331 cpy_bytes = size - bytes_read; in read_onenand_cached()
334 cpy_bytes); in read_onenand_cached()
[all …]

1234