Searched refs:LzmaDec_Construct (Results 1 – 2 of 2) sorted by relevance
/u-boot/lib/lzma/ | ||
A D | LzmaDec.h | 67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; } macro |
A D | LzmaDec.c | 1007 LzmaDec_Construct(&p); in LzmaDecode() |
Completed in 7 milliseconds