Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.h67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; } macro
H A DLzmaDec.c1007 LzmaDec_Construct(&p); in LzmaDecode()