/linux-6.14.4/lib/zstd/compress/ |
D | zstd_fast.c | 101 /* support stepSize of 0 */ in ZSTD_compressBlock_fast_noDict_generic() 102 size_t const stepSize = hasStep ? (cParams->targetLength + !(cParams->targetLength) + 1) : 2; in ZSTD_compressBlock_fast_noDict_generic() local 151 step = stepSize; in ZSTD_compressBlock_fast_noDict_generic() 379 /* support stepSize of 0 */ in ZSTD_compressBlock_fast_dictMatchState_generic() 380 U32 const stepSize = cParams->targetLength + !(cParams->targetLength); in ZSTD_compressBlock_fast_dictMatchState_generic() local 449 assert(stepSize >= 1); in ZSTD_compressBlock_fast_dictMatchState_generic() 450 ip += ((ip-anchor) >> kSearchStrength) + stepSize; in ZSTD_compressBlock_fast_dictMatchState_generic() 466 assert(stepSize >= 1); in ZSTD_compressBlock_fast_dictMatchState_generic() 467 ip += ((ip-anchor) >> kSearchStrength) + stepSize; in ZSTD_compressBlock_fast_dictMatchState_generic() 555 /* support stepSize of 0 */ in ZSTD_compressBlock_fast_extDict_generic() [all …]
|
/linux-6.14.4/lib/lz4/ |
D | lz4defs.h | 97 #define STEPSIZE sizeof(size_t) macro 202 while (likely(pIn < pInLimit - (STEPSIZE - 1))) { in LZ4_count() 206 pIn += STEPSIZE; in LZ4_count() 207 pMatch += STEPSIZE; in LZ4_count()
|
/linux-6.14.4/Documentation/devicetree/bindings/phy/ |
D | qcom,qusb2-phy.yaml | 120 Possible range is - 15mA to 24mA (stepsize of 600 uA). 130 Possible range is 0 to 15% (stepsize of 5%).
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
D | vamem_global.h | 14 /* (log) stepsize of linear interpolation */
|
/linux-6.14.4/tools/testing/selftests/net/ |
D | txtimestamp.c | 136 int stepsize; in validate_key() local 146 stepsize = cfg_proto == SOCK_STREAM ? cfg_payload_len : 1; in validate_key() 147 stepsize = cfg_use_cmsg_opt_id ? 0 : stepsize; in validate_key() 148 if (tskey != saved_tskey + stepsize) { in validate_key() 150 tskey, saved_tskey + stepsize); in validate_key()
|
/linux-6.14.4/include/media/ |
D | tuner-types.h | 185 * @stepsize: frequency step, in Hz. 196 u32 stepsize; member
|
/linux-6.14.4/drivers/media/tuners/ |
D | tuner-types.c | 1677 .stepsize = 62500, 1715 .stepsize = 62500, 1735 .stepsize = 62500, 1779 .stepsize = 62500, 1797 .stepsize = 166667, 1807 .stepsize = 62500, 1826 .stepsize = 166667, 1834 .stepsize = 62500, 1858 .stepsize = 166667, 1893 .stepsize = 166667, [all …]
|
D | tuner-simple.c | 858 if (!tun->stepsize) { in simple_dvb_configure() 861 tuner_err("attempt to treat tuner %d (%s) as digital tuner without stepsize defined.\n", in simple_dvb_configure() 872 tun->stepsize/2) / tun->stepsize; in simple_dvb_configure() 885 return (div * tun->stepsize) - t_params->iffreq; in simple_dvb_configure()
|
/linux-6.14.4/drivers/media/dvb-frontends/ |
D | mt352_priv.h | 110 /* here we assume 1/6MHz == 166.66kHz stepsize */
|
D | dvb-pll.c | 63 u32 stepsize; member 617 desc->entries[i].stepsize/2) / desc->entries[i].stepsize; in dvb_pll_configure() 631 return (div * desc->entries[i].stepsize) - desc->iffreq; in dvb_pll_configure()
|
D | nxt200x.c | 1191 .frequency_stepsize_hz = 166666, /* stepsize is just a guess */
|
/linux-6.14.4/include/linux/mtd/ |
D | rawnand.h | 260 * @stepsize: data bytes per ECC step 265 int stepsize; member 282 /* a shorthand to generate struct nand_ecc_caps with only one ECC stepsize */ 286 .stepsize = __step, \
|
/linux-6.14.4/drivers/mtd/nand/raw/ |
D | mxc_nand.c | 939 int stepsize = nand_chip->ecc.bytes == 9 ? 16 : 26; in mxc_v2_ooblayout_ecc() local 944 oobregion->offset = (section * stepsize) + 7; in mxc_v2_ooblayout_ecc() 954 int stepsize = nand_chip->ecc.bytes == 9 ? 16 : 26; in mxc_v2_ooblayout_free() local 968 oobregion->offset = section * stepsize; in mxc_v2_ooblayout_free()
|
D | cadence-nand-controller.c | 1103 cdns_ctrl->ecc_stepinfos[0].stepsize = in cadence_nand_read_bch_caps() 1106 cdns_ctrl->ecc_stepinfos[1].stepsize = in cadence_nand_read_bch_caps() 1122 if (cdns_ctrl->ecc_stepinfos[i].stepsize != 0) in cadence_nand_read_bch_caps() 1125 if (cdns_ctrl->ecc_stepinfos[i].stepsize > max_step_size) in cadence_nand_read_bch_caps() 1126 max_step_size = cdns_ctrl->ecc_stepinfos[i].stepsize; in cadence_nand_read_bch_caps()
|
D | meson_nand.c | 241 .stepsize = 1024, 246 .stepsize = 512,
|
D | arasan-nand-controller.c | 1090 .stepsize = SZ_512, 1095 .stepsize = SZ_1K,
|
D | nand_base.c | 6032 if (stepinfo->stepsize != preset_step) in nand_check_ecc_caps() 6096 step_size = stepinfo->stepsize; in nand_match_ecc_req() 6169 step_size = stepinfo->stepsize; in nand_maximize_ecc()
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_dmcu.c | 418 /* Set backlight ramping stepsize */ in dcn10_dmcu_init()
|
/linux-6.14.4/sound/pci/hda/ |
D | hda_proc.c | 103 snd_iprintf(buffer, "ofs=0x%02x, nsteps=0x%02x, stepsize=0x%02x, " in print_amp_caps()
|
/linux-6.14.4/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy_10nm.c | 179 pr_debug("SSC: div_per:0x%X, stepsize:0x%X, adjper:0x%X\n", in dsi_pll_calc_ssc()
|
D | dsi_phy_7nm.c | 199 pr_debug("SSC: div_per:0x%X, stepsize:0x%X, adjper:0x%X\n", in dsi_pll_calc_ssc()
|
/linux-6.14.4/include/uapi/linux/ |
D | rkisp1-config.h | 610 * @histogram_predivider: process every stepsize pixel, all other pixels are
|
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 18282 uint stepsize; in wlc_phy_cal_txgainctrl_nphy() local 18286 stepsize = 2; in wlc_phy_cal_txgainctrl_nphy() 18288 stepsize = 1; in wlc_phy_cal_txgainctrl_nphy() 18359 txpwrindex -= stepsize * delta_power; in wlc_phy_cal_txgainctrl_nphy()
|