Home
last modified time | relevance | path

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

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Ddiv.c91 unsigned char *ptr1, *ptr2, *n2ptr, *qptr; in bc_divide() local
213 ptr2 = (unsigned char *) mval+len2; in bc_divide()
216 val = (int) *ptr1 - (int) *ptr2-- - borrow; in bc_divide()
233 ptr2 = (unsigned char *) n2ptr+len2-1; in bc_divide()
237 val = (int) *ptr1 + (int) *ptr2-- + carry; in bc_divide()
/PHP-7.4/Zend/
H A Dzend_string.c370 char *ptr2 = ZSTR_VAL(s2); in I_WRAP_SONAME_FNNAME_ZU() local
388 "+S"(ptr2) in I_WRAP_SONAME_FNNAME_ZU()
438 char *ptr2 = ZSTR_VAL(s2); in I_WRAP_SONAME_FNNAME_ZU() local
456 "+S"(ptr2) in I_WRAP_SONAME_FNNAME_ZU()
/PHP-7.4/ext/ffi/
H A Dffi.c1670 if (!ptr1 || !ptr2) { in zend_ffi_cdata_compare_objects()
1674 return ptr1 == ptr2 ? 0 : (ptr1 < ptr2 ? -1 : 1); in zend_ffi_cdata_compare_objects()
4240 void *ptr1, *ptr2; in ZEND_METHOD() local
4264 ptr2 = Z_STRVAL_P(zv2); in ZEND_METHOD()
4273 ptr2 = *(void**)cdata2->ptr; in ZEND_METHOD()
4275 ptr2 = cdata2->ptr; in ZEND_METHOD()
4286 memcpy(ptr1, ptr2, size); in ZEND_METHOD()
4295 void *ptr1, *ptr2; in ZEND_METHOD() local
4332 ptr2 = Z_STRVAL_P(zv2); in ZEND_METHOD()
4341 ptr2 = *(void**)cdata2->ptr; in ZEND_METHOD()
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1168 char *ptr1 = p->s, *ptr2 = ptr1 + sz; in mconvert() local
1183 *ptr1++ = *ptr2++; in mconvert()

Completed in 29 milliseconds