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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unlzma.c44 #define RC_MODEL_TOTAL_BITS 11 macro
111 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS);
124 *p += ((1 << RC_MODEL_TOTAL_BITS) - *p) >> RC_MOVE_BITS;
278 p[i] = (1 << RC_MODEL_TOTAL_BITS) >> 1;

Completed in 24 milliseconds