Searched refs:LLlog (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1580 U32 LLlog, Offlog, MLlog; local
1619 LLlog = 0;
1622 LLlog = LLbits;
1626 headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);
1628 if (LLlog > LLFSELog) return ERROR(corruption_detected);
1630 FSE_buildDTable(DTableLL, norm, max, LLlog);
H A Dzstd_v03.c2569 U32 LLlog, Offlog, MLlog; local
2608 LLlog = 0;
2611 LLlog = LLbits;
2615 headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);
2617 if (LLlog > LLFSELog) return ERROR(corruption_detected);
2619 FSE_buildDTable(DTableLL, norm, max, LLlog);
H A Dzstd_v05.c3005 unsigned LLlog, Offlog, MLlog; local
3051 LLlog = 0;
3055 LLlog = LLbits;
3064 headerSize = FSEv05_readNCount(norm, &max, &LLlog, ip, iend-ip);
3066 if (LLlog > LLFSEv05Log) return ERROR(corruption_detected);
3068 FSEv05_buildDTable(DTableLL, norm, max, LLlog);
H A Dzstd_v04.c2695 U32 LLlog, Offlog, MLlog; local
2734 LLlog = 0;
2737 LLlog = LLbits;
2741 headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);
2743 if (LLlog > LLFSELog) return ERROR(corruption_detected);
2745 FSE_buildDTable(DTableLL, norm, max, LLlog);
H A Dzstd_v02.c2928 U32 LLlog, Offlog, MLlog; local
2967 LLlog = 0;
2970 LLlog = LLbits;
2974 headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);
2976 if (LLlog > LLFSELog) return ERROR(corruption_detected);
2978 FSE_buildDTable(DTableLL, norm, max, LLlog);

Completed in 228 milliseconds