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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinftrees.h43 #define ENOUGH 2048 macro
H A Dinflate.h106 code codes[ENOUGH]; /* space for code tables */
H A Dinftrees.c17 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
156 against the space in *table, ENOUGH, minus the maximum space needed by
158 sufficiency of ENOUGH has not been proven exhaustively, hence the check.
198 if (type == LENS && used >= ENOUGH - MAXD)
266 if (type == LENS && used >= ENOUGH - MAXD)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h46 code codes[ENOUGH]; /* space for code tables */
H A Dinftree9.h43 #define ENOUGH 2048 macro
H A Dinftree9.c26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
164 against the space in *table, ENOUGH, minus the maximum space needed by
166 sufficiency of ENOUGH has not been proven exhaustively, hence the check.
206 if (type == LENS && used >= ENOUGH - MAXD)
273 if (type == LENS && used >= ENOUGH - MAXD)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinftrees.h43 #define ENOUGH 2048 macro
H A Dinflate.h114 code codes[ENOUGH]; /* space for code tables */
H A Dinftrees.c26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
170 against the space in *table, ENOUGH, minus the maximum space needed by
172 sufficiency of ENOUGH has not been proven exhaustively, hence the check.
212 if (type == LENS && used >= ENOUGH - MAXD)
280 if (type == LENS && used >= ENOUGH - MAXD)
H A Dinflate.c1356 state->lencode <= state->codes + ENOUGH - 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h46 code codes[ENOUGH]; /* space for code tables */
H A Dinftree9.h43 #define ENOUGH 2048 macro
H A Dinftree9.c26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
164 against the space in *table, ENOUGH, minus the maximum space needed by
166 sufficiency of ENOUGH has not been proven exhaustively, hence the check.
206 if (type == LENS && used >= ENOUGH - MAXD)
273 if (type == LENS && used >= ENOUGH - MAXD)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinftrees.h43 #define ENOUGH 2048 macro
H A Dinflate.h114 code codes[ENOUGH]; /* space for code tables */
H A Dinftrees.c26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
170 against the space in *table, ENOUGH, minus the maximum space needed by
172 sufficiency of ENOUGH has not been proven exhaustively, hence the check.
212 if (type == LENS && used >= ENOUGH - MAXD)
280 if (type == LENS && used >= ENOUGH - MAXD)
H A Dinflate.c1356 state->lencode <= state->codes + ENOUGH - 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-timing.h101 #define ENOUGH(v,unit) (((v)-1)/(unit)+1) macro
102 #define EZ(v,unit) ((v)?ENOUGH(v,unit):0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c2534 #define ENOUGH(v,unit) (((v)-1)/(unit)+1) macro
2535 #define EZ(v,unit) ((v)?ENOUGH(v,unit):0)

Completed in 235 milliseconds