Home
last modified time | relevance | path

Searched refs:BCJ2_IS_32BIT_STREAM (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/C/
H A DBcj2.h39 /* #define BCJ2_IS_32BIT_STREAM(s) ((s) == BCJ2_STREAM_CALL || (s) == BCJ2_STREAM_JUMP) */
40 #define BCJ2_IS_32BIT_STREAM(s) ((unsigned)((unsigned)(s) - (unsigned)BCJ2_STREAM_CALL) < 2) macro
H A DBcj2Enc.c161 if (BCJ2_IS_32BIT_STREAM(state)) in Bcj2Enc_Encode_2()
H A DBcj2.c55 // we check BCJ2_IS_32BIT_STREAM() here instead of check in the main loop in Bcj2Dec_Decode()
56 if (BCJ2_IS_32BIT_STREAM(state)) in Bcj2Dec_Decode()
93 if (BCJ2_IS_32BIT_STREAM(p->state)) in Bcj2Dec_Decode()
/third_party/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp45 // if (BCJ2_IS_32BIT_STREAM(i) == 1) size = 4 * 1; // for debug in Alloc()
499 while (total < 4 && BCJ2_IS_32BIT_STREAM(state)); in ReadInStream()
507 if (BCJ2_IS_32BIT_STREAM(state)) in ReadInStream()

Completed in 3 milliseconds