/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | compr_rtime.c | 89 int repeat; in jffs2_rtime_decompress() local 93 repeat = data_in[pos++]; in jffs2_rtime_decompress() 97 if (repeat) { in jffs2_rtime_decompress() 98 if (backoffs + repeat >= outpos) { in jffs2_rtime_decompress() 99 while(repeat) { in jffs2_rtime_decompress() 101 repeat--; in jffs2_rtime_decompress() 104 memcpy(&cpage_out[outpos],&cpage_out[backoffs],repeat); in jffs2_rtime_decompress() 105 outpos+=repeat; in jffs2_rtime_decompress()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | compr_rtime.c | 89 int repeat; in jffs2_rtime_decompress() local 93 repeat = data_in[pos++]; in jffs2_rtime_decompress() 97 if (repeat) { in jffs2_rtime_decompress() 98 if (backoffs + repeat >= outpos) { in jffs2_rtime_decompress() 99 while(repeat) { in jffs2_rtime_decompress() 101 repeat--; in jffs2_rtime_decompress() 104 memcpy(&cpage_out[outpos],&cpage_out[backoffs],repeat); in jffs2_rtime_decompress() 105 outpos+=repeat; in jffs2_rtime_decompress()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/ |
H A D | text_radialgradient_test.cpp | 32 int32_t repeat = 0; in TestTextRadialGradient002() local 36 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestTextRadialGradient002() 44 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestTextRadialGradient002() 52 int32_t repeat = 0; in TestTextRadialGradient003() local 56 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestTextRadialGradient003() 64 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestTextRadialGradient003() 72 int32_t repeat = 1; in TestTextRadialGradient004() local 76 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestTextRadialGradient004() 84 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestTextRadialGradient004() 92 int32_t repeat in TestTextRadialGradient005() local [all...] |
H A D | text_sweepgradient_test.cpp | 37 int32_t repeat = 0; in TestTextSweepGradient002() local 42 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestTextSweepGradient002() 51 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestTextSweepGradient002() 66 int32_t repeat = 0; in TestTextSweepGradient003() local 71 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestTextSweepGradient003() 80 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestTextSweepGradient003() 95 int32_t repeat = 1; in TestTextSweepGradient004() local 100 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestTextSweepGradient004() 109 ASSERT_EQ(nodeAPI->getAttribute(text, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestTextSweepGradient004() 124 int32_t repeat in TestTextSweepGradient005() local [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
H A D | customcomponent_radialgradient_test.cpp | 32 int32_t repeat = 0; in TestCustomComponentRadialGradient002() local 36 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCustomComponentRadialGradient002() 43 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCustomComponentRadialGradient002() 52 int32_t repeat = 0; in TestCustomComponentRadialGradient003() local 56 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCustomComponentRadialGradient003() 63 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCustomComponentRadialGradient003() 72 int32_t repeat = 1; in TestCustomComponentRadialGradient004() local 76 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCustomComponentRadialGradient004() 83 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCustomComponentRadialGradient004()
|
H A D | customcomponent_sweepgradient_test.cpp | 37 int32_t repeat = 0; in TestCustomComponentSweepGradient002() local 42 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCustomComponentSweepGradient002() 51 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCustomComponentSweepGradient002() 63 int32_t repeat = 0; in TestCustomComponentSweepGradient003() local 68 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCustomComponentSweepGradient003() 77 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCustomComponentSweepGradient003() 89 int32_t repeat = 1; in TestCustomComponentSweepGradient004() local 94 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCustomComponentSweepGradient004() 103 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCustomComponentSweepGradient004() 115 int32_t repeat in TestCustomComponentSweepGradient005() local [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
H A D | commonattrs_radialgradient_test.cpp | 32 int32_t repeat = 0; in TestCommonAttrsRadialGradient002() local 36 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCommonAttrsRadialGradient002() 43 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCommonAttrsRadialGradient002() 52 int32_t repeat = 0; in TestCommonAttrsRadialGradient003() local 56 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCommonAttrsRadialGradient003() 63 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCommonAttrsRadialGradient003() 72 int32_t repeat = 1; in TestCommonAttrsRadialGradient004() local 76 ArkUI_NumberValue value[] = {{.f32 = offsetValue}, {.f32 = offsetValue}, {.f32 = offsetValue}, {.i32 = repeat}}; in TestCommonAttrsRadialGradient004() 83 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_RADIAL_GRADIENT)->value[PARAM_3].i32, repeat); in TestCommonAttrsRadialGradient004()
|
H A D | commonattrs_sweepgradient_test.cpp | 37 int32_t repeat = 0; in TestCommonAttrsSweepGradient002() local 42 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCommonAttrsSweepGradient002() 51 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCommonAttrsSweepGradient002() 63 int32_t repeat = 0; in TestCommonAttrsSweepGradient003() local 68 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCommonAttrsSweepGradient003() 77 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCommonAttrsSweepGradient003() 89 int32_t repeat = 1; in TestCommonAttrsSweepGradient004() local 94 {.f32 = endValue}, {.f32 = angleValue}, {.i32 = repeat}}; in TestCommonAttrsSweepGradient004() 103 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_SWEEP_GRADIENT)->value[PARAM_5].i32, repeat); in TestCommonAttrsSweepGradient004() 115 int32_t repeat in TestCommonAttrsSweepGradient005() local [all...] |
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_api_mlvec.cpp | 262 st_ref[0].repeat = 0; in vpu_api_mlvec_set_dy_max_tid() 274 st_ref[0].repeat = 0; in vpu_api_mlvec_set_dy_max_tid() 280 st_ref[1].repeat = 0; in vpu_api_mlvec_set_dy_max_tid() 286 st_ref[2].repeat = 0; // st 2 layer 0 - ref in vpu_api_mlvec_set_dy_max_tid() 298 st_ref[0].repeat = 0; in vpu_api_mlvec_set_dy_max_tid() 304 st_ref[1].repeat = 0; in vpu_api_mlvec_set_dy_max_tid() 310 st_ref[2].repeat = 0; // layer 2 in vpu_api_mlvec_set_dy_max_tid() 316 st_ref[3].repeat = 0; // layer 3 in vpu_api_mlvec_set_dy_max_tid() 322 st_ref[4].repeat = 0; // layer 4 in vpu_api_mlvec_set_dy_max_tid() 334 st_ref[0].repeat in vpu_api_mlvec_set_dy_max_tid() [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | ump_convert.c | 33 u16 val, repeat; in upscale_7_to_16bit() local 38 repeat = src & 0x3f; in upscale_7_to_16bit() 39 return val | (repeat << 3) | (repeat >> 3); in upscale_7_to_16bit() 44 u32 val, repeat; in upscale_7_to_32bit() local 49 repeat = src & 0x3f; in upscale_7_to_32bit() 50 return val | (repeat << 19) | (repeat << 13) | in upscale_7_to_32bit() 51 (repeat << 7) | (repeat << in upscale_7_to_32bit() 56 u32 val, repeat; upscale_14_to_32bit() local [all...] |
/kernel/linux/linux-5.10/kernel/power/ |
H A D | suspend_test.c | 78 repeat: in test_wakealarm() 118 goto repeat; in test_wakealarm() 153 char *repeat; in setup_test_suspend() local 162 repeat = strsep(&value, ","); in setup_test_suspend() 163 if (repeat) { in setup_test_suspend() 164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
|
/kernel/linux/linux-6.6/kernel/power/ |
H A D | suspend_test.c | 78 repeat: in test_wakealarm() 118 goto repeat; in test_wakealarm() 153 char *repeat; in setup_test_suspend() local 162 repeat = strsep(&value, ","); in setup_test_suspend() 163 if (repeat) { in setup_test_suspend() 164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | handler.py | 73 repeat, repeat_round = 1, 1 75 repeat = task.config.repeat 82 round_folder = f"round{repeat_round}" if repeat > 1 else "" 99 ReportConstant.repeat: str(repeat),
|
/kernel/linux/linux-5.10/sound/usb/line6/ |
H A D | midibuf.c | 130 int repeat = 0; in line6_midibuf_read() local 173 repeat = 1; in line6_midibuf_read() 224 memcpy(data + repeat, this->buf + this->pos_read, length); in line6_midibuf_read() 229 memcpy(data + repeat, this->buf + this->pos_read, length1); in line6_midibuf_read() 230 memcpy(data + repeat + length1, this->buf, length2); in line6_midibuf_read() 234 if (repeat) in line6_midibuf_read() 238 return length + repeat; in line6_midibuf_read()
|
/kernel/linux/linux-6.6/sound/usb/line6/ |
H A D | midibuf.c | 130 int repeat = 0; in line6_midibuf_read() local 173 repeat = 1; in line6_midibuf_read() 224 memcpy(data + repeat, this->buf + this->pos_read, length); in line6_midibuf_read() 229 memcpy(data + repeat, this->buf + this->pos_read, length1); in line6_midibuf_read() 230 memcpy(data + repeat + length1, this->buf, length2); in line6_midibuf_read() 234 if (repeat) in line6_midibuf_read() 238 return length + repeat; in line6_midibuf_read()
|
/device/soc/rockchip/rk3399/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 95 st_ref[REF_NUM_0].repeat = 0; in mpi_enc_gen_ref_cfg() 101 st_ref[REF_NUM_1].repeat = 0; in mpi_enc_gen_ref_cfg() 107 st_ref[REF_NUM_2].repeat = 0; in mpi_enc_gen_ref_cfg() 113 st_ref[REF_NUM_3].repeat = 0; in mpi_enc_gen_ref_cfg() 119 st_ref[REF_NUM_4].repeat = 0; in mpi_enc_gen_ref_cfg() 125 st_ref[REF_NUM_5].repeat = 0; in mpi_enc_gen_ref_cfg() 131 st_ref[REF_NUM_6].repeat = 0; in mpi_enc_gen_ref_cfg() 137 st_ref[REF_NUM_7].repeat = 0; in mpi_enc_gen_ref_cfg() 143 st_ref[REF_NUM_8].repeat = 0; in mpi_enc_gen_ref_cfg() 162 st_ref[REF_NUM_0].repeat in mpi_enc_gen_ref_cfg() [all...] |
/device/soc/rockchip/rk3568/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 96 st_ref[REF_NUM_0].repeat = 0; in mpi_enc_gen_ref_cfg() 102 st_ref[REF_NUM_1].repeat = 0; in mpi_enc_gen_ref_cfg() 108 st_ref[REF_NUM_2].repeat = 0; in mpi_enc_gen_ref_cfg() 114 st_ref[REF_NUM_3].repeat = 0; in mpi_enc_gen_ref_cfg() 120 st_ref[REF_NUM_4].repeat = 0; in mpi_enc_gen_ref_cfg() 126 st_ref[REF_NUM_5].repeat = 0; in mpi_enc_gen_ref_cfg() 132 st_ref[REF_NUM_6].repeat = 0; in mpi_enc_gen_ref_cfg() 138 st_ref[REF_NUM_7].repeat = 0; in mpi_enc_gen_ref_cfg() 144 st_ref[REF_NUM_8].repeat = 0; in mpi_enc_gen_ref_cfg() 163 st_ref[REF_NUM_0].repeat in mpi_enc_gen_ref_cfg() [all...] |
/device/soc/rockchip/common/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 75 st_ref[0].repeat = 0; in mpi_enc_gen_ref_cfg() 81 st_ref[1].repeat = 0; in mpi_enc_gen_ref_cfg() 87 st_ref[0x2].repeat = 0; in mpi_enc_gen_ref_cfg() 93 st_ref[0x3].repeat = 0; in mpi_enc_gen_ref_cfg() 99 st_ref[0x4].repeat = 0; in mpi_enc_gen_ref_cfg() 105 st_ref[0x5].repeat = 0; in mpi_enc_gen_ref_cfg() 111 st_ref[0x6].repeat = 0; in mpi_enc_gen_ref_cfg() 117 st_ref[0x7].repeat = 0; in mpi_enc_gen_ref_cfg() 123 st_ref[0x8].repeat = 0; in mpi_enc_gen_ref_cfg() 142 st_ref[0].repeat in mpi_enc_gen_ref_cfg() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | prog_run_opts.c | 31 .repeat = 1, in test_prog_run_opts() 56 run_cnt += topts.repeat; in test_prog_run_opts() 61 topts.repeat = 2; in test_prog_run_opts() 69 run_cnt += topts.repeat; in test_prog_run_opts()
|
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 61 u32 repeat, int *err, u32 *duration) 65 if (t->i >= repeat) { in __must_hold() 282 u32 repeat) in xdp_test_run_batch() 293 batch_sz = min_t(u32, repeat, xdp->batch_size); in xdp_test_run_batch() 365 u32 repeat, u32 batch_size, u32 *time) in bpf_test_run_xdp_live() 372 if (!repeat) in bpf_test_run_xdp_live() 373 repeat = 1; in bpf_test_run_xdp_live() 382 ret = xdp_test_run_batch(&xdp, prog, repeat - t.i); in bpf_test_run_xdp_live() 385 } while (bpf_test_timer_continue(&t, xdp.frame_cnt, repeat, &ret, time)); in bpf_test_run_xdp_live() 392 static int bpf_test_run(struct bpf_prog *prog, void *ctx, u32 repeat, in bpf_test_run() argument 281 xdp_test_run_batch(struct xdp_test_data *xdp, struct bpf_prog *prog, u32 repeat) xdp_test_run_batch() argument 364 bpf_test_run_xdp_live(struct bpf_prog *prog, struct xdp_buff *ctx, u32 repeat, u32 batch_size, u32 *time) bpf_test_run_xdp_live() argument 951 u32 repeat = kattr->test.repeat; bpf_prog_test_run_skb() local 1147 u32 repeat = kattr->test.repeat; bpf_prog_test_run_xdp() local 1307 u32 repeat = kattr->test.repeat; bpf_prog_test_run_flow_dissector() local 1375 u32 repeat = kattr->test.repeat; bpf_prog_test_run_sk_lookup() local 1578 u32 repeat = kattr->test.repeat; bpf_prog_test_run_nf() local [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | streamline_config.pl | 434 my $repeat = 1; 465 $repeat = 1; # do again 533 $repeat = 1; 543 $repeat = 1; 545 while ($repeat) { 546 $repeat = 0; 585 while ($repeat) { 589 $repeat = 0;
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | streamline_config.pl | 434 my $repeat = 1; 465 $repeat = 1; # do again 533 $repeat = 1; 543 $repeat = 1; 545 while ($repeat) { 546 $repeat = 0; 585 while ($repeat) { 589 $repeat = 0;
|
/kernel/linux/linux-5.10/net/bpf/ |
H A D | test_run.c | 19 static int bpf_test_run(struct bpf_prog *prog, void *ctx, u32 repeat, in bpf_test_run() argument 40 if (!repeat) in bpf_test_run() 41 repeat = 1; in bpf_test_run() 47 for (i = 0; i < repeat; i++) { in bpf_test_run() 77 do_div(time_spent, repeat); in bpf_test_run() 274 /* doesn't support data_in/out, ctx_out, duration, or repeat */ in bpf_prog_test_run_raw_tp() 277 kattr->test.repeat) in bpf_prog_test_run_raw_tp() 498 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_skb() local 592 ret = bpf_test_run(prog, skb, repeat, in bpf_prog_test_run_skb() 631 u32 repeat = kattr->test.repeat; bpf_prog_test_run_xdp() local 694 u32 repeat = kattr->test.repeat; bpf_prog_test_run_flow_dissector() local [all...] |
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | ipl_report.c | 56 repeat: in find_bootdata_space() 62 goto repeat; in find_bootdata_space() 67 goto repeat; in find_bootdata_space() 71 goto repeat; in find_bootdata_space() 76 goto repeat; in find_bootdata_space()
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress_literals.c | 102 { HUF_repeat repeat = prevHuf->repeatMode; in ZSTD_compressLiterals() local 104 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; in ZSTD_compressLiterals() 109 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2, suspectUncompressible) : in ZSTD_compressLiterals() 113 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2, suspectUncompressible); in ZSTD_compressLiterals() 114 if (repeat != HUF_repeat_none) { in ZSTD_compressLiterals()
|