Searched refs:rep (Results 1 – 12 of 12) sorted by relevance
/u-boot/drivers/xen/ |
A D | xenbus.c | 290 memcpy(res, rep + 1, rep->len); in errmsg() 292 free(rep); in errmsg() 343 memcpy(res, rep + 1, rep->len); in xenbus_read() 345 free(rep); in xenbus_read() 364 free(rep); in xenbus_write() 378 free(rep); in xenbus_rm() 395 memcpy(res, rep + 1, rep->len); in xenbus_get_perms() 397 free(rep); in xenbus_get_perms() 420 free(rep); in xenbus_set_perms() 438 free(rep); in xenbus_transaction_start() [all …]
|
/u-boot/lib/zstd/ |
A D | zstd_opt.h | 425 rep[i] = ctx->rep[i]; in ZSTD_compressBlock_opt_generic() 499 opt[0].rep[i] = rep[i]; in ZSTD_compressBlock_opt_generic() 652 rep[2] = rep[1]; in ZSTD_compressBlock_opt_generic() 653 rep[1] = rep[0]; in ZSTD_compressBlock_opt_generic() 660 rep[2] = rep[1]; in ZSTD_compressBlock_opt_generic() 661 rep[1] = rep[0]; in ZSTD_compressBlock_opt_generic() 719 rep[i] = ctx->rep[i]; in ZSTD_compressBlock_opt_extDict_generic() 966 rep[2] = rep[1]; in ZSTD_compressBlock_opt_extDict_generic() 967 rep[1] = rep[0]; in ZSTD_compressBlock_opt_extDict_generic() 974 rep[2] = rep[1]; in ZSTD_compressBlock_opt_extDict_generic() [all …]
|
A D | decompress.c | 65 U32 rep[ZSTD_REP_NUM]; member 1113 seqState.prevOffset[i] = dctx->entropy.rep[i]; in ZSTD_decompressSequences() 1138 dctx->entropy.rep[i] = (U32)(seqState.prevOffset[i]); in ZSTD_decompressSequences() 1376 seqState.prevOffset[i] = dctx->entropy.rep[i]; in ZSTD_decompressSequencesLong() 1420 dctx->entropy.rep[i] = (U32)(seqState.prevOffset[i]); in ZSTD_decompressSequencesLong() 1922 U32 const rep = ZSTD_readLE32(dictPtr); in ZSTD_loadEntropy() local 1924 if (rep == 0 || rep >= dictContentSize) in ZSTD_loadEntropy() 1926 entropy->rep[i] = rep; in ZSTD_loadEntropy() 2001 dstDCtx->entropy.rep[0] = ddict->entropy.rep[0]; in ZSTD_refDDict() 2002 dstDCtx->entropy.rep[1] = ddict->entropy.rep[1]; in ZSTD_refDDict() [all …]
|
A D | zstd_internal.h | 159 U32 rep[ZSTD_REP_NUM]; member
|
/u-boot/drivers/video/ |
A D | ihs_video_out.c | 138 uint k, rep; in ihs_video_out_set_mem() local 142 for (rep = 0; rep < count; ++rep) { in ihs_video_out_set_mem() 143 offset = row * priv->base_width + col + rep * (buflen / 2); in ihs_video_out_set_mem()
|
/u-boot/drivers/ddr/marvell/a38x/ |
A D | ddr3_training_hw_algo.c | 162 u32 pup = 0, if_id = 0, num_pup = 0, rep = 0; in ddr3_tip_vref() local 225 for (rep = 1; rep < 4; rep++) { in ddr3_tip_vref() 248 [if_id] * (rep - 1) + in ddr3_tip_vref() 249 1000 * res[pup]) / rep; in ddr3_tip_vref()
|
A D | ddr3_debug.c | 947 u32 adll = 0, rep = 0, pattern_idx = 0; in ddr3_tip_run_sweep_test() local 999 for (rep = 0; rep < repeat_num; rep++) { in ddr3_tip_run_sweep_test() 1093 u32 adll = 0, rep = 0, pattern_idx = 0; in ddr3_tip_run_leveling_sweep_test() local 1144 for (rep = 0; rep < repeat_num; rep++) { in ddr3_tip_run_leveling_sweep_test()
|
/u-boot/arch/arm/dts/ |
A D | imx7d-pico-hobbit.dts | 78 ti,debounce-rep = /bits/ 16 <2>;
|
A D | at91sam9261ek.dts | 139 ti,debounce-rep = /bits/ 16 <0>;
|
/u-boot/lib/ |
A D | bch.c | 749 const struct gf_poly *a, int *rep) in gf_poly_logrep() argument 755 rep[i] = a->c[i] ? mod_s(bch, a_log(bch, a->c[i])+l) : -1; in gf_poly_logrep() 762 const struct gf_poly *b, int *rep) in gf_poly_mod() argument 772 if (!rep) { in gf_poly_mod() 773 rep = bch->cache; in gf_poly_mod() 774 gf_poly_logrep(bch, b, rep); in gf_poly_mod() 782 m = rep[i]; in gf_poly_mod()
|
/u-boot/arch/x86/cpu/intel_common/ |
A D | car.S | 119 rep stosl
|
/u-boot/doc/develop/ |
A D | coccinelle.rst | 99 - ``rep+ctxt`` runs successively the report mode and the context mode.
|
Completed in 29 milliseconds