Lines Matching defs:OPSIZ
5 #define OPSIZ (BITS_PER_LONG/8)22 if (OPSIZ > 4)28 while (dstp % OPSIZ != 0)36 xlen = len / (OPSIZ * 8);47 dstp += 8 * OPSIZ;50 len %= OPSIZ * 8;52 /* Write 1 `op_t' per iteration until less than OPSIZ bytes remain. */53 xlen = len / OPSIZ;57 dstp += OPSIZ;60 len %= OPSIZ;