| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | vxeh2_vlstr.c | 99 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 D | vxeh2_vs.c | 73 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 D | escape.tcl | 64 for {set ix 0} {$ix < [string length $buffer]} {incr ix} { 65 set char [string index $buffer $ix]
|
| H A D | gen_arg.py | 85 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 D | valid.tcl | 130 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 D | cmd.tcl | 109 for {set ix [llength $args]} {$ix < $min_args} {incr ix} {
|
| H A D | gen_cmd.py | 226 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 D | gen_valid.py | 524 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 D | gen_print.py | 83 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 D | tools.exp | 116 set ix 0 129 append cmd_buf " ${flag} {$pattern} {set expect_result $ix}\n" 130 incr ix
|
| H A D | print.tcl | 722 for {set ix [expr [info level]-1]} {$ix > 0} {incr ix -1} { 723 set frame_dict [info frame $ix]
|
| H A D | gen_call_robot.py | 293 ix = 2 297 var_name = gp.get_arg_name(None, ix, stack_frame) 304 ix += 1
|
| H A D | obmc_boot_test.py | 1389 for ix in range(1, max_num_tests + 1):
|
| /openbmc/u-boot/include/ |
| H A D | gdsys_fpga.h | 25 #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 D | fcntl-lock.c | 135 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 D | insn64.decode | 42 &8RR_D_IX xt ix si 44 ...... ..... ... ix:1 . ................ \
|
| /openbmc/u-boot/scripts/ |
| H A D | kernel-doc | 1733 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 D | lcd.c | 129 uchar ix = N_BLK_HOR * iy + h / h_step; in test_pattern() local 130 *pix++ = test_colors[ix]; in test_pattern()
|
| H A D | dlmalloc.c | 668 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH)) argument
|
| H A D | dlmalloc.src | 1537 #define idx2binblock(ix) ((unsigned)1 << (ix / BINBLOCKWIDTH))
|
| /openbmc/openbmc/poky/meta-yocto-bsp/ |
| H A D | README.hardware.md | 75 + Intel NUC5 Series - ix-52xx Series SOC (Broadwell) 76 + Intel NUC6 Series - ix-62xx Series SOC (Skylake)
|
| /openbmc/openbmc/poky/ |
| H A D | README.hardware.md | 75 + Intel NUC5 Series - ix-52xx Series SOC (Broadwell) 76 + Intel NUC6 Series - ix-62xx Series SOC (Skylake)
|
| /openbmc/u-boot/drivers/net/ |
| H A D | vsc9953.c | 2503 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 D | perl_5.40.2.bb | 320 …do_split_packages(d, libdir, r'.*/auto/([^.]*)/[^/]*\.(so|ld|ix|al)', '${PN}-module-%s', 'perl mod…
|
| /openbmc/qemu/target/ppc/translate/ |
| H A D | vsx-impl.c.inc | 1696 offsetof(CPUPPCState, vsr[a->xt].VsrW(0 + a->ix))); 1698 offsetof(CPUPPCState, vsr[a->xt].VsrW(2 + a->ix)));
|