y 198 src/decNumber/decNumberLocal.h # define MAXI(x,y) ((x)<(y)?(y):(x)) y 199 src/decNumber/decNumberLocal.h # define MINI(x,y) ((x)>(y)?(y):(x)) y 342 src/dps8/doAppendCycleRTCDOperandFetch.h word3 y = GET_ITS_RN (data); y 351 src/dps8/doAppendCycleRTCDOperandFetch.h cpu.PPR.PRR = cpu.TPR.TRR = max3 (y, cpu.TPR.TRR, cpu.RSDWH_R1); y 2020 src/dps8/dps8_append.c word3 y = GET_ITS_RN (data); y 2029 src/dps8/dps8_append.c cpu.PPR.PRR = cpu.TPR.TRR = max3 (y, cpu.TPR.TRR, cpu.RSDWH_R1); y 1596 src/dps8/dps8_eis.c word18 y = GETHI (opDesc); y 1615 src/dps8/dps8_eis.c word15 offset = y & MASK15; // 15-bit signed number y 1616 src/dps8/dps8_eis.c y = (cpu.AR [n].WORDNO + SIGNEXT15_18 (offset)) & AMASK; y 1628 src/dps8/dps8_eis.c y += ((9u * ARn_CHAR + 36u * r + ARn_BITNO) / 36u); y 1629 src/dps8/dps8_eis.c y &= AMASK; y 1631 src/dps8/dps8_eis.c PNL (cpu.du.Dk_PTR_W[k-1] = y); y 1634 src/dps8/dps8_eis.c cpu.du.Dk_PTR_W[k-1] = y; y 1636 src/dps8/dps8_eis.c e -> addr [k - 1].address = y; y 5499 src/dps8/dps8_ins.c t_int64 y = SIGNEXT36_64 (cpu.CY); y 5500 src/dps8/dps8_ins.c if (y < 0) y 5501 src/dps8/dps8_ins.c y = -y; y 5503 src/dps8/dps8_ins.c SC_I_ZERO (a == y); y 5504 src/dps8/dps8_ins.c SC_I_NEG (a < y); y 6460 src/dps8/dps8_ins.c int y = SIGNEXT8_int ((cpu.CY >> 28) & 0377); y 6462 src/dps8/dps8_ins.c e = e + y; y 118 src/prt2pdf/prt2pdf.c #define MAX(x, y) ((x) > (y) ? (x) : (y)) y 2145 src/punutil/miniz.c int i, bpl = w * num_chans, y, z; y 2163 src/punutil/miniz.c for (y = 0; y < h; ++y) y 2166 src/punutil/miniz.c tdefl_compress_buffer(pComp, (mz_uint8 *)pImage + (flip ? (h - 1 - y) : y) * bpl, bpl, TDEFL_NO_FLUSH);