max_length 126 lib/zlib/trees.c int max_length; /* max bit length for the codes */ max_length 499 lib/zlib/trees.c int max_length = desc->stat_desc->max_length; max_length 517 lib/zlib/trees.c if (bits > max_length) bits = max_length, overflow++; max_length 537 lib/zlib/trees.c bits = max_length-1; max_length 541 lib/zlib/trees.c s->bl_count[max_length]--; max_length 553 lib/zlib/trees.c for (bits = max_length; bits != 0; bits--) { max_length 40 source4/torture/masktest.c static int max_length = 20; max_length 246 source4/torture/masktest.c l1 = 1 + random() % max_length; max_length 247 source4/torture/masktest.c l2 = 1 + random() % max_length; max_length 314 source4/torture/masktest.c {"maxlength", 0, POPT_ARG_INT, &max_length,0, "maximum length", NULL},