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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dconfig1b.h63 #if !defined(RBITS)
64 # define RBITS 5 macro
81 #if (RBITS < 4 || RBITS > 5)
82 # error "invalid RBITS"
111 #define R_BITS RBITS
H A Dconfig1c.h63 #if !defined(RBITS)
64 # define RBITS 5 macro
81 #if (RBITS < 4 || RBITS > 5)
82 # error "invalid RBITS"
111 #define R_BITS RBITS
H A Dconfig1a.h65 #if !defined(RBITS)
66 # define RBITS 5 macro
83 #if (RBITS < 4 || RBITS > 5)
84 # error "invalid RBITS"
113 #define R_BITS RBITS
H A Dlzo1a_de.h75 #define RSIZE (1 << RBITS)
82 #define OBITS RBITS /* offset and run-length use same bits */
133 RBITS | MBITS MIN THR. MSIZE MAXS MINL MAXL MAXO R0MAX R0FAST
H A Dlzo1.c55 #if !defined(RBITS)
56 # define RBITS 5 macro
67 #if (RBITS < 3 || RBITS > 5)
68 # error "invalid RBITS"
92 #define RSIZE (1 << RBITS)
95 #define OBITS RBITS /* offset and run-length use same bits */
141 RBITS | MBITS MIN THR. MSIZE MAXS MINL MAXL MAXO R0MAX R0FAST
162 #define DBITS (8 + RBITS)
177 *rbits = RBITS;
[all...]
H A Dlzo1a.c55 #if !defined(RBITS)
56 # define RBITS 5 macro
78 #if (RBITS < 3 || RBITS > 5)
79 # error "invalid RBITS"
125 *rbits = RBITS;
616 lzo_stats->rbits = RBITS;

Completed in 159 milliseconds