Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/kernel/scripts/genksyms/
H A Dlex.l139 repeat:
166 goto repeat;
185 goto repeat;
189 goto repeat;
193 goto repeat;
218 goto repeat;
226 goto repeat;
246 goto repeat;
254 goto repeat;
256 goto repeat;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dlanguage_tag.cpp108 using qi::repeat; in bcp47_parser()
128 language %= (repeat(2,3)[alpha] >> -("-" >> extlang)) // shortest ISO 639 code in bcp47_parser()
130 | repeat(4)[alpha] // or reserved for future use in bcp47_parser()
131 | repeat(5,8)[alpha]; // or registered language subtag in bcp47_parser()
134 …extlang = repeat(3)[alpha] >> (&lit('-') | eoi) >> repeat(0,2)["-" >> repeat(3)[alpha] >> (&lit('-… in bcp47_parser()
136 script = repeat(4)[alpha] >> (&lit('-') | eoi); in bcp47_parser()
138 region = (repeat(2)[alpha] | repeat(3)[digit]) >> (&lit('-') | eoi); in bcp47_parser()
140 variant = (repeat(5,8)[alnum] | (digit >> repeat(3,inf)[alnum])) >> (&lit('-') | eoi); in bcp47_parser()
142 extension = singleton >> +("-" >> repeat(2,8)[alnum]) >> (&lit('-') | eoi); in bcp47_parser()
146 privateuse = "x" >> +("-" >> repeat(1,8)[alnum]) >> (&lit('-') | eoi); in bcp47_parser()
/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_enc_ref_test.c63 st_ref[0].repeat = 0; in main()
69 st_ref[1].repeat = 0; in main()
75 st_ref[2].repeat = 0; in main()
81 st_ref[3].repeat = 0; in main()
87 st_ref[4].repeat = 0; in main()
93 st_ref[5].repeat = 0; in main()
99 st_ref[6].repeat = 0; in main()
105 st_ref[7].repeat = 0; in main()
111 st_ref[8].repeat = 0; in main()
150 st_ref[0].repeat = 0; in main()
[all …]
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Dcompr_rtime.c66 int repeat; in rtime_decompress() local
70 repeat = data_in[pos++]; in rtime_decompress()
74 if (repeat) { in rtime_decompress()
75 if (backoffs + repeat >= outpos) { in rtime_decompress()
76 while(repeat) { in rtime_decompress()
78 repeat--; in rtime_decompress()
81 for (i = 0; i < repeat; i++) in rtime_decompress()
83 outpos+=repeat; in rtime_decompress()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dcompr_rtime.c89 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()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_mlvec.cpp269 st_ref[0].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
282 st_ref[0].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
288 st_ref[1].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
294 st_ref[2].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
307 st_ref[0].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
313 st_ref[1].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
319 st_ref[2].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
325 st_ref[3].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
331 st_ref[4].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
344 st_ref[0].repeat = 0; in vpu_api_mlvec_set_dy_max_tid()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/
H A Drepeat.hpp36 struct use_directive<qi::domain, tag::repeat> // enables repeat[p]
41 , terminal_ex<tag::repeat // enables repeat(exact)[p]
47 , terminal_ex<tag::repeat // enables repeat(min, max)[p]
53 , terminal_ex<tag::repeat // enables repeat(min, inf)[p]
60 , tag::repeat
67 , tag::repeat
75 using spirit::repeat;
221 struct make_directive<tag::repeat, Subject, Modifiers>
232 terminal_ex<tag::repeat, fusion::vector1<T> >, Subject, Modifiers>
247 terminal_ex<tag::repeat, fusion::vector2<T, T> >, Subject, Modifiers>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dtimer.cpp19 repeat = repeat_; in start()
31 if (repeat) { in timerFired()
33 timer.start(repeat); in timerFired()
45 void Timer::start(Duration timeout, Duration repeat, std::function<void()>&& cb) { in start() argument
47 std::chrono::duration_cast<std::chrono::milliseconds>(repeat).count(), in start()
/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c51 static bool bpf_test_timer_continue(struct bpf_test_timer *t, u32 repeat, int *err, u32 *duration) in bpf_test_timer_continue() argument
55 if (t->i >= repeat) { in bpf_test_timer_continue()
86 static int bpf_test_run(struct bpf_prog *prog, void *ctx, u32 repeat, in bpf_test_run() argument
104 if (!repeat) in bpf_test_run()
105 repeat = 1; in bpf_test_run()
120 } while (bpf_test_timer_continue(&t, repeat, &ret, time)); in bpf_test_run()
320 kattr->test.repeat) in bpf_prog_test_run_raw_tp()
544 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_skb() local
638 ret = bpf_test_run(prog, skb, repeat, &retval, &duration, false); in bpf_prog_test_run_skb()
677 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_xdp() local
[all …]
/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_enc_utils.c689 st_ref[0].repeat = 0; in mpi_enc_gen_ref_cfg()
695 st_ref[1].repeat = 0; in mpi_enc_gen_ref_cfg()
701 st_ref[2].repeat = 0; in mpi_enc_gen_ref_cfg()
707 st_ref[3].repeat = 0; in mpi_enc_gen_ref_cfg()
713 st_ref[4].repeat = 0; in mpi_enc_gen_ref_cfg()
719 st_ref[5].repeat = 0; in mpi_enc_gen_ref_cfg()
725 st_ref[6].repeat = 0; in mpi_enc_gen_ref_cfg()
731 st_ref[7].repeat = 0; in mpi_enc_gen_ref_cfg()
737 st_ref[8].repeat = 0; in mpi_enc_gen_ref_cfg()
755 st_ref[0].repeat = 0; in mpi_enc_gen_ref_cfg()
[all …]
/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Dmidibuf.c134 int repeat = 0; in line6_midibuf_read() local
164 repeat = 1; in line6_midibuf_read()
215 memcpy(data + repeat, this->buf + this->pos_read, length); in line6_midibuf_read()
220 memcpy(data + repeat, this->buf + this->pos_read, length1); in line6_midibuf_read()
221 memcpy(data + repeat + length1, this->buf, length2); in line6_midibuf_read()
225 if (repeat) in line6_midibuf_read()
229 return length + repeat; in line6_midibuf_read()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dsuspend_test.c78 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()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dstreamline_config.pl434 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;
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dstreamline_config.pl434 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;
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dstreamline_config.pl433 my $repeat = 1;
464 $repeat = 1; # do again
532 $repeat = 1;
542 $repeat = 1;
544 while ($repeat) {
545 $repeat = 0;
584 while ($repeat) {
588 $repeat = 0;
/OK3568_Linux_fs/kernel/drivers/leds/trigger/
H A Dledtrig-pattern.c31 int repeat; member
43 data->repeat--; in pattern_trig_update_patterns()
79 if (!data->is_indefinite && !data->repeat) in pattern_trig_timer_function()
129 data->npatterns, data->repeat); in pattern_trig_start_pattern()
150 int repeat; in repeat_show() local
154 repeat = data->last_repeat; in repeat_show()
158 return scnprintf(buf, PAGE_SIZE, "%d\n", repeat); in repeat_show()
183 data->last_repeat = data->repeat = res; in repeat_store()
185 if (data->repeat == -1) in repeat_store()
196 static DEVICE_ATTR_RW(repeat);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dtimer.cpp28 void start(uint64_t timeout, uint64_t repeat, std::function<void ()>&& cb_) { in start() argument
30 if (uv_timer_start(timer, timerCallback, timeout, repeat) != 0) { in start()
62 void Timer::start(Duration timeout, Duration repeat, std::function<void()>&& cb) { in start() argument
64 std::chrono::duration_cast<Milliseconds>(repeat).count(), in start()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dutils.c32 repeat: in erofs_workgroup_get()
38 goto repeat; in erofs_workgroup_get()
52 repeat: in erofs_find_workgroup()
59 goto repeat; in erofs_find_workgroup()
81 repeat: in erofs_insert_workgroup()
92 goto repeat; in erofs_insert_workgroup()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dprintf.c136 repeat: in vsprintf()
141 goto repeat; in vsprintf()
144 goto repeat; in vsprintf()
147 goto repeat; in vsprintf()
150 goto repeat; in vsprintf()
153 goto repeat; in vsprintf()
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A Dstdio.c136 repeat: in vsprintf()
139 case '-': flags |= LEFT; goto repeat; in vsprintf()
140 case '+': flags |= PLUS; goto repeat; in vsprintf()
141 case ' ': flags |= SPACE; goto repeat; in vsprintf()
142 case '#': flags |= SPECIAL; goto repeat; in vsprintf()
143 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dhuf_compress.c654 …eam, void *workSpace, size_t wkspSize, HUF_CElt *oldHufTable, HUF_repeat *repeat, int preferRepeat) in HUF_compress_internal() argument
689 if (preferRepeat && repeat && *repeat == HUF_repeat_valid) { in HUF_compress_internal()
705 …if (repeat && *repeat == HUF_repeat_check && !HUF_validateCTable(oldHufTable, count, maxSymbolValu… in HUF_compress_internal()
706 *repeat = HUF_repeat_none; in HUF_compress_internal()
709 if (preferRepeat && repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal()
726 if (repeat && *repeat != HUF_repeat_none) { in HUF_compress_internal()
738 if (repeat) { in HUF_compress_internal()
739 *repeat = HUF_repeat_none; in HUF_compress_internal()
755 size_t wkspSize, HUF_CElt *hufTable, HUF_repeat *repeat, int preferRepeat) in HUF_compress1X_repeat() argument
757 …rc, srcSize, maxSymbolValue, huffLog, 1 /* single stream */, workSpace, wkspSize, hufTable, repeat, in HUF_compress1X_repeat()
[all …]
/OK3568_Linux_fs/u-boot/common/
H A Diomux.c30 int i, j, k, io_flag, cs_idx, repeat; in iomux_doenv() local
108 repeat = 0; in iomux_doenv()
111 repeat++; in iomux_doenv()
115 if (repeat) in iomux_doenv()
/OK3568_Linux_fs/u-boot/test/rockchip/
H A Dtest-misc.c103 int keycode, repeat; in ir_test() local
130 repeat = rc_get_repeat(dev); in ir_test()
134 if (keycode != last_keycode || repeat != last_repeat) { in ir_test()
136 keycode, repeat); in ir_test()
138 last_repeat = repeat; in ir_test()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-pattern29 What: /sys/class/leds/<led>/repeat
33 Specify a pattern repeat number. -1 means repeat indefinitely,
36 This file will always return the originally written repeat
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dstdio.c172 repeat: in vsprintf()
175 case '-': flags |= LEFT; goto repeat; in vsprintf()
176 case '+': flags |= PLUS; goto repeat; in vsprintf()
177 case ' ': flags |= SPACE; goto repeat; in vsprintf()
178 case '#': flags |= SPECIAL; goto repeat; in vsprintf()
179 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()

12345678910>>...16