Lines Matching refs:repetitions
741 int repetitions = 1, argb; in PHP_FUNCTION() local
760 repetitions = tmp; in PHP_FUNCTION()
767 repetitions = -1; in PHP_FUNCTION()
775 argb = repetitions; in PHP_FUNCTION()
791 if (repetitions < 0) { in PHP_FUNCTION()
793 repetitions = 1; in PHP_FUNCTION()
804 size = repetitions; in PHP_FUNCTION()
805 repetitions = 1; in PHP_FUNCTION()
810 size = (repetitions > 0) ? ((unsigned int) repetitions + 1) / 2 : repetitions; in PHP_FUNCTION()
811 repetitions = 1; in PHP_FUNCTION()
877 for (i = 0; i != repetitions; i++ ) { in PHP_FUNCTION()
890 if (repetitions == 1 && namelen > 0) { in PHP_FUNCTION()
1157 i = repetitions - 1; /* Break out of for loop */ in PHP_FUNCTION()
1159 if (repetitions >= 0) { in PHP_FUNCTION()
1166 if (repetitions <= inputlen) { in PHP_FUNCTION()
1167 inputpos = repetitions; in PHP_FUNCTION()
1172 i = repetitions - 1; /* Done, break out of for loop */ in PHP_FUNCTION()
1185 } else if (repetitions < 0) { in PHP_FUNCTION()