Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_win.c28 EXCEPTION_RECORD *xr = xp->ExceptionRecord; in phpdbg_exception_handler_win32() local
31 if(xr->ExceptionCode == EXCEPTION_ACCESS_VIOLATION) { in phpdbg_exception_handler_win32()
33 if (phpdbg_watchpoint_segfault_handler((void *)xr->ExceptionInformation[1]) == SUCCESS) { in phpdbg_exception_handler_win32()
/php-src/ext/gd/libgd/
H A Dgd.c1871 struct seg {int y, xl, xr, dy;}; member
1877 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}
1880 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c485 SLJIT_S390X_RR(xr, 0x1700)
3759 WHEN2(op & SLJIT_32, xr, xgr))); in sljit_emit_op_flags()

Completed in 25 milliseconds