Home
last modified time | relevance | path

Searched refs:kobj_t (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1.4/build/libraries/kpad/src/
DKPAD.c922 static void check_kobj_outside_frame( KPADInsideStatus *kp, KPADObject *kobj_t ) in check_kobj_outside_frame() argument
924 KPADObject *kobj_p = &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ; in check_kobj_outside_frame()
933 } while ( --kobj_p >= kobj_t ) ; in check_kobj_outside_frame()
940 static void check_kobj_same_position( KPADObject *kobj_t ) in check_kobj_same_position() argument
945 op1 = kobj_t ; in check_kobj_same_position()
956 } while ( ++op2 <= &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ) ; in check_kobj_same_position()
957 } while ( ++op1 < &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ) ; in check_kobj_same_position()
/RvlSDK-3.1.4/build/libraries/kpadOld/src/
DKPAD.c939 static void check_kobj_outside_frame( KPADObject *kobj_t ) in check_kobj_outside_frame() argument
941 KPADObject *kobj_p = &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ; in check_kobj_outside_frame()
950 } while ( --kobj_p >= kobj_t ) ; in check_kobj_outside_frame()
957 static void check_kobj_same_position( KPADObject *kobj_t ) in check_kobj_same_position() argument
962 op1 = kobj_t ; in check_kobj_same_position()
973 } while ( ++op2 <= &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ) ; in check_kobj_same_position()
974 } while ( ++op1 < &kobj_t[ WPAD_DPD_MAX_OBJECTS - 1 ] ) ; in check_kobj_same_position()