Home
last modified time | relevance | path

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

12345678910>>...14

/openbmc/linux/scripts/genksyms/
H A Dlex.l138 repeat:
222 goto repeat;
230 goto repeat;
249 goto repeat;
257 goto repeat;
259 goto repeat;
269 goto repeat;
277 goto repeat;
279 goto repeat;
308 goto repeat;
[all …]
/openbmc/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()
/openbmc/linux/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()
/openbmc/openbmc-tools/bi2cp/
H A Dbi2cp308 def __init__(self, command, start, repeat): argument
309 assert repeat.record == I2CRecord.READ
312 self.repeat = repeat
313 assert start.address == repeat.address
317 start, end = 0, len(repeat.data.data)
323 self.data = repeat.data.data[start:end]
324 tail = repeat.data.data[end:]
331 self.response = repeat.data.response
337 smbus_pec_pack_address(self.repeat.address, self.repeat.record),
338 *self.repeat.data.data[:-1],
[all …]
/openbmc/linux/sound/core/
H A Dump_convert.c33 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 << 1) | (repeat >> 5); in upscale_7_to_32bit()
56 u32 val, repeat; in upscale_14_to_32bit() local
61 repeat = src & 0x1fff; in upscale_14_to_32bit()
62 return val | (repeat << 5) | (repeat >> 8); in upscale_14_to_32bit()
/openbmc/linux/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()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dprog_run_opts.c31 .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()
H A Drbtree.c17 .repeat = 1, in test_rbtree_add_nodes()
39 .repeat = 1, in test_rbtree_add_and_remove()
61 .repeat = 1, in test_rbtree_first_and_remove()
85 .repeat = 1, in test_rbtree_api_release_aliasing()
H A Dlocal_kptr_stash.c14 .repeat = 1, in test_local_kptr_stash_simple()
35 .repeat = 1, in test_local_kptr_stash_plain()
56 .repeat = 1, in test_local_kptr_stash_unstash()
/openbmc/linux/sound/usb/line6/
H A Dmidibuf.c130 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()
/openbmc/linux/net/bpf/
H A Dtest_run.c372 if (!repeat) in bpf_test_run_xdp_live()
373 repeat = 1; in bpf_test_run_xdp_live()
412 if (!repeat) in bpf_test_run()
413 repeat = 1; in bpf_test_run()
957 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_skb() local
1153 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_xdp() local
1313 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_flow_dissector() local
1334 if (!repeat) in bpf_prog_test_run_flow_dissector()
1335 repeat = 1; in bpf_prog_test_run_flow_dissector()
1381 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_sk_lookup() local
[all …]
/openbmc/u-boot/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;
/openbmc/linux/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;
/openbmc/linux/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()
/openbmc/linux/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 sysfs_emit(buf, "%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);
/openbmc/u-boot/common/
H A Diomux.c29 int i, j, k, io_flag, cs_idx, repeat; in iomux_doenv() local
107 repeat = 0; in iomux_doenv()
110 repeat++; in iomux_doenv()
114 if (repeat) in iomux_doenv()
/openbmc/linux/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()
/openbmc/rest-dbus/resources/
H A Djstree.style.css1repeat:no-repeat}.vakata-context li>a:focus{outline:0}.vakata-context .vakata-context-hover>a{posi…
/openbmc/linux/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
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_literals.c102 { 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()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dguest_sprintf.c147 repeat: in guest_vsnprintf()
152 goto repeat; in guest_vsnprintf()
155 goto repeat; in guest_vsnprintf()
158 goto repeat; in guest_vsnprintf()
161 goto repeat; in guest_vsnprintf()
164 goto repeat; in guest_vsnprintf()
/openbmc/linux/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()
/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-p2m.c30 int repeat, u32 ext_size) in solo_p2m_dma() argument
46 repeat, ext_size); in solo_p2m_dma()
126 int repeat, u32 ext_size) in solo_p2m_fill_desc() argument
135 if (repeat) { in solo_p2m_fill_desc()
138 SOLO_P2M_REPEAT(repeat); in solo_p2m_fill_desc()
147 int repeat, u32 ext_size) in solo_p2m_dma_t() argument
151 solo_p2m_fill_desc(&desc[1], wr, dma_addr, ext_addr, size, repeat, in solo_p2m_dma_t()
/openbmc/qemu/ui/
H A Dinput-barrier.c302 read_short(msg->repeat.keyid, p, len); in readcmd()
303 read_short(msg->repeat.modifier, p, len); in readcmd()
304 read_short(msg->repeat.repeat, p, len); in readcmd()
305 msg->repeat.button = 0; in readcmd()
307 read_short(msg->repeat.button, p, len); in readcmd()
439 for (i = 0; i < msg->repeat.repeat; i++) { in writecmd()
441 input_barrier_to_qcode(msg->repeat.keyid, msg->repeat.button), in writecmd()
444 input_barrier_to_qcode(msg->repeat.keyid, msg->repeat.button), in writecmd()
/openbmc/linux/arch/sparc/include/asm/
H A Dvvar.h45 repeat: in vvar_read_begin()
49 goto repeat; in vvar_read_begin()

12345678910>>...14