Searched refs:StateUpdateChar (Results 1 - 6 of 6) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
H A DBase.java13 public static final int StateUpdateChar (int index) { method in class:Base
H A DEncoder.java649 state = Base.StateUpdateChar(state);
656 state = Base.StateUpdateChar(state);
754 int state2 = Base.StateUpdateChar(state);
814 state2 = Base.StateUpdateChar(state2);
884 state2 = Base.StateUpdateChar(state2);
970 _state = Base.StateUpdateChar(_state);
997 _state = Base.StateUpdateChar(_state);
H A DDecoder.java210 state = Base.StateUpdateChar(state);
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DBase.java15 public static final int StateUpdateChar(int index) method in class:Base
H A DEncoder.java727 state = Base.StateUpdateChar(state);
736 state = Base.StateUpdateChar(state);
854 int state2 = Base.StateUpdateChar(state);
924 state2 = Base.StateUpdateChar(state2);
999 state2 = Base.StateUpdateChar(state2);
1094 _state = Base.StateUpdateChar(_state);
1126 _state = Base.StateUpdateChar(_state);
H A DDecoder.java224 state = Base.StateUpdateChar(state);

Completed in 135 milliseconds