Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/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-8.0/ext/ffi/
H A Dffi.stub.php55 public static function memcmp($ptr1, $ptr2, int $size): int {} argument
H A Dffi_arginfo.h63 ZEND_ARG_INFO(ZEND_SEND_PREFER_REF, ptr2)
H A Dffi.c1696 if (!ptr1 || !ptr2) { in zend_ffi_cdata_compare_objects()
1700 return ptr1 == ptr2 ? 0 : (ptr1 < ptr2 ? -1 : 1); in zend_ffi_cdata_compare_objects()
4257 void *ptr1, *ptr2; in ZEND_METHOD() local
4281 ptr2 = Z_STRVAL_P(zv2); in ZEND_METHOD()
4290 ptr2 = *(void**)cdata2->ptr; in ZEND_METHOD()
4292 ptr2 = cdata2->ptr; in ZEND_METHOD()
4303 memcpy(ptr1, ptr2, size); in ZEND_METHOD()
4312 void *ptr1, *ptr2; in ZEND_METHOD() local
4349 ptr2 = Z_STRVAL_P(zv2); in ZEND_METHOD()
4358 ptr2 = *(void**)cdata2->ptr; in ZEND_METHOD()
[all …]
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c1193 char *ptr1, *ptr2; in mconvert() local
1198 ptr2 = ptr1 + sz; in mconvert()
1215 *ptr1++ = *ptr2++; in mconvert()

Completed in 44 milliseconds