Home
last modified time | relevance | path

Searched refs:copy_limit (Results 1 – 25 of 26) sorted by relevance

12

/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/lib/
H A Dbasechsuffix.c23 unsigned copy_limit = base_len; in basenamechangesuffix() local
33 copy_limit -= old_suffix_len; in basenamechangesuffix()
37 answer = xmalloc (copy_limit + strlen (new_suffix) + 1); in basenamechangesuffix()
38 strncpy (answer, base, copy_limit); in basenamechangesuffix()
39 answer[copy_limit] = 0; in basenamechangesuffix()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/lib/
H A Dbasechsuffix.c23 unsigned copy_limit = base_len; in basenamechangesuffix() local
33 copy_limit -= old_suffix_len; in basenamechangesuffix()
37 answer = xmalloc (copy_limit + strlen (new_suffix) + 1); in basenamechangesuffix()
38 strncpy (answer, base, copy_limit); in basenamechangesuffix()
39 answer[copy_limit] = 0; in basenamechangesuffix()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/lib/
H A Dbasechsuffix.c23 unsigned copy_limit = base_len; in basenamechangesuffix() local
33 copy_limit -= old_suffix_len; in basenamechangesuffix()
37 answer = xmalloc (copy_limit + strlen (new_suffix) + 1); in basenamechangesuffix()
38 strncpy (answer, base, copy_limit); in basenamechangesuffix()
39 answer[copy_limit] = 0; in basenamechangesuffix()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/lib/
H A Dbasechsuffix.c23 unsigned copy_limit = base_len; in basenamechangesuffix() local
33 copy_limit -= old_suffix_len; in basenamechangesuffix()
37 answer = xmalloc (copy_limit + strlen (new_suffix) + 1); in basenamechangesuffix()
38 strncpy (answer, base, copy_limit); in basenamechangesuffix()
39 answer[copy_limit] = 0; in basenamechangesuffix()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/lib/
H A Dbasechsuffix.c23 unsigned copy_limit = base_len; in basenamechangesuffix() local
33 copy_limit -= old_suffix_len; in basenamechangesuffix()
37 answer = xmalloc (copy_limit + strlen (new_suffix) + 1); in basenamechangesuffix()
38 strncpy (answer, base, copy_limit); in basenamechangesuffix()
39 answer[copy_limit] = 0; in basenamechangesuffix()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/lib/
H A Dbasechsuffix.c23 unsigned copy_limit = base_len; in basenamechangesuffix() local
33 copy_limit -= old_suffix_len; in basenamechangesuffix()
37 answer = xmalloc (copy_limit + strlen (new_suffix) + 1); in basenamechangesuffix()
38 strncpy (answer, base, copy_limit); in basenamechangesuffix()
39 answer[copy_limit] = 0; in basenamechangesuffix()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/lib/
H A Dbasechsuffix.c23 unsigned copy_limit = base_len; in basenamechangesuffix() local
33 copy_limit -= old_suffix_len; in basenamechangesuffix()
37 answer = xmalloc (copy_limit + strlen (new_suffix) + 1); in basenamechangesuffix()
38 strncpy (answer, base, copy_limit); in basenamechangesuffix()
39 answer[copy_limit] = 0; in basenamechangesuffix()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/mach/
H A Dexc_server_variants_test.cc1301 mach_msg_type_number_t copy_limit = 2; in TEST() local
1303 EXCEPTION_STATE, old_state, copy_limit, new_state, &new_state_count); in TEST()
1304 EXPECT_EQ(new_state_count, copy_limit); in TEST()
1305 for (size_t i = 0; i < copy_limit; ++i) { in TEST()
1308 for (size_t i = copy_limit; i < base::size(new_state); ++i) { in TEST()
1313 copy_limit = 3; in TEST()
1314 new_state_count = copy_limit; in TEST()
1320 EXPECT_EQ(new_state_count, copy_limit); in TEST()
1321 for (size_t i = 0; i < copy_limit; ++i) { in TEST()
1324 for (size_t i = copy_limit; i < base::size(new_state); ++i) { in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/mach/
H A Dexc_server_variants_test.cc1316 mach_msg_type_number_t copy_limit = 2; in TEST() local
1318 EXCEPTION_STATE, old_state, copy_limit, new_state, &new_state_count); in TEST()
1319 EXPECT_EQ(new_state_count, copy_limit); in TEST()
1320 for (size_t i = 0; i < copy_limit; ++i) { in TEST()
1323 for (size_t i = copy_limit; i < base::size(new_state); ++i) { in TEST()
1328 copy_limit = 3; in TEST()
1329 new_state_count = copy_limit; in TEST()
1335 EXPECT_EQ(new_state_count, copy_limit); in TEST()
1336 for (size_t i = 0; i < copy_limit; ++i) { in TEST()
1339 for (size_t i = copy_limit; i < base::size(new_state); ++i) { in TEST()
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmstrcmp.cpp174 size_t copy_limit; in read_mapping() local
179 copy_limit = *value_ch_cnt; in read_mapping()
188 if (copy_size > copy_limit) in read_mapping()
189 copy_size = copy_limit; in read_mapping()
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/src/
H A Dmpid_nem_lmt_shm.c450 MPIDI_msg_sz_t data_sz, copy_limit; in lmt_shm_send_progress() local
491 copy_limit = PIPELINE_MAX_SIZE; in lmt_shm_send_progress()
493 copy_limit = MPID_NEM_COPY_BUF_LEN; in lmt_shm_send_progress()
494 last = (data_sz - first <= copy_limit) ? data_sz : first + copy_limit; in lmt_shm_send_progress()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/channels/nemesis/src/
H A Dmpid_nem_lmt_shm.c416 intptr_t data_sz, copy_limit; in lmt_shm_send_progress() local
457 copy_limit = PIPELINE_MAX_SIZE; in lmt_shm_send_progress()
459 copy_limit = MPID_NEM_COPY_BUF_LEN; in lmt_shm_send_progress()
462 max_pack_bytes = (data_sz - first <= copy_limit) ? data_sz - first : copy_limit; in lmt_shm_send_progress()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64.c23308 const int copy_limit = (speed_p in aarch64_expand_setmem() local
23319 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_setmem()
23333 if (n > 0 && n < copy_limit / 2) in aarch64_expand_setmem()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64.c23308 const int copy_limit = (speed_p
23319 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit))
23333 if (n > 0 && n < copy_limit / 2)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/aarch64/
H A Daarch64.c23577 const int copy_limit = (speed_p in aarch64_expand_setmem() local
23588 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_setmem()
23602 if (n > 0 && n < copy_limit / 2 && !STRICT_ALIGNMENT) in aarch64_expand_setmem()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/aarch64/
H A Daarch64.c23759 const int copy_limit = (aarch64_tune_params.extra_tuning_flags in aarch64_expand_setmem() local
23769 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_setmem()
23783 if (n > 0 && n < copy_limit / 2 && !STRICT_ALIGNMENT) in aarch64_expand_setmem()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/aarch64/
H A Daarch64.c17472 const int copy_limit = GET_MODE_BITSIZE (TImode); in aarch64_expand_movmem() local
17480 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_movmem()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/aarch64/
H A Daarch64.c17011 const int copy_limit = GET_MODE_BITSIZE (TImode); in aarch64_expand_movmem() local
17019 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_movmem()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/aarch64/
H A Daarch64.c17472 const int copy_limit = GET_MODE_BITSIZE (TImode); in aarch64_expand_movmem() local
17480 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_movmem()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/aarch64/
H A Daarch64.c20896 const int copy_limit = GET_MODE_BITSIZE (TImode); in aarch64_expand_cpymem() local
20904 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_cpymem()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/aarch64/
H A Daarch64.c21370 const int copy_limit = GET_MODE_BITSIZE (TImode); in aarch64_expand_cpymem() local
21378 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_cpymem()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/aarch64/
H A Daarch64.c21311 const int copy_limit = GET_MODE_BITSIZE (TImode); in aarch64_expand_cpymem() local
21319 if (GET_MODE_BITSIZE (mode_iter.require ()) <= MIN (n, copy_limit)) in aarch64_expand_cpymem()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A DChangeLog-202015952 (aarch64_expand_cpymem): Expand copy_limit to 256bits where
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A DChangeLog-202015952 (aarch64_expand_cpymem): Expand copy_limit to 256bits where
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A DChangeLog-202015952 (aarch64_expand_cpymem): Expand copy_limit to 256bits where

12