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

/linux-master/arch/nios2/lib/
H A Dmemcpy.c25 #define op_t unsigned long int macro
26 #define OPSIZ (sizeof(op_t))
69 block beginning at DSTP with LEN `op_t' words (not LEN bytes!).
70 Both SRCP and DSTP should be aligned for memory operations on `op_t's. */
75 register op_t a0, a1, a2, a3, a4, a5, a6, a7;
77 a0 = ((op_t *) srcp)[0];
78 a1 = ((op_t *) srcp)[1];
79 a2 = ((op_t *) srcp)[2];
80 a3 = ((op_t *) srcp)[3];
81 a4 = ((op_t *) src
[all...]
/linux-master/arch/parisc/lib/
H A Dmemset.c6 typedef unsigned long op_t; typedef
17 op_t cccc;
35 /* Write 8 `op_t' per iteration until less than 8 `op_t' remain. */
39 ((op_t *) dstp)[0] = cccc;
40 ((op_t *) dstp)[1] = cccc;
41 ((op_t *) dstp)[2] = cccc;
42 ((op_t *) dstp)[3] = cccc;
43 ((op_t *) dstp)[4] = cccc;
44 ((op_t *) dst
[all...]

Completed in 94 milliseconds