Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3651 uint32_t ip, prevMask; in x86_Convert() local
3658 prevMask = zip->bcj_prevMask; in x86_Convert()
3673 prevMask = 0; in x86_Convert()
3675 prevMask = (prevMask << ((int)prevPosT - 1)) & 0x7; in x86_Convert()
3676 if (prevMask != 0) { in x86_Convert()
3678 p[4 - kMaskToBitNumber[prevMask]]; in x86_Convert()
3679 if (!kMaskToAllowedStatus[prevMask] || in x86_Convert()
3682 prevMask = ((prevMask << 1) & 0x7) | 1; in x86_Convert()
3700 if (prevMask == 0) in x86_Convert()
3714 prevMask = ((prevMask << 1) & 0x7) | 1; in x86_Convert()
[all …]