Home
last modified time | relevance | path

Searched refs:ptr2 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/bcmath/libbcmath/src/
H A Ddiv.c92 unsigned char *ptr1, *ptr2, *n2ptr, *qptr; in bc_divide() local
214 ptr2 = (unsigned char *) mval+len2; in bc_divide()
217 val = (int) *ptr1 - (int) *ptr2-- - borrow; in bc_divide()
234 ptr2 = (unsigned char *) n2ptr+len2-1; in bc_divide()
238 val = (int) *ptr1 + (int) *ptr2-- + carry; in bc_divide()
/PHP-7.3/Zend/
H A Dzend_string.c384 char *ptr2 = ZSTR_VAL(s2); in I_WRAP_SONAME_FNNAME_ZU() local
402 "+S"(ptr2) in I_WRAP_SONAME_FNNAME_ZU()
452 char *ptr2 = ZSTR_VAL(s2); in I_WRAP_SONAME_FNNAME_ZU() local
470 "+S"(ptr2) in I_WRAP_SONAME_FNNAME_ZU()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c1115 char *ptr1 = p->s, *ptr2 = ptr1 + sz; in mconvert() local
1130 *ptr1++ = *ptr2++; in mconvert()

Completed in 13 milliseconds