Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/
H A Dhyperv.c119 hv_do_rep_hypercall(uint16_t code, uint16_t rep_count, uint16_t varhead_size, in hv_do_rep_hypercall() argument
127 control |= (uint64_t)rep_count << HV_HYPERCALL_REP_COMP_OFFSET; in hv_do_rep_hypercall()
139 } while (rep_comp < rep_count); in hv_do_rep_hypercall()
H A Dhyperv_var.h45 hv_do_rep_hypercall(uint16_t code, uint16_t rep_count, uint16_t varhead_size,
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c638 int rep_count = runcount; in EmitRange() local
641 rep_count--; in EmitRange()
655 rep_count), in EmitRange()
658 SP_PARM->_curscol += rep_count; in EmitRange()