Searched refs:lstep (Results 1 – 1 of 1) sorted by relevance
2788 zend_long lstep = (zend_long) step; local2803 if (lstep <= 0) {2814 if (((signed int)low - lstep) < 0) {2820 if (lstep <= 0) {2830 if (((signed int)low + lstep) > 255) {2889 zend_ulong lstep; local2900 lstep = step;2908 if ((zend_ulong)(low - high) < lstep) {2917 Z_LVAL(tmp) = low - (i * lstep);2922 if ((zend_ulong)(high - low) < lstep) {[all …]
Completed in 20 milliseconds