Searched refs:p1 (Results 1 – 3 of 3) sorted by relevance
150 u16 *p, *p1; in SPPrepareSound() local166 p1 = (u16*)sound->adpcm; in SPPrepareSound()180 *p++ = *p1++; in SPPrepareSound()181 *p++ = *p1++; in SPPrepareSound()182 *p++ = *p1++; in SPPrepareSound()183 *p++ = *p1++; in SPPrepareSound()184 *p++ = *p1++; in SPPrepareSound()185 *p++ = *p1++; in SPPrepareSound()186 *p++ = *p1++; in SPPrepareSound()187 *p++ = *p1++; in SPPrepareSound()[all …]
981 static f32 calc_horizon( KPADInsideStatus *kp, Vec2 *p1, Vec2 *p2, Vec2 *hori ) in calc_horizon() argument986 vx = p2->x - p1->x ; in calc_horizon()987 vy = p2->y - p1->y ; in calc_horizon()1133 Vec2 p1,p2 ; in select_1obj_first() local1149 p1.x = op1->center.x - vx ; // Expected point to the left in select_1obj_first()1150 p1.y = op1->center.y - vy ; in select_1obj_first()1154 if ( p1.x <= kobj_frame_min.x || p1.x >= kobj_frame_max.x || in select_1obj_first()1155 p1.y <= kobj_frame_min.y || p1.y >= kobj_frame_max.y ) { in select_1obj_first()1162 kp->kobj_regular[0].center = p1 ; in select_1obj_first()
1018 static f32 calc_horizon( KPADInsideStatus *kp, Vec2 *p1, Vec2 *p2, Vec2 *hori ) in calc_horizon() argument1023 vx = p2->x - p1->x ; in calc_horizon()1024 vy = p2->y - p1->y ; in calc_horizon()1170 Vec2 p1,p2 ; in select_1obj_first() local1186 p1.x = op1->center.x - vx ; // Expected point is to the left in select_1obj_first()1187 p1.y = op1->center.y - vy ; in select_1obj_first()1191 if ( p1.x <= kp->kobj_frame_min.x || p1.x >= kp->kobj_frame_max.x || in select_1obj_first()1192 p1.y <= kp->kobj_frame_min.y || p1.y >= kp->kobj_frame_max.y ) { in select_1obj_first()1199 kp->kobj_regular[ 0 ].center = p1 ; in select_1obj_first()