Home | History | Annotate | Download | only in des

Lines Matching refs:lp

84 	struct lp_st { int a:32; int b:32; } *lp;
86 DES_LONG *lp;
91 lp = (struct lp_st *) &(output[0])[0];
93 lp = (DES_LONG *) &(output[0])[0];
123 if (lp != NULL)
128 (*lp).a = z0;
129 (*lp).b = z1;
130 lp++;
132 *lp++ = z0;
133 *lp++ = z1;