Lines Matching full:cell
846 #define GET_STATEPROPS(cell) ((cell)&0x1f)
847 #define GET_ACTIONPROPS(cell) ((cell)>>5)
941 #define GET_STATE(cell) ((cell)&0x0f)
942 #define GET_ACTION(cell) ((cell)>>4)
1250 uint8_t cell, oldStateSeq, actionSeq;
1260 cell=(*pImpTab)[oldStateSeq][_prop];
1261 pLevState->state=GET_STATE(cell); /* isolate the new state */
1262 actionSeq=(*pImpAct)[GET_ACTION(cell)]; /* isolate the action */
1502 uint8_t gprop, resProp, cell;
1576 cell=impTabProps[oldStateImp][gprop];
1577 stateImp=GET_STATEPROPS(cell); /* isolate the new state */
1578 actionImp=GET_ACTIONPROPS(cell); /* isolate the action */