Searched defs:incr (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | tcp_ledbat.c | 263 u_int32_t incr = 0; in tcp_ledbat_congestion_avd() local 462 uint32_t incr = tp->t_maxseg; in tcp_ledbat_ack_rcvd() local
|
| H A D | tcp_newreno.c | 182 uint32_t incr = tp->t_maxseg; in tcp_newreno_ack_rcvd() local
|
| H A D | tcp_cubic.c | 401 uint32_t acked, abc_lim, incr; in tcp_cubic_ack_rcvd() local
|
| H A D | tcp_input.c | 4682 u_int32_t incr = (tp->t_maxseg * tp->t_dupacks); in tcp_input() local
|
| H A D | tcp_subr.c | 3528 uint32_t incr = 0; in calculate_tcp_clock() local
|
| /xnu-8020.101.4/libkern/zlib/ |
| H A D | inftrees.c | 73 unsigned incr; /* for incrementing code, index */ in inflate_table() local
|
| /xnu-8020.101.4/san/memory/ |
| H A D | ubsan_minimal.c | 292 int err, incr = 0; variable
|
| /xnu-8020.101.4/osfmk/console/ |
| H A D | video_console.c | 2639 static uint16_t incr[8] = { 10000, 10000, 8192, 4096, 2048, 384, 384, 64 }; in vc_progressmeter_task() local
|
| /xnu-8020.101.4/bsd/dev/dtrace/ |
| H A D | dtrace.c | 2350 dtrace_aggregate_quantize(uint64_t *quanta, uint64_t nval, uint64_t incr) in dtrace_aggregate_quantize() 2378 dtrace_aggregate_lquantize(uint64_t *lquanta, uint64_t nval, uint64_t incr) in dtrace_aggregate_lquantize() 2467 dtrace_aggregate_llquantize(uint64_t *llquanta, uint64_t nval, uint64_t incr) in dtrace_aggregate_llquantize()
|