Home | History | Annotate | Download | only in src

Lines Matching refs:ptr1

162     int32 *ptr1;
212 ptr1 = ptr3;
225 int32 x = *ptr1 << 1;
226 *ptr1-- = fxp_msb32_Q32(fxp_mul32_Q32(x, csi1), y << 1, csa1);
229 x = *ptr1 << 1;
230 *ptr1 = fxp_msb32_Q32(fxp_mul32_Q32(x, csi2), y << 1, csa2);
232 ptr1 += 19;
235 x = *ptr1 << 1;
236 *ptr1-- = fxp_msb32_Q32(fxp_mul32_Q32(x, csi1), y << 1, csa1);
239 x = *ptr1 << 1;
240 *ptr1 = fxp_msb32_Q32(fxp_mul32_Q32(x, csi2), y << 1, csa2);
242 ptr1 += 19;
249 int32 x = *ptr1 << 1;
251 *ptr1-- = fxp_msb32_Q32(fxp_mul32_Q32(x, csi1), y << 1, csa1);
254 x = *ptr1 << 1;
256 *ptr1 = fxp_msb32_Q32(fxp_mul32_Q32(x, csi2), y << 1, csa2);