/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_port_buffer.c | 62 port_buffer->buffer[i].xoff = in mlx5e_port_query_buffer() 69 port_buffer->buffer[i].xoff, in mlx5e_port_query_buffer() 113 port_buffer->buffer[i].xoff >> MLX5E_BUFFER_CELL_SHIFT); in port_set_buffer() 128 u32 xoff; in calculate_xoff() local 137 xoff = (301 + 216 * priv->dcbx.cable_len / 100) * speed / 1000 + 272 * mtu / 100; in calculate_xoff() 139 mlx5e_dbg(HW, priv, "%s: xoff=%d\n", __func__, xoff); in calculate_xoff() 140 return xoff; in calculate_xoff() 144 struct mlx5e_port_buffer *port_buffer, u32 xoff) in update_xoff_threshold() argument 150 port_buffer->buffer[i].xoff = 0; in update_xoff_threshold() 156 (xoff + MLX5E_MAX_PORT_MTU + (1 << MLX5E_BUFFER_CELL_SHIFT))) { in update_xoff_threshold() [all …]
|
H A D | port_buffer.h | 51 u32 xoff; member
|
/freebsd/sys/dev/syscons/daemon/ |
H A D | daemon_saver.c | 125 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in clear_daemon() argument 134 (ypos + y)*sc->cur_scp->xsize + xpos + xoff, in clear_daemon() 135 xlen - xoff, in clear_daemon() 141 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in draw_daemon() argument 150 px = xoff; in draw_daemon() 155 for (x = xoff; (x < xlen) && (daemon_pic[y][px] != '\0'); x++, px++) { in draw_daemon() 183 clear_string(sc_softc_t *sc, int xpos, int ypos, int xoff, char *s, int len) in clear_string() argument 188 ypos*sc->cur_scp->xsize + xpos + xoff, len - xoff, in clear_string() 193 draw_string(sc_softc_t *sc, int xpos, int ypos, int xoff, u_char *s, int len) in draw_string() argument 197 for (x = xoff; x < len; x++) in draw_string() [all …]
|
/freebsd/contrib/diff/src/ |
H A D | analyze.c | 92 diag (lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal, in diag() argument 99 lin const dmin = xoff - ylim; /* Minimum valid diagonal. */ in diag() 101 lin const fmid = xoff - yoff; /* Center diagonal of top-down search. */ in diag() 109 fd[fmid] = xoff; in diag() 157 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag() 191 lin v = (x - xoff) * 2 - dd; in diag() 195 && xoff + SNAKE_LIMIT <= x && x < xlim in diag() 230 && xoff < x && x <= xlim - SNAKE_LIMIT in diag() 284 lin x = MAX (xoff, bd[d]); in diag() 296 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag() [all …]
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_all_m31.c | 75 return br_ec_p256_m64.xoff(curve, len); in api_xoff() 77 return br_ec_p256_m31.xoff(curve, len); in api_xoff() 81 return br_ec_c25519_m64.xoff(curve, len); in api_xoff() 83 return br_ec_c25519_m31.xoff(curve, len); in api_xoff() 86 return br_ec_prime_i31.xoff(curve, len); in api_xoff()
|
H A D | ec_all_m15.c | 58 return br_ec_p256_m15.xoff(curve, len); in api_xoff() 60 return br_ec_c25519_m15.xoff(curve, len); in api_xoff() 62 return br_ec_prime_i15.xoff(curve, len); in api_xoff()
|
/freebsd/sys/dev/syscons/ |
H A D | scvgarndr.c | 291 (x) * (scp)->xoff + \ 615 pos = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff; in draw_txtmouse() 691 pos = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff; in draw_txtmouse() 758 scp->xoff * 8 * pixel_size; in vga_pxlclear_direct() 783 + scp->xoff; in vga_pxlclear_planar() 826 x = scp->xpixel / 8 - scp->xoff - scp->xsize; in vga_pxlborder_direct() 829 if (scp->xoff > 0) { in vga_pxlborder_direct() 831 e = s + scp->xoff * 8 * pixel_size; in vga_pxlborder_direct() 839 scp->xoff * 8 * pixel_size + in vga_pxlborder_direct() 873 x = scp->xpixel/8 - scp->xoff - scp->xsize; in vga_pxlborder_planar() [all …]
|
H A D | scmouse.c | 176 scp->xoff; in sc_mouse_move() 185 if (scp->mouse_xpos < scp->xoff*scp->font_width) in set_mouse_pos() 186 scp->mouse_xpos = scp->xoff*scp->font_width; in set_mouse_pos() 196 if (scp->mouse_xpos > (scp->xsize + scp->xoff)*scp->font_width - 1) in set_mouse_pos() 197 scp->mouse_xpos = (scp->xsize + scp->xoff)*scp->font_width - 1; in set_mouse_pos() 207 + scp->mouse_xpos/scp->font_width - scp->xoff; in set_mouse_pos()
|
H A D | scvidctl.c | 214 scp->xoff = 0; in sc_set_text_mode() 279 scp->xoff = 0; in sc_set_graphics_mode() 395 scp->xoff = (scp->xpixel/8 - xsize)/2; in sc_set_pixel_mode()
|
H A D | syscons.h | 289 int xoff; /* X offset in pixel mode */ member
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_scert_single_ec.c | 86 size_t xoff, xlen; in se_do_keyx() local 90 xoff = pc->iec->xoff(pc->sk->curve, &xlen); in se_do_keyx() 91 memmove(data, data + xoff, xlen); in se_do_keyx()
|
H A D | ssl_ccert_single_ec.c | 96 size_t xoff, xlen; in cc_do_keyx() local 100 xoff = zc->iec->xoff(zc->sk->curve, &xlen); in cc_do_keyx() 101 memmove(data, data + xoff, xlen); in cc_do_keyx()
|
H A D | ssl_hs_client.c | 269 size_t glen, olen, point_len, xoff, xlen; in make_pms_ecdh() local 322 xoff = ctx->eng.iec->xoff(curve, &xlen); in make_pms_ecdh() 323 br_ssl_engine_compute_master(&ctx->eng, prf_id, point + xoff, xlen); in make_pms_ecdh()
|
H A D | ssl_hs_server.c | 338 size_t xoff, xlen; in do_ecdhe_part2() local 347 xoff = ctx->eng.iec->xoff(curve, &xlen); in do_ecdhe_part2() 348 ecdh_common(ctx, prf_id, cpoint + xoff, xlen, ctl); in do_ecdhe_part2()
|
H A D | ssl_hs_client.t0 | 214 size_t glen, olen, point_len, xoff, xlen; 267 xoff = ctx->eng.iec->xoff(curve, &xlen); 268 br_ssl_engine_compute_master(&ctx->eng, prf_id, point + xoff, xlen);
|
H A D | ssl_hs_server.t0 | 283 size_t xoff, xlen; 292 xoff = ctx->eng.iec->xoff(curve, &xlen); 293 ecdh_common(ctx, prf_id, cpoint + xoff, xlen, ctl);
|
/freebsd/contrib/bearssl/tools/ |
H A D | client.c | 348 size_t xoff, xlen; in cc_do_keyx() local 355 xoff = iec->xoff(zc->sk->key.ec.curve, &xlen); in cc_do_keyx() 356 memmove(data, data + xoff, xlen); in cc_do_keyx()
|
H A D | server.c | 481 size_t xoff, xlen; in sp_do_keyx() local 495 xoff = iec->xoff(pc->sk->key.ec.curve, &xlen); in sp_do_keyx() 496 memmove(data, data + xoff, xlen); in sp_do_keyx()
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_ec.h | 318 size_t (*xoff)(int curve, size_t *len); member
|
/freebsd/sys/contrib/vchiq/interface/vchi/connections/ |
H A D | connection.h | 185 … (*VCHI_CONNECTION_FLOW_CONTROL)(VCHI_CONNECTION_STATE_T *state, int32_t service_id, int32_t xoff);
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.uwin | 273 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking 274 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required 484 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking 485 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
|
H A D | Caps.hpux11 | 273 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking 275 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required 590 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking 591 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
|
H A D | Caps | 273 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking 274 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required 523 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking 524 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
|
H A D | Caps.osf1r5 | 273 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking 283 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required 648 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking 660 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
|
H A D | Caps.keys | 276 xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking 277 needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required 526 enter_xon_mode smxon str SX - - ----- turn on xon/xoff handshaking 527 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
|