Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/s390x/
H A Dvxeh2_vlstr.c99 int ix; in main() local
125 for (ix = 0; ix < 4; ix++) { in main()
126 if (vd.w[ix] != (ix != 1 ? 0 : 0xBEAD0BCE)) { in main()
132 for (ix = 0; ix < 8; ix++) { in main()
133 if (0xAD0B != vd.h[ix]) { in main()
H A Dvxeh2_vs.c73 for (int ix = 0; ix < 16; ix++) { in main() local
74 vsi.b[ix] = (1 + (5 ^ ~ix)) & 7; in main()
/openbmc/openbmc-test-automation/lib/
H A Descape.tcl64 for {set ix 0} {$ix < [string length $buffer]} {incr ix} {
65 set char [string index $buffer $ix]
H A Dgen_arg.py85 for ix in range(0, len(stock_list)):
86 if len(stock_list[ix]) < 1:
89 + str(ix)
96 if isinstance(stock_list[ix], tuple):
97 arg_name = stock_list[ix][0]
98 default = stock_list[ix][1]
100 arg_name = stock_list[ix]
184 for ix in range(0, len(stock_list)):
185 if isinstance(stock_list[ix], tuple):
186 arg_name = stock_list[ix][0]
[all …]
H A Dvalid.tcl130 set ix 0
134 incr ix
136 lappend invalid_ix_list ${ix}
154 foreach ix $invalid_ix_list {
155 set new_value "[lindex $printed_var_list $ix]*"
156 set printed_var_list [lreplace $printed_var_list ${ix} ${ix} $new_value]
H A Dcmd.tcl109 for {set ix [llength $args]} {$ix < $min_args} {incr ix} {
H A Dgen_cmd.py226 ix = 1
228 while ix < len(command_string_list):
229 if command_string_list[ix].startswith("--"):
230 key, value = command_string_list[ix].split("=")
232 elif command_string_list[ix].startswith("-"):
233 key = command_string_list[ix].lstrip("-")
234 ix += 1
236 value = command_string_list[ix]
241 value = command_string_list[ix]
248 ix += 1
H A Dgen_valid.py524 for ix in range(0, len(required_values)):
525 if required_values[ix] not in var_value:
527 display_required_values[ix] = (
528 str(display_required_values[ix]) + "*"
553 for ix in range(0, len(var_value)):
554 if var_value[ix] in invalid_values:
556 display_var_value[ix] = str(var_value[ix]) + "*"
571 for ix in range(0, len(var_value)):
572 if var_value[ix] not in valid_values:
574 display_var_value[ix] = str(var_value[ix]) + "*"
H A Dgen_print.py83 def set_last_seconds_ix(ix): argument
91 last_seconds_ix = ix
414 ix = len(lvalues_list) * -1
416 lvalues[ix] = lvalue
417 ix += 1
448 for ix in range(0, len(arg_list_etc)):
449 char = arg_list_etc[ix]
1181 ix = 0
1193 ix += 1
1194 if ix == length:
[all …]
H A Dtools.exp116 set ix 0
129 append cmd_buf " ${flag} {$pattern} {set expect_result $ix}\n"
130 incr ix
H A Dprint.tcl722 for {set ix [expr [info level]-1]} {$ix > 0} {incr ix -1} {
723 set frame_dict [info frame $ix]
H A Dgen_call_robot.py293 ix = 2
297 var_name = gp.get_arg_name(None, ix, stack_frame)
304 ix += 1
H A Dobmc_boot_test.py1389 for ix in range(1, max_num_tests + 1):
/openbmc/u-boot/include/
H A Dgdsys_fpga.h25 #define FPGA_SET_REG(ix, fld, val) \ argument
26 fpga_set_reg((ix), \
27 &fpga_ptr[ix]->fld, \
31 #define FPGA_GET_REG(ix, fld, val) \ argument
32 fpga_get_reg((ix), \
33 &fpga_ptr[ix]->fld, \
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c135 int opt, ix; in main() local
153 while ( (opt = getopt_long(argc, argv, "+sexnouw:hV?", long_options, &ix)) != EOF ) { in main()
/openbmc/qemu/target/ppc/
H A Dinsn64.decode42 &8RR_D_IX xt ix si
44 ...... ..... ... ix:1 . ................ \
/openbmc/u-boot/scripts/
H A Dkernel-doc1733 for (my $ix = 0; $ix < $len; $ix++) {
1734 if (substr($prototype, $ix, 1) eq ',') {
1737 substr($prototype, $ix, 1) = ' ';
/openbmc/u-boot/common/
H A Dlcd.c129 uchar ix = N_BLK_HOR * iy + h / h_step; in test_pattern() local
130 *pix++ = test_colors[ix]; in test_pattern()
H A Ddlmalloc.c668 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH)) argument
H A Ddlmalloc.src1537 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH))
/openbmc/openbmc/poky/meta-yocto-bsp/
H A DREADME.hardware.md75 + Intel NUC5 Series - ix-52xx Series SOC (Broadwell)
76 + Intel NUC6 Series - ix-62xx Series SOC (Skylake)
/openbmc/openbmc/poky/
H A DREADME.hardware.md75 + Intel NUC5 Series - ix-52xx Series SOC (Broadwell)
76 + Intel NUC6 Series - ix-62xx Series SOC (Skylake)
/openbmc/u-boot/drivers/net/
H A Dvsc9953.c2503 static int vcap_cmd(u32 target, u16 ix, int cmd, int sel, int entry_count) in vcap_cmd() argument
2507 VSC9953_VCAP_UPDATE_CTRL_UPDATE_ADDR(ix) | in vcap_cmd()
2510 if ((sel & TCAM_SEL_ENTRY) && ix >= entry_count) in vcap_cmd()
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dperl_5.40.2.bb320 …do_split_packages(d, libdir, r'.*/auto/([^.]*)/[^/]*\.(so|ld|ix|al)', '${PN}-module-%s', 'perl mod…
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc1696 offsetof(CPUPPCState, vsr[a->xt].VsrW(0 + a->ix)));
1698 offsetof(CPUPPCState, vsr[a->xt].VsrW(2 + a->ix)));