Lines Matching refs:repetitions
743 int repetitions = 1, argb; in PHP_FUNCTION() local
762 repetitions = tmp; in PHP_FUNCTION()
769 repetitions = -1; in PHP_FUNCTION()
777 argb = repetitions; in PHP_FUNCTION()
793 if (repetitions < 0) { in PHP_FUNCTION()
795 repetitions = 1; in PHP_FUNCTION()
806 size = repetitions; in PHP_FUNCTION()
807 repetitions = 1; in PHP_FUNCTION()
812 size = (repetitions > 0) ? ((unsigned int) repetitions + 1) / 2 : repetitions; in PHP_FUNCTION()
813 repetitions = 1; in PHP_FUNCTION()
879 for (i = 0; i != repetitions; i++ ) { in PHP_FUNCTION()
892 if (repetitions == 1 && namelen > 0) { in PHP_FUNCTION()
1159 i = repetitions - 1; /* Break out of for loop */ in PHP_FUNCTION()
1161 if (repetitions >= 0) { in PHP_FUNCTION()
1168 if (repetitions <= inputlen) { in PHP_FUNCTION()
1169 inputpos = repetitions; in PHP_FUNCTION()
1174 i = repetitions - 1; /* Done, break out of for loop */ in PHP_FUNCTION()
1187 } else if (repetitions < 0) { in PHP_FUNCTION()