Searched refs:lstep (Results 1 – 1 of 1) sorted by relevance
2739 zend_long lstep = (zend_long) step; local2754 if (low - high < lstep || lstep <= 0) {2765 if (((signed int)low - lstep) < 0) {2771 if (high - low < lstep || lstep <= 0) {2781 if (((signed int)low + lstep) > 255) {2839 zend_ulong lstep; local2850 lstep = (zend_ulong)step;2857 if ((zend_ulong)low - high < lstep) {2866 ZEND_HASH_FILL_SET_LONG(low - (i * lstep));2871 if ((zend_ulong)high - low < lstep) {[all …]
Completed in 24 milliseconds