Searched refs:OPSIZ (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/lib/
H A Dmemset.c24 #define OPSIZ (BITS_PER_LONG/8) macro
41 if (OPSIZ > 4)
47 while (dstp % OPSIZ != 0)
55 xlen = len / (OPSIZ * 8);
66 dstp += 8 * OPSIZ;
69 len %= OPSIZ * 8;
71 /* Write 1 `op_t' per iteration until less than OPSIZ bytes remain. */
72 xlen = len / OPSIZ;
76 dstp += OPSIZ;
79 len %= OPSIZ;
[all...]

Completed in 33 milliseconds