Searched refs:max_length (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | trees.c | 122 int max_length; /* max bit length for the codes */ member 495 int max_length = desc->stat_desc->max_length; local 513 if (bits > max_length) bits = max_length, overflow++; 533 bits = max_length-1; 537 s->bl_count[max_length]--; 549 for (bits = max_length; bits != 0; bits--) {
|
| /f-stack/freebsd/kern/ |
| H A D | kern_umtx.c | 185 u_int max_length; member 263 static long max_length; variable 264 SYSCTL_LONG(_debug_umtx, OID_AUTO, max_length, CTLFLAG_RD, &max_length, 0, "max_length"); 334 tot += uc->max_length; in sysctl_debug_umtx_chains_peaks() 346 whole = uc->max_length * 100; in sysctl_debug_umtx_chains_peaks() 413 uc->max_length = 0; in sysctl_debug_umtx_chains_clear() 450 umtxq_chains[i][j].max_length = 0; in umtxq_sysinit() 617 if (uc->length > uc->max_length) { in umtxq_insert_queue() 618 uc->max_length = uc->length; in umtxq_insert_queue() 619 if (uc->max_length > max_length) in umtxq_insert_queue() [all …]
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 2250 int bucket, removed, length, max_length; in dyn_expire_states() local 2312 if (length > max_length) \ in dyn_expire_states() 2313 max_length = length; \ in dyn_expire_states() 2320 max_length = 0; in dyn_expire_states() 2334 V_curr_max_length = max_length; in dyn_expire_states()
|