Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Ddiv.c83 unsigned char *ptr1, *ptr2, *n2ptr, *qptr; in bc_divide() local
195 ptr2 = (unsigned char *) mval + len2; in bc_divide()
197 val = (int) *ptr1 - (int) *ptr2-- - borrow; in bc_divide()
212 ptr2 = (unsigned char *) n2ptr + len2 - 1; in bc_divide()
215 val = (int) *ptr1 + (int) *ptr2-- + carry; in bc_divide()
/php-src/ext/ffi/
H A Dffi.stub.php61 public static function memcmp($ptr1, $ptr2, int $size): int {} argument
H A Dffi.c1766 if (!ptr1 || !ptr2) { in zend_ffi_cdata_compare_objects()
1770 return ptr1 == ptr2 ? 0 : (ptr1 < ptr2 ? -1 : 1); in zend_ffi_cdata_compare_objects()
4392 void *ptr1, *ptr2; in ZEND_METHOD() local
4416 ptr2 = Z_STRVAL_P(zv2); in ZEND_METHOD()
4425 ptr2 = *(void**)cdata2->ptr; in ZEND_METHOD()
4427 ptr2 = cdata2->ptr; in ZEND_METHOD()
4438 memcpy(ptr1, ptr2, size); in ZEND_METHOD()
4447 void *ptr1, *ptr2; in ZEND_METHOD() local
4484 ptr2 = Z_STRVAL_P(zv2); in ZEND_METHOD()
4493 ptr2 = *(void**)cdata2->ptr; in ZEND_METHOD()
[all …]
H A Dffi_arginfo.h63 ZEND_ARG_INFO(ZEND_SEND_PREFER_REF, ptr2)
/php-src/Zend/
H A Dzend_operators.h919 static zend_always_inline bool zend_strnieq(const char *ptr1, const char *ptr2, size_t num) in zend_strnieq() argument
923 if (zend_tolower_ascii(*ptr1++) != zend_tolower_ascii(*ptr2++)) { in zend_strnieq()
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c1201 char *ptr1, *ptr2; in mconvert() local
1206 ptr2 = ptr1 + sz; in mconvert()
1223 *ptr1++ = *ptr2++; in mconvert()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c11280 ir_ref if_refcounted, if_reference, if_refcounted2, ptr, val2, ptr2, type2; local
11317 ptr2 = jit_Z_PTR_ref(jit, val2);
11324 ir_refs_add(ptrs, ptr2);
11332 ptr = ir_PHI_2(IR_ADDR, ptr2, ptr);

Completed in 70 milliseconds