Home
last modified time | relevance | path

Searched refs:off_start (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ee/
H A Dee.c356 …th, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size);
3585 int off_start = 1; /* offset from start of menu items to start display */ in menu_op() local
3650 …paint_menu(menu_list, max_width, max_height, list_size, top_offset, temp_win, off_start, vert_size… in menu_op()
3655 if (off_start > 2) in menu_op()
3656 wmove(temp_win, (1 + counter + top_offset - off_start), 3); in menu_op()
3658 wmove(temp_win, (counter + top_offset - off_start), 3); in menu_op()
3715 off_start, vert_size); in menu_op()
3722 if (((list_size - off_start) >= (vert_size - 1)) && in menu_op()
3723 (counter > (off_start + vert_size - 3)) && in menu_op()
3724 (off_start > 1)) in menu_op()
[all …]
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_wire_pkt.c475 size_t off_start, off_sample, off_pn; in ossl_quic_wire_encode_pkt_hdr() local
478 if (!WPACKET_get_total_written(pkt, &off_start)) in ossl_quic_wire_encode_pkt_hdr()
609 ptrs->raw_sample = start + (off_sample - off_start); in ossl_quic_wire_encode_pkt_hdr()
612 ptrs->raw_pn = start + (off_pn - off_start); in ossl_quic_wire_encode_pkt_hdr()