/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/nall/string/ |
H A D | replace.hpp | 8 unsigned int replace_count = 0, size = ssl; in replace() local 15 replace_count++; in replace() 19 size = ssl + ((tsl - ksl) * replace_count); in replace() 44 unsigned int replace_count = 0, size = ssl; in qreplace() local 63 replace_count++; in qreplace() 67 size = ssl + ((tsl - ksl) * replace_count); in qreplace() 88 replace_count++; in qreplace()
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/argz/ |
H A D | argz_replace.c | 16 _DEFUN (argz_replace, (argz, argz_len, str, with, replace_count), 21 unsigned *replace_count) 34 *replace_count = 0; 41 *replace_count += 1; 46 if (*replace_count)
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/argz/ |
H A D | argz_replace.c | 16 _DEFUN (argz_replace, (argz, argz_len, str, with, replace_count), 21 unsigned *replace_count) 34 *replace_count = 0; 41 *replace_count += 1; 46 if (*replace_count)
|
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/argz/ |
H A D | argz_replace.c | 16 _DEFUN (argz_replace, (argz, argz_len, str, with, replace_count), 21 unsigned *replace_count) 35 *replace_count = 0; 42 *replace_count += 1; 47 if (*replace_count)
|
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/argz/ |
H A D | argz_replace.c | 20 unsigned *replace_count) in argz_replace() argument 34 *replace_count = 0; in argz_replace() 41 *replace_count += 1; in argz_replace() 46 if (*replace_count) in argz_replace()
|
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/ |
H A D | Mode9.cpp | 61 unsigned replace_count:3; /* replace count 1-7, 8=8+next byte */ member 67 unsigned replace_count:3; /* replace count 1-7, 8=8+next byte */ 73 unsigned replace_count:5; /* replace count 2-32, 33=33+next byte */ member 79 unsigned replace_count:5; /* replace count 2-32, 33=33+next byte */ 270 command.bitf0.replace_count = MAX_COUNT0+1; in Process() 272 command.bitf0.replace_count = byte_count-COUNT_START0; in Process() 346 command.bitf1.replace_count = MAX_COUNT1+1; in Process() 348 command.bitf1.replace_count = byte_count-COUNT_START1; in Process()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/ |
H A D | stringUtils.cpp | 29 int replace_count = 0; in replace_no_expand() local 39 ++ replace_count; in replace_no_expand() 42 return replace_count; in replace_no_expand()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/ |
H A D | stringUtils.cpp | 29 int replace_count = 0; in replace_no_expand() local 39 ++ replace_count; in replace_no_expand() 42 return replace_count; in replace_no_expand()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/ |
H A D | stringUtils.cpp | 30 int replace_count = 0; in replace_no_expand() local 40 ++ replace_count; in replace_no_expand() 43 return replace_count; in replace_no_expand()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/ |
H A D | stringUtils.cpp | 30 int replace_count = 0; in replace_no_expand() local 40 ++ replace_count; in replace_no_expand() 43 return replace_count; in replace_no_expand()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/ |
H A D | stringUtils.cpp | 30 int replace_count = 0; in replace_no_expand() local 40 ++ replace_count; in replace_no_expand() 43 return replace_count; in replace_no_expand()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/ |
H A D | stringUtils.cpp | 30 int replace_count = 0; in replace_no_expand() local 40 ++ replace_count; in replace_no_expand() 43 return replace_count; in replace_no_expand()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/ |
H A D | stringUtils.cpp | 30 int replace_count = 0; in replace_no_expand() local 40 ++ replace_count; in replace_no_expand() 43 return replace_count; in replace_no_expand()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/ |
H A D | stringUtils.cpp | 30 int replace_count = 0; in replace_no_expand() local 40 ++ replace_count; in replace_no_expand() 43 return replace_count; in replace_no_expand()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/ |
H A D | stringUtils.cpp | 30 int replace_count = 0; in replace_no_expand() local 40 ++ replace_count; in replace_no_expand() 43 return replace_count; in replace_no_expand()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/ |
H A D | stringUtils.cpp | 30 int replace_count = 0; in replace_no_expand() local 40 ++ replace_count; in replace_no_expand() 43 return replace_count; in replace_no_expand()
|
/dports/lang/php73/php-7.3.33/ext/pcre/ |
H A D | php_pcre.c | 1558 limit, replace_count); in php_pcre_replace() 1646 if (replace_count) { in php_pcre_replace_impl() 1647 ++*replace_count; in php_pcre_replace_impl() 1902 if (replace_count) { in php_pcre_replace_func_impl() 1903 ++*replace_count; in php_pcre_replace_func_impl() 2037 limit, replace_count); in php_pcre_replace_func() 2142 replace_count); in php_replace_in_subject() 2149 replace_count); in php_replace_in_subject() 2167 replace_count); in php_replace_in_subject_func() 2243 return replace_count; in preg_replace_func_impl() [all …]
|
/dports/www/mod_php81/php-8.1.1/ext/pcre/ |
H A D | php_pcre.c | 1607 limit, replace_count); in php_pcre_replace() 1695 if (replace_count) { in php_pcre_replace_impl() 1696 ++*replace_count; in php_pcre_replace_impl() 1949 if (replace_count) { in php_pcre_replace_func_impl() 1950 ++*replace_count; in php_pcre_replace_func_impl() 2181 limit, replace_count); in php_replace_in_subject() 2236 size_t replace_count = 0; in preg_replace_func_impl() local 2277 return replace_count; in preg_replace_func_impl() 2292 size_t replace_count = 0; in preg_replace_common() local 2384 size_t replace_count; in PHP_FUNCTION() local [all …]
|
/dports/lang/php80/php-8.0.15/ext/pcre/ |
H A D | php_pcre.c | 1607 limit, replace_count); in php_pcre_replace() 1695 if (replace_count) { in php_pcre_replace_impl() 1696 ++*replace_count; in php_pcre_replace_impl() 1949 if (replace_count) { in php_pcre_replace_func_impl() 1950 ++*replace_count; in php_pcre_replace_func_impl() 2181 limit, replace_count); in php_replace_in_subject() 2236 size_t replace_count = 0; in preg_replace_func_impl() local 2277 return replace_count; in preg_replace_func_impl() 2292 size_t replace_count = 0; in preg_replace_common() local 2384 size_t replace_count; in PHP_FUNCTION() local [all …]
|
/dports/lang/php81/php-8.1.1/ext/pcre/ |
H A D | php_pcre.c | 1607 limit, replace_count); in php_pcre_replace() 1695 if (replace_count) { in php_pcre_replace_impl() 1696 ++*replace_count; in php_pcre_replace_impl() 1949 if (replace_count) { in php_pcre_replace_func_impl() 1950 ++*replace_count; in php_pcre_replace_func_impl() 2181 limit, replace_count); in php_replace_in_subject() 2236 size_t replace_count = 0; in preg_replace_func_impl() local 2277 return replace_count; in preg_replace_func_impl() 2292 size_t replace_count = 0; in preg_replace_common() local 2384 size_t replace_count; in PHP_FUNCTION() local [all …]
|
/dports/lang/php74/php-7.4.27/ext/pcre/ |
H A D | php_pcre.c | 1607 limit, replace_count); in php_pcre_replace() 1695 if (replace_count) { in php_pcre_replace_impl() 1696 ++*replace_count; in php_pcre_replace_impl() 1949 if (replace_count) { in php_pcre_replace_func_impl() 1950 ++*replace_count; in php_pcre_replace_func_impl() 2133 replace_count); in php_pcre_replace_array() 2160 replace_count); in php_pcre_replace_array() 2189 replace_count); in php_replace_in_subject() 2196 replace_count); in php_replace_in_subject() 2286 return replace_count; in preg_replace_func_impl() [all …]
|
/dports/www/mod_php73/php-7.3.33/ext/pcre/ |
H A D | php_pcre.c | 1558 limit, replace_count); in php_pcre_replace() 1646 if (replace_count) { in php_pcre_replace_impl() 1647 ++*replace_count; in php_pcre_replace_impl() 1902 if (replace_count) { in php_pcre_replace_func_impl() 1903 ++*replace_count; in php_pcre_replace_func_impl() 2037 limit, replace_count); in php_pcre_replace_func() 2142 replace_count); in php_replace_in_subject() 2149 replace_count); in php_replace_in_subject() 2167 replace_count); in php_replace_in_subject_func() 2243 return replace_count; in preg_replace_func_impl() [all …]
|
/dports/www/mod_php80/php-8.0.15/ext/pcre/ |
H A D | php_pcre.c | 1607 limit, replace_count); in php_pcre_replace() 1695 if (replace_count) { in php_pcre_replace_impl() 1696 ++*replace_count; in php_pcre_replace_impl() 1949 if (replace_count) { in php_pcre_replace_func_impl() 1950 ++*replace_count; in php_pcre_replace_func_impl() 2181 limit, replace_count); in php_replace_in_subject() 2236 size_t replace_count = 0; in preg_replace_func_impl() local 2277 return replace_count; in preg_replace_func_impl() 2292 size_t replace_count = 0; in preg_replace_common() local 2384 size_t replace_count; in PHP_FUNCTION() local [all …]
|
/dports/www/mod_php74/php-7.4.27/ext/pcre/ |
H A D | php_pcre.c | 1607 limit, replace_count); in php_pcre_replace() 1695 if (replace_count) { in php_pcre_replace_impl() 1696 ++*replace_count; in php_pcre_replace_impl() 1949 if (replace_count) { in php_pcre_replace_func_impl() 1950 ++*replace_count; in php_pcre_replace_func_impl() 2133 replace_count); in php_pcre_replace_array() 2160 replace_count); in php_pcre_replace_array() 2189 replace_count); in php_replace_in_subject() 2196 replace_count); in php_replace_in_subject() 2286 return replace_count; in preg_replace_func_impl() [all …]
|
/dports/textproc/ripole/ripole-0.2.2/ |
H A D | pldstr.c | 410 int replace_count=0; in PLD_strreplace_general() local 426 replace_count = replace_details->replacenumber; in PLD_strreplace_general() 474 if (replace_count == 0) in PLD_strreplace_general() 482 replace_count++; in PLD_strreplace_general() 489 size_required = source_length +(size_difference *replace_count) +1; in PLD_strreplace_general() 552 replace_count--; in PLD_strreplace_general() 597 if (replace_count == 0) in PLD_strreplace_general()
|