Searched defs:CLzmaDec (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.h11 but memory usage for CLzmaDec::probs will be doubled in that case */
65 } CLzmaDec; typedef in typeref:struct:__anon10462
69 void LzmaDec_Init(CLzmaDec *p);
130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
140 You must work with CLzmaDec variables directly in this interface.
151 use data from CLzmaDec::dic and update CLzmaDec
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.h11 but memory usage for CLzmaDec::probs will be doubled in that case */
65 } CLzmaDec; typedef in typeref:struct:__anon10238
69 void LzmaDec_Init(CLzmaDec *p);
130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
140 You must work with CLzmaDec variables directly in this interface.
151 use data from CLzmaDec::dic and update CLzmaDec
[all...]

Completed in 43 milliseconds