Searched refs:history_size (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc62 uptr, history_size, 0,
H A Dtsan_rtl.cpp83 uptr max_parts = Trace::kMinParts + flags()->history_size;
966 uptr local_parts = (Trace::kMinParts + flags()->history_size + 1) / 2;
/freebsd-current/sys/dev/vt/
H A Dvt_buf.c498 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, unsigned int history_size) argument
510 history_size = MAX(history_size, p->tp_row);
513 bufsize = history_size * p->tp_col * sizeof(term_char_t);
515 rowssize = history_size * sizeof(term_pos_t *);
528 vb->vb_curroffset + h >= history_size;
530 vb->vb_history_size = history_size;
541 if (history_size > old_history_size) {
580 for (r = old_history_size; r < history_size; r++) {
603 * (old_history_size - history_size) line
[all...]
/freebsd-current/sys/dev/syscons/
H A Dsyscons.h337 int history_size; /* size of history buffer */ member in struct:scr_stat
H A Dsyscons.c3684 scp->history_size = 0;

Completed in 167 milliseconds