Home
last modified time | relevance | path

Searched refs:tempBufSize (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/C_DEFAULT/
H A DEbAvcStyleMcp_C.c217 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPose() local
237 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosf() local
240 …ionFilterPosj(refPic, srcStride, tempBuf + tempBufSize, puWidth, puWidth, puHeight, tempBuf + 2 * in WpAvcStyleLumaInterpolationFilterPosf()
257 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosg() local
277 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosi() local
280 …ionFilterPosj(refPic, srcStride, tempBuf + tempBufSize, puWidth, puWidth, puHeight, tempBuf + 2 * in WpAvcStyleLumaInterpolationFilterPosi()
315 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosk() local
318 …ionFilterPosj(refPic, srcStride, tempBuf + tempBufSize, puWidth, puWidth, puHeight, tempBuf + 2 * in WpAvcStyleLumaInterpolationFilterPosk()
335 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosp() local
355 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosq() local
[all …]
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/C_DEFAULT/
H A DEbAvcStyleMcp_C.c217 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPose() local
237 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosf() local
240 …ionFilterPosj(refPic, srcStride, tempBuf + tempBufSize, puWidth, puWidth, puHeight, tempBuf + 2 * in WpAvcStyleLumaInterpolationFilterPosf()
257 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosg() local
277 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosi() local
280 …ionFilterPosj(refPic, srcStride, tempBuf + tempBufSize, puWidth, puWidth, puHeight, tempBuf + 2 * in WpAvcStyleLumaInterpolationFilterPosi()
315 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosk() local
318 …ionFilterPosj(refPic, srcStride, tempBuf + tempBufSize, puWidth, puWidth, puHeight, tempBuf + 2 * in WpAvcStyleLumaInterpolationFilterPosk()
335 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosp() local
355 EB_U32 tempBufSize = puWidth*puHeight; in WpAvcStyleLumaInterpolationFilterPosq() local
[all …]
/dports/games/spring/spring_98.0/tools/pr-downloader/src/FileSystem/
H A DSevenZipArchive.cpp66 if (len > tempBufSize) { in GetFileName()
68 tempBufSize = len; in GetFileName()
69 tempBuf = (UInt16 *)SzAlloc(NULL, tempBufSize * sizeof(tempBuf[0])); in GetFileName()
106 tempBufSize(0) in CSevenZipArchive()
207 tempBufSize = 0; in ~CSevenZipArchive()
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/FileSystem/
H A DSevenZipArchive.cpp65 if (len > tempBufSize) { in GetFileName()
67 tempBufSize = len; in GetFileName()
68 tempBuf = (UInt16 *)SzAlloc(NULL, tempBufSize * sizeof(tempBuf[0])); in GetFileName()
105 tempBufSize(0) in CSevenZipArchive()
202 tempBufSize = 0; in ~CSevenZipArchive()
/dports/games/spring/spring_98.0/rts/System/FileSystem/Archives/
H A DSevenZipArchive.cpp71 if (len > tempBufSize) { in GetFileName()
73 tempBufSize = len; in GetFileName()
74 tempBuf = (UInt16 *)SzAlloc(NULL, tempBufSize * sizeof(tempBuf[0])); in GetFileName()
137 tempBufSize(0), in CSevenZipArchive()
231 tempBufSize = 0; in ~CSevenZipArchive()
/dports/archivers/7-zip/7-zip-21.07/C/
H A DLzmaDec.c910 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
965 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
966 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
968 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
985 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
1039 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
1056 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
1117 unsigned rem = p->tempBufSize; in LzmaDec_DecodeToDic()
1137 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
1164 rem = p->tempBufSize; in LzmaDec_DecodeToDic()
[all …]
/dports/security/hashcat/hashcat-6.2.5/deps/LZMA-SDK/C/
H A DLzmaDec.c910 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
965 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
966 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
968 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
985 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
1039 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
1056 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
1117 unsigned rem = p->tempBufSize; in LzmaDec_DecodeToDic()
1137 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
1164 rem = p->tempBufSize; in LzmaDec_DecodeToDic()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/C/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/deps/lzma-19.00/src/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/7zip/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/lzma-19.00/src/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/C/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/archivers/py-lzma/pylzma-0.5.0/src/sdk/C/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/archivers/lzma/lzma-19.00/C/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c858 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
887 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
888 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
889 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
891 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
902 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
944 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
954 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
978 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
981 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c858 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
887 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
888 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
889 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
891 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
902 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
944 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
954 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
978 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
981 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/third-party/lzma/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c858 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
887 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
888 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
889 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
891 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
902 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
944 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
954 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
978 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
981 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c858 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
887 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
888 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
889 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
891 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
902 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
944 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
954 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
978 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
981 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/lzma/lib/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/C/
H A DLzmaDec.c856 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
885 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
886 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
887 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
889 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
900 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
942 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
952 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
976 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
979 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c858 p->tempBufSize = 0; in LzmaDec_InitDicAndState()
887 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
888 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
889 if (p->tempBufSize != 0 && p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
891 if (p->tempBufSize < RC_INIT_SIZE) in LzmaDec_DecodeToDic()
902 p->tempBufSize = 0; in LzmaDec_DecodeToDic()
944 if (p->tempBufSize == 0) in LzmaDec_DecodeToDic()
954 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
978 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic()
981 p->tempBufSize = rem; in LzmaDec_DecodeToDic()
[all …]

12345678910>>...15