/openbmc/linux/fs/exfat/ |
H A D | nls.c | 407 int *lossy) in exfat_convert_char_to_ucs2() argument 421 if (lossy != NULL) in exfat_convert_char_to_ucs2() 422 *lossy |= NLS_NAME_LOSSY; in exfat_convert_char_to_ucs2() 430 unsigned short ucs2, unsigned char *ch, int *lossy) in exfat_convert_ucs2_to_char() argument 444 if (lossy != NULL) in exfat_convert_ucs2_to_char() 445 *lossy |= NLS_NAME_LOSSY; in exfat_convert_ucs2_to_char() 497 int i, unilen, lossy = NLS_NAME_NO_LOSSY; in exfat_utf8_to_utf16() local 520 lossy |= NLS_NAME_LOSSY; in exfat_utf8_to_utf16() 532 *p_lossy = lossy; in exfat_utf8_to_utf16() 599 int i = 0, unilen = 0, lossy = NLS_NAME_NO_LOSSY; in exfat_nls_to_ucs2() local [all …]
|
H A D | namei.c | 426 int lossy = NLS_NAME_NO_LOSSY; in __exfat_resolve_path() local 461 &lossy); in __exfat_resolve_path() 465 if ((lossy && !lookup) || !namelen) in __exfat_resolve_path() 466 return (lossy & NLS_NAME_OVERLEN) ? -ENAMETOOLONG : -EINVAL; in __exfat_resolve_path()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | port_buffer.c | 56 port_buffer->buffer[i].lossy = in mlx5e_port_query_buffer() 57 MLX5_GET(bufferx_reg, buffer, lossy); in mlx5e_port_query_buffer() 74 port_buffer->buffer[i].lossy); in mlx5e_port_query_buffer() 200 if (buffer->lossy) in select_sbcm_params() 222 (!(port_buffer->buffer[i].lossy))); in port_update_pool_cfg() 318 MLX5_SET(bufferx_reg, buffer, lossy, port_buffer->buffer[i].lossy); in port_set_buffer() 366 if (port_buffer->buffer[i].lossy) { in update_xoff_threshold() 417 u8 lossy; in update_buffer_lossy() local 435 lossy = 1; in update_buffer_lossy() 437 lossy = 0; in update_buffer_lossy() [all …]
|
H A D | port_buffer.h | 54 u8 lossy; member
|
/openbmc/openbmc/poky/meta/recipes-multimedia/webp/ |
H A D | libwebp_1.5.0.bb | 2 DESCRIPTION = "WebP is a method of lossy and lossless compression that can be \ 4 graphical images found on the web. The degree of lossy \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/wavpack/ |
H A D | wavpack_5.6.0.bb | 1 …completely open audio compression format providing lossless, high-quality lossy, and a unique hybr…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zile/ |
H A D | zile_2.4.15.bb | 1 SUMMARY = "Zile is lossy Emacs"
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-srggb10dpcm8.rst | 26 differential pulse-code modulation, is lossy. Each colour component
|
H A D | ext-ctrls-jpeg.rst | 58 image independently. For the lossy compression processes the restart
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/ |
H A D | libvorbis_1.3.7.bb | 2 DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/ |
H A D | vorbis-tools_1.4.2.bb | 2 DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_buffers.c | 340 hdroom->bufs.buf[i].lossy = true; in mlxsw_sp_hdroom_bufs_reset_lossiness() 343 if (!hdroom->prios.prio[prio].lossy) in mlxsw_sp_hdroom_bufs_reset_lossiness() 344 hdroom->bufs.buf[hdroom->prios.prio[prio].buf_idx].lossy = false; in mlxsw_sp_hdroom_bufs_reset_lossiness() 353 static void mlxsw_sp_hdroom_buf_pack(char *pbmc_pl, int index, u16 size, u16 thres, bool lossy) in mlxsw_sp_hdroom_buf_pack() argument 355 if (lossy) in mlxsw_sp_hdroom_buf_pack() 425 } else if (buf->lossy) { in mlxsw_sp_hdroom_bufs_reset_sizes() 470 mlxsw_sp_hdroom_buf_pack(pbmc_pl, i, buf->size_cells, buf->thres_cells, buf->lossy); in mlxsw_sp_hdroom_configure_buffers() 610 hdroom.prios.prio[prio].lossy = true; in mlxsw_sp_port_headroom_init()
|
H A D | spectrum.h | 538 bool lossy; member 546 bool lossy; member
|
H A D | spectrum_dcb.c | 555 hdroom.prios.prio[prio].lossy = !(pfc->pfc_en & BIT(prio)); in mlxsw_sp_dcbnl_ieee_setpfc()
|
H A D | spectrum_ethtool.c | 237 hdroom.prios.prio[prio].lossy = !pause_en; in mlxsw_sp_port_set_pauseparam()
|
/openbmc/linux/Documentation/networking/ |
H A D | mptcp-sysctl.rst | 71 an high value maximize links utilization on edge scenarios e.g. lossy
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-stub.rst | 65 If you spam it hard enough, printk can be lossy. This module really wants
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-zrle.c | 263 if (!vs->vd->lossy || vs->tight->quality == (uint8_t)-1 in zrle_send_framebuffer_update()
|
H A D | vnc.h | 177 bool lossy; member
|
H A D | vnc.c | 2228 if (vs->vd->lossy) { in set_encodings() 4136 vd->lossy = qemu_opt_get_bool(opts, "lossy", false); in vnc_display_open() 4142 if (!vd->lossy) { in vnc_display_open()
|
H A D | vnc-enc-tight.c | 302 if (!vs->vd->lossy) { in tight_detect_smooth_image()
|
/openbmc/qemu/ |
H A D | meson_options.txt | 250 description: 'JPEG lossy compression for VNC server')
|
H A D | qemu-options.hx | 2310 Configure wan image compression (lossy for slow links). Default 2542 ``lossy=on|off`` 2543 Enable lossy compression methods (gradient, JPEG, ...). If this 2544 option is set, VNC client may receive lossy framebuffer updates 2552 a lossy encoding (like JPEG). This can be really helpful to save 3546 # launch QEMU instance - if your network has reorder or is very lossy add ,pincounter
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
H A D | support-jpeg-turbo.patch | 77 * coefficient arrays and thus do not require any lossy decompression
|
/openbmc/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 10342 u8 lossy[0x1]; member
|