Home
last modified time | relevance | path

Searched full:stepsize (Results 1 – 14 of 14) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_fast.c199 size_t const stepSize = cParams->targetLength + !(cParams->targetLength) + 1; /* min 2 */ in ZSTD_compressBlock_fast_noDict_generic() local
248 step = stepSize; in ZSTD_compressBlock_fast_noDict_generic()
489 /* support stepSize of 0 */ in ZSTD_compressBlock_fast_dictMatchState_generic()
490 U32 const stepSize = cParams->targetLength + !(cParams->targetLength); in ZSTD_compressBlock_fast_dictMatchState_generic() local
494 const BYTE* ip1 = ip0 + stepSize; /* we assert below that stepSize >= 1 */ in ZSTD_compressBlock_fast_dictMatchState_generic()
540 assert(stepSize >= 1); in ZSTD_compressBlock_fast_dictMatchState_generic()
551 size_t step = stepSize; in ZSTD_compressBlock_fast_dictMatchState_generic()
667 ip1 = ip0 + stepSize; in ZSTD_compressBlock_fast_dictMatchState_generic()
715 /* support stepSize of 0 */ in ZSTD_compressBlock_fast_extDict_generic()
716 size_t const stepSize = cParams->targetLength + !(cParams->targetLength) + 1; in ZSTD_compressBlock_fast_extDict_generic() local
[all …]
/linux/tools/testing/selftests/net/
H A Dtxtimestamp.c136 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/drivers/spi/
H A Dspi-amlogic-spifc-a4.c167 u32 stepsize; member
206 #define AML_ECC_DATA(sz, s, b) { .stepsize = (sz), .strength = (s), .bch = (b) }
699 page_size = ecc_cfg->stepsize * ecc_cfg->nsteps; in aml_sfc_read_page_hwecc()
752 page_size = ecc_cfg->stepsize * ecc_cfg->nsteps; in aml_sfc_write_page_hwecc()
840 if (op->data.nbytes > ecc_cfg->stepsize * ECC_BCH_MAX_SECT_SIZE) in aml_sfc_adjust_op_size()
960 if (ecc_caps[i].stepsize == ecc_step_size) { in aml_sfc_ecc_init_ctx()
992 ecc_cfg->stepsize = nand->ecc.ctx.conf.step_size; in aml_sfc_ecc_init_ctx()
/linux/drivers/media/dvb-frontends/
H A Dmt352_priv.h110 /* here we assume 1/6MHz == 166.66kHz stepsize */
H A Ddvb-pll.c63 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()
H A Dnxt200x.c1191 .frequency_stepsize_hz = 166666, /* stepsize is just a guess */
/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c939 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()
H A Dmeson_nand.c241 .stepsize = 1024,
246 .stepsize = 512,
H A Darasan-nand-controller.c1090 .stepsize = SZ_512,
1095 .stepsize = SZ_1K,
H A Dnand_base.c5901 if (stepinfo->stepsize != preset_step) in nand_check_ecc_caps()
5965 step_size = stepinfo->stepsize; in nand_match_ecc_req()
6038 step_size = stepinfo->stepsize; in nand_maximize_ecc()
/linux/include/linux/mtd/
H A Drawnand.h260 * @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/sound/hda/common/
H A Dproc.c103 snd_iprintf(buffer, "ofs=0x%02x, nsteps=0x%02x, stepsize=0x%02x, " in print_amp_caps()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.c418 /* Set backlight ramping stepsize */ in dcn10_dmcu_init()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c18282 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()