Home
last modified time | relevance | path

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

1234

/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/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)
319 start, end = 1, repeat.data.data[0] + 1
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),
[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/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/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/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()
H A Dinput-barrier.h86 int16_t repeat; member
108 struct barrierRepeat repeat; member
H A Dinput-linux.c43 bool repeat; member
143 if (event->value > 2 || (event->value > 1 && !il->repeat)) { in input_linux_handle_keyboard()
467 return il->repeat; in input_linux_get_repeat()
475 il->repeat = value; in input_linux_set_repeat()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery.treetable.css24 background-repeat: no-repeat;
H A Djquery-ui.theme.min.css5repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;bac…
H A Djquery-ui.min.css7repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepic…
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dregexps.py21 def P(*regexps, name=None, capture=False, repeat='') -> str: argument
53 r = P(*regexps, repeat=n)
85 CPP_SPACE = OR(r'\s', r'\\\n', repeat='+')
/openbmc/telemetry/tests/src/utils/
H A Dstring_utils.cpp12 std::string repeat(size_t n) in repeat() function
24 return details::repeat( in getString()
/openbmc/phosphor-webui/app/common/styles/base/
H A Dmixins.scss70 background-repeat: no-repeat;
78 background-repeat: no-repeat;
H A Dicons.scss66 background: url(../assets/images/icon-arrow-blue.svg) center center no-repeat;
70 background: url(../assets/images/icon-arrow-gray.svg) center center no-repeat;
/openbmc/openbmc-test-automation/lib/
H A Dprint.tcl644 append buffer [string repeat " " $indent][string repeat $char $width]
645 append buffer [string repeat "\n" $line_feed]
761 append buffer [string repeat " " $indent][sprint_error $error_text]
791 set indent_str [string repeat " " $indent]
/openbmc/qemu/bsd-user/
H A Dmmap.c284 int wrapped, repeat; in mmap_find_vma() local
302 wrapped = repeat = 0; in mmap_find_vma()
329 repeat = (ptr == prev ? repeat + 1 : 0); in mmap_find_vma()
343 switch (repeat) { in mmap_find_vma()
373 addr = (repeat ? -1 : 0); in mmap_find_vma()
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dcolors.scss4 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
/openbmc/u-boot/lib/
H A Dvsprintf.c540 repeat: in vsnprintf_internal()
545 goto repeat; in vsnprintf_internal()
548 goto repeat; in vsnprintf_internal()
551 goto repeat; in vsnprintf_internal()
554 goto repeat; in vsnprintf_internal()
557 goto repeat; in vsnprintf_internal()
/openbmc/qemu/migration/
H A Drdma.c400 uint32_t repeat; /* number of commands in data portion of same type */ member
408 control->repeat = htonl(control->repeat); in control_to_network()
415 control->repeat = ntohl(control->repeat); in network_to_control()
1216 .repeat = 1, in qemu_rdma_unregister_waiting()
1794 .repeat = 1, in qemu_rdma_exchange_recv()
1852 .repeat = 1, in qemu_rdma_write_one()
2197 .repeat = 1, in qemu_rdma_cleanup()
3340 .repeat = 0, in rdma_registration_handle()
3344 .repeat = 0, in rdma_registration_handle()
3347 .repeat = 1 }; in rdma_registration_handle()
[all …]
/openbmc/qemu/tests/qtest/
H A Dtest-arm-mptimer.c181 int repeat = 10; in test_timer_periodic() local
187 while (repeat--) { in test_timer_periodic()
188 clock_step(TIMER_BLOCK_SCALE(scaler) * (101 + repeat) + 1); in test_timer_periodic()
190 g_assert_cmpuint(timer_counter(), ==, 100 - repeat); in test_timer_periodic()
193 clock_step(TIMER_BLOCK_SCALE(scaler) * (101 - repeat) - 1); in test_timer_periodic()
/openbmc/u-boot/cmd/
H A Dnand.c42 int repeat) in nand_dump() argument
49 if (repeat) in nand_dump()
388 int repeat = flag & CMD_FLAG_REPEAT; in do_nand() local
400 if (repeat && strcmp(cmd, "dump")) in do_nand()
541 ret = nand_dump(mtd, off, !strcmp(&cmd[4], ".oob"), repeat); in do_nand()
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/
H A Ddesign-review.md29 iteration and repeat these steps
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dcontent-search.scss30 background: url("../assets/images/icon-search.svg") center center no-repeat;
/openbmc/qemu/hw/dma/
H A Domap_dma.c51 int repeat; member
470 else if (ch->repeat || ch->end_prog) in omap_dma_transfer_generic()
637 else if (ch->repeat || ch->end_prog)
717 s->ch[i].repeat = 0;
761 (ch->repeat << 9) |
896 ch->repeat = (value & 0x0200) >> 9;
1022 s->repeat = (value >> 9) & 0x1;
1150 (s->repeat << 9) |

1234