Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_gd2.c435 int scx, scy, ecx, ecy, fsx, fsy; in gdImageCreateFromGd2PartCtx() local
519 ecx = (srcx + w) / cs; in gdImageCreateFromGd2PartCtx()
521 if (ecx >= ncx) { in gdImageCreateFromGd2PartCtx()
522 ecx = ncx - 1; in gdImageCreateFromGd2PartCtx()
540 for (cx = scx; cx <= ecx; cx++) { in gdImageCreateFromGd2PartCtx()
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic7758 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13

Completed in 52 milliseconds