Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c427 int scx, scy, ecx, ecy, fsx, fsy; in gdImageCreateFromGd2PartCtx() local
511 ecx = (srcx + w) / cs; in gdImageCreateFromGd2PartCtx()
513 if (ecx >= ncx) { in gdImageCreateFromGd2PartCtx()
514 ecx = ncx - 1; in gdImageCreateFromGd2PartCtx()
532 for (cx = scx; cx <= ecx; cx++) { in gdImageCreateFromGd2PartCtx()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic6825 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13

Completed in 38 milliseconds