Lines Matching defs:length
71 char length; member
86 #define thresh(length) (cc_thresholds[length]) argument
87 #define threshp(code, count, length) \ argument
92 #define wthresh(length) (cc_wthresholds[length]) argument
93 #define wthreshp(weight, length) ((short) (weight) >= cc_wthresholds[length]) argument
95 #define wthreshp(weight, length) (0) argument
100 #define wlimit(length) (cc_wlimits[length]) argument
103 #define put_token_score(length) ((length) - tt.tt_put_token_cost) argument
427 cc_sweep0(char *buffer, int n, int length) in cc_sweep0()
457 cc_sweep(char *buffer, int bufsize, struct cc **tokens, int length) in cc_sweep()
720 int length; in cc_compress_cleanup() local
751 int length = p->length; in cc_compress() local