Home
last modified time | relevance | path

Searched refs:BCJ2_STREAM_JUMP (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DBcj2.h17 BCJ2_STREAM_JUMP, enumerator
39 #define BCJ2_IS_32BIT_STREAM(s) ((s) == BCJ2_STREAM_CALL || (s) == BCJ2_STREAM_JUMP)
DBcj2.c214 unsigned cj = (p->temp[3] == 0xE8) ? BCJ2_STREAM_CALL : BCJ2_STREAM_JUMP; in Bcj2Dec_Decode()
DBcj2Enc.c215 unsigned cj = (b == 0xE8) ? BCJ2_STREAM_CALL : BCJ2_STREAM_JUMP; in Bcj2Enc_Encode_2()