Home
last modified time | relevance | path

Searched refs:FRC_STR_COND (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3221 #define FRC_STR_COND eof && s->compressed_len == 0L /* force stored file */ macro
3223 #define FRC_STR_COND stored_len <= opt_lenb && eof && \ macro
3226 if (FRC_STR_COND) {
3227 #undef FRC_STR_COND
3242 #define FRC_STR_COND buf != (char *)0 /* force stored block */ macro
3245 #define FRC_STR_COND stored_len+4 <= opt_lenb && buf != (char *)0
3247 if (FRC_STR_COND) {
3248 #undef FRC_STR_COND