Searched refs:UpdateState_Match (Results 1 – 2 of 2) sorted by relevance
311 unsigned UpdateState_Match (unsigned state) { return state < 7 ? 7 : 10; } in UpdateState_Match() function541 state = UpdateState_Match(state); in Decode()
957 unsigned UpdateState_Match (unsigned state) { return state < 7 ? 7 : 10; }1028 The state is update with UpdateState_Match function:1030 state = UpdateState_Match(state);