Home
last modified time | relevance | path

Searched refs:xl (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/gd/libgd/
H A Dgd.c1845 struct seg {int y, xl, xr, dy;}; member
1851 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}
1854 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c7652 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedchar() local
7654 const pcre_uchar *scode = first_significant_code(code + 1+LINK_SIZE + xl, in find_firstassertedchar()

Completed in 28 milliseconds