Home
last modified time | relevance | path

Searched refs:copy_start (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackArgParser.cpp45 size_t copy_start = 0; in JackArgParser() local
62 copy_start = start + 1; in JackArgParser()
64 copy_length = pos - copy_start; in JackArgParser()
69 copy_start = start; in JackArgParser()
70 copy_length = pos - copy_start; in JackArgParser()
78 copy_start = start; in JackArgParser()
84 copy_start = start; in JackArgParser()
85 copy_length = pos - copy_start; in JackArgParser()
90 fArgv.push_back ( fArgString.substr ( copy_start, copy_length ) ); in JackArgParser()
/dports/devel/hyperscan/hyperscan-5.4.0/src/fdr/
H A Dteddy_runtime_common.h156 uintptr_t copy_start; in vectoredLoad128() local
171 copy_start = 0; in vectoredLoad128()
185 copy_start = start; in vectoredLoad128()
190 copyRuntBlock128(&u.val8[copy_start], &ptr[copy_start], copy_len); in vectoredLoad128()
284 uintptr_t copy_start; in vectoredLoad256() local
299 copy_start = 0; in vectoredLoad256()
313 copy_start = start; in vectoredLoad256()
318 copyRuntBlock256(&u.val8[copy_start], &ptr[copy_start], copy_len); in vectoredLoad256()
353 uintptr_t copy_start; in vectoredLoad512() local
369 copy_start = 0; in vectoredLoad512()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/
H A Djack-internal.cpp183 size_t copy_start = 0; in JackArgParser() local
200 copy_start = start + 1; in JackArgParser()
202 copy_length = pos - copy_start; in JackArgParser()
207 copy_start = start; in JackArgParser()
208 copy_length = pos - copy_start; in JackArgParser()
216 copy_start = start; in JackArgParser()
222 copy_start = start; in JackArgParser()
223 copy_length = pos - copy_start; in JackArgParser()
228 fArgv.push_back (fArgString.substr (copy_start, copy_length)); in JackArgParser()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dmode-switching.c241 int copy_start, copy_num; in create_pre_exit() local
319 copy_start = REGNO (copy_reg); in create_pre_exit()
322 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
332 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
338 = hard_regno_nregs[copy_start][GET_MODE (copy_reg)]; in create_pre_exit()
361 (copy_start)) in create_pre_exit()
369 if (copy_start >= ret_start in create_pre_exit()
370 && copy_start + copy_num <= ret_end in create_pre_exit()
376 if (copy_start >= ret_start in create_pre_exit()
377 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dmode-switching.c241 int copy_start, copy_num; in create_pre_exit() local
319 copy_start = REGNO (copy_reg); in create_pre_exit()
322 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
332 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
338 = hard_regno_nregs[copy_start][GET_MODE (copy_reg)]; in create_pre_exit()
361 (copy_start)) in create_pre_exit()
369 if (copy_start >= ret_start in create_pre_exit()
370 && copy_start + copy_num <= ret_end in create_pre_exit()
376 if (copy_start >= ret_start in create_pre_exit()
377 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/net/guacamole-server/guacamole-server-1.3.0/src/libguac/
H A Dparser.c299 char* copy_start = parser->__instructionbuf_unparsed_start; in guac_parser_shift() local
302 if (copy_end - copy_start > length) in guac_parser_shift()
303 copy_end = copy_start + length; in guac_parser_shift()
306 length = copy_end - copy_start; in guac_parser_shift()
307 memcpy(buffer, copy_start, length); in guac_parser_shift()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dmode-switching.c241 int copy_start, copy_num; in create_pre_exit() local
320 copy_start = REGNO (copy_reg); in create_pre_exit()
323 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
333 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
337 = hard_regno_nregs[copy_start][GET_MODE (copy_reg)]; in create_pre_exit()
360 (copy_start)) in create_pre_exit()
368 if (copy_start >= ret_start in create_pre_exit()
369 && copy_start + copy_num <= ret_end in create_pre_exit()
380 if (copy_start >= ret_start in create_pre_exit()
381 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dmode-switching.c248 int copy_start, copy_num; in create_pre_exit() local
274 copy_start = REGNO (copy_reg); in create_pre_exit()
277 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
280 if (copy_start >= FIRST_PSEUDO_REGISTER) in create_pre_exit()
283 = hard_regno_nregs[copy_start][GET_MODE (copy_reg)]; in create_pre_exit()
304 if (copy_start >= ret_start in create_pre_exit()
305 && copy_start + copy_num <= ret_end in create_pre_exit()
311 if (copy_start >= ret_start in create_pre_exit()
312 && copy_start + copy_num <= ret_end) in create_pre_exit()
315 || !FUNCTION_VALUE_REGNO_P (copy_start)) in create_pre_exit()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c269 int copy_start, copy_num; in create_pre_exit() local
348 copy_start = REGNO (copy_reg); in create_pre_exit()
351 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
361 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
364 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
390 (copy_start)) in create_pre_exit()
398 if (copy_start >= ret_start in create_pre_exit()
399 && copy_start + copy_num <= ret_end in create_pre_exit()
410 if (copy_start >= ret_start in create_pre_exit()
411 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dmode-switching.c283 int copy_start, copy_num; in create_pre_exit() local
362 copy_start = REGNO (copy_reg); in create_pre_exit()
365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
404 (copy_start)) in create_pre_exit()
412 if (copy_start >= ret_start in create_pre_exit()
413 && copy_start + copy_num <= ret_end in create_pre_exit()
424 if (copy_start >= ret_start in create_pre_exit()
425 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dmode-switching.c283 int copy_start, copy_num; in create_pre_exit() local
362 copy_start = REGNO (copy_reg); in create_pre_exit()
365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
404 (copy_start)) in create_pre_exit()
412 if (copy_start >= ret_start in create_pre_exit()
413 && copy_start + copy_num <= ret_end in create_pre_exit()
424 if (copy_start >= ret_start in create_pre_exit()
425 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dmode-switching.c283 int copy_start, copy_num; in create_pre_exit() local
362 copy_start = REGNO (copy_reg); in create_pre_exit()
365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
404 (copy_start)) in create_pre_exit()
412 if (copy_start >= ret_start in create_pre_exit()
413 && copy_start + copy_num <= ret_end in create_pre_exit()
424 if (copy_start >= ret_start in create_pre_exit()
425 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dmode-switching.c269 int copy_start, copy_num; in create_pre_exit() local
348 copy_start = REGNO (copy_reg); in create_pre_exit()
351 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
361 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
364 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
390 (copy_start)) in create_pre_exit()
398 if (copy_start >= ret_start in create_pre_exit()
399 && copy_start + copy_num <= ret_end in create_pre_exit()
410 if (copy_start >= ret_start in create_pre_exit()
411 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dmode-switching.c268 int copy_start, copy_num; in create_pre_exit() local
347 copy_start = REGNO (copy_reg); in create_pre_exit()
350 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
360 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
364 = hard_regno_nregs[copy_start][GET_MODE (copy_reg)]; in create_pre_exit()
389 (copy_start)) in create_pre_exit()
397 if (copy_start >= ret_start in create_pre_exit()
398 && copy_start + copy_num <= ret_end in create_pre_exit()
409 if (copy_start >= ret_start in create_pre_exit()
410 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dmode-switching.c283 int copy_start, copy_num; in create_pre_exit() local
362 copy_start = REGNO (copy_reg); in create_pre_exit()
365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
404 (copy_start)) in create_pre_exit()
412 if (copy_start >= ret_start in create_pre_exit()
413 && copy_start + copy_num <= ret_end in create_pre_exit()
424 if (copy_start >= ret_start in create_pre_exit()
425 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dmode-switching.c283 int copy_start, copy_num; in create_pre_exit() local
362 copy_start = REGNO (copy_reg); in create_pre_exit()
365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
404 (copy_start)) in create_pre_exit()
412 if (copy_start >= ret_start in create_pre_exit()
413 && copy_start + copy_num <= ret_end in create_pre_exit()
424 if (copy_start >= ret_start in create_pre_exit()
425 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c269 int copy_start, copy_num; in create_pre_exit() local
348 copy_start = REGNO (copy_reg); in create_pre_exit()
351 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
361 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
364 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
390 (copy_start)) in create_pre_exit()
398 if (copy_start >= ret_start in create_pre_exit()
399 && copy_start + copy_num <= ret_end in create_pre_exit()
410 if (copy_start >= ret_start in create_pre_exit()
411 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dmode-switching.c283 int copy_start, copy_num; in create_pre_exit() local
362 copy_start = REGNO (copy_reg); in create_pre_exit()
365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
404 (copy_start)) in create_pre_exit()
412 if (copy_start >= ret_start in create_pre_exit()
413 && copy_start + copy_num <= ret_end in create_pre_exit()
424 if (copy_start >= ret_start in create_pre_exit()
425 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c269 int copy_start, copy_num; in create_pre_exit() local
348 copy_start = REGNO (copy_reg); in create_pre_exit()
351 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
361 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
364 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
390 (copy_start)) in create_pre_exit()
398 if (copy_start >= ret_start in create_pre_exit()
399 && copy_start + copy_num <= ret_end in create_pre_exit()
410 if (copy_start >= ret_start in create_pre_exit()
411 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c269 int copy_start, copy_num; in create_pre_exit() local
348 copy_start = REGNO (copy_reg); in create_pre_exit()
351 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
361 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
364 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
390 (copy_start)) in create_pre_exit()
398 if (copy_start >= ret_start in create_pre_exit()
399 && copy_start + copy_num <= ret_end in create_pre_exit()
410 if (copy_start >= ret_start in create_pre_exit()
411 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dmode-switching.c283 int copy_start, copy_num; in create_pre_exit() local
362 copy_start = REGNO (copy_reg); in create_pre_exit()
365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
404 (copy_start)) in create_pre_exit()
412 if (copy_start >= ret_start in create_pre_exit()
413 && copy_start + copy_num <= ret_end in create_pre_exit()
424 if (copy_start >= ret_start in create_pre_exit()
425 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dmode-switching.c283 int copy_start, copy_num; in create_pre_exit() local
362 copy_start = REGNO (copy_reg); in create_pre_exit()
365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
404 (copy_start)) in create_pre_exit()
412 if (copy_start >= ret_start in create_pre_exit()
413 && copy_start + copy_num <= ret_end in create_pre_exit()
424 if (copy_start >= ret_start in create_pre_exit()
425 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dmode-switching.c283 int copy_start, copy_num; in create_pre_exit() local
362 copy_start = REGNO (copy_reg); in create_pre_exit()
365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
404 (copy_start)) in create_pre_exit()
412 if (copy_start >= ret_start in create_pre_exit()
413 && copy_start + copy_num <= ret_end in create_pre_exit()
424 if (copy_start >= ret_start in create_pre_exit()
425 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dmode-switching.c283 int copy_start, copy_num; in create_pre_exit() local
362 copy_start = REGNO (copy_reg); in create_pre_exit()
365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
404 (copy_start)) in create_pre_exit()
412 if (copy_start >= ret_start in create_pre_exit()
413 && copy_start + copy_num <= ret_end in create_pre_exit()
424 if (copy_start >= ret_start in create_pre_exit()
425 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dmode-switching.c269 int copy_start, copy_num; in create_pre_exit() local
348 copy_start = REGNO (copy_reg); in create_pre_exit()
351 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()
361 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()
364 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()
390 (copy_start)) in create_pre_exit()
398 if (copy_start >= ret_start in create_pre_exit()
399 && copy_start + copy_num <= ret_end in create_pre_exit()
410 if (copy_start >= ret_start in create_pre_exit()
411 && copy_start + copy_num <= ret_end) in create_pre_exit()
[all …]

123456789