Searched refs:stx (Results 1 – 3 of 3) sorted by relevance
36 stx %i2, [%i0 + CC64FSZ + I7]37 stx %g0, [%i0 + CC64FSZ + FP]46 stx %l0, [%i0 + I7]50 stx %l0, [%i0 + SP]
32 stx %fp, [%sp + BIAS + SP]33 stx %i7, [%sp + BIAS + I7]
2494 int *stx, *sty; in gdImageCopyResized() local2503 stx = (int *) gdMalloc (sizeof (int) * srcW); in gdImageCopyResized()2508 stx[i] = dstW * (i+1) / srcW - dstW * i / srcW ; in gdImageCopyResized()2523 if (!stx[x - srcX]) { in gdImageCopyResized()2533 tox += stx[x - srcX]; in gdImageCopyResized()2542 tox += stx[x - srcX]; in gdImageCopyResized()2550 tox += stx[x - srcX]; in gdImageCopyResized()2578 for (i = 0; (i < stx[x - srcX]); i++) { in gdImageCopyResized()2586 gdFree (stx); in gdImageCopyResized()
Completed in 19 milliseconds