Home
last modified time | relevance | path

Searched refs:BLKMASK (Results 1 – 4 of 4) sorted by path

/dports/emulators/simh/simh-3.9.0_5/PDP18B/
H A Dpdp18b_cpu.c1988 else *ea = (PC & BLKMASK) | (t & IAMASK); /* within 32K */
H A Dpdp18b_defs.h165 #define BLKMASK (AMASK & (~IAMASK)) /* block mask */ macro
H A Dpdp18b_fpp.c362 PC = (PC & BLKMASK) | (ar & IAMASK); /* branch within 32K */ in fp15()
/dports/sysutils/deltarpm/deltarpm-3.6/
H A Dapplydeltarpm.c33 #define BLKMASK ((1 << BLKSHIFT) - 1) macro
1686 l = off & BLKMASK; in main()
1691 b = lastblk->e.buf + (off & BLKMASK); in main()