Searched refs:i1 (Results 1 - 5 of 5) sorted by relevance

/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c388 Bool mainGtU ( UInt32 i1, argument
399 AssertD ( i1 != i2, "mainGtU" );
401 c1 = block[i1]; c2 = block[i2];
403 i1++; i2++;
405 c1 = block[i1]; c2 = block[i2];
407 i1++; i2++;
409 c1 = block[i1]; c2 = block[i2];
411 i1++; i2++;
413 c1 = block[i1]; c2 = block[i2];
415 i1
[all...]
/u-boot/drivers/sysinfo/
H A Dsandbox.c69 int i1 = priv->test_i1; local
71 int index = (i1 * i2) % ARRAY_SIZE(vacation_spots);
75 /* Picks a vacation spot depending on i1 and i2 */
/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_db.c670 u8 i1 = index % 8; local
674 word = ((i1 == 5) | (i1 == 7)) ? 0xffffffff : 0x0;
676 word = (i1 == 6) ? 0xffffffff : 0x0;
706 u8 i1 = index % 4; local
710 word = (i1 > 1) ? 0x0000ffff : 0x0;
712 word = (i1 == 3) ? 0xffff0000 : 0x0;
/u-boot/test/
H A Dunicode_ut.c35 static const u16 i1[] = {0x69, 0x31, 0xdc87, 0x6c, 0x00}; variable
134 sprintf(buf, "%ls", i1);
135 ut_asserteq_str("i1?l", buf);
468 ut_asserteq(4, utf16_strnlen(i1, 16));
484 ut_asserteq(4, utf16_utf8_strlen(i1));
531 utf16_utf8_strcpy(&pos, i1);
533 ut_asserteq_str("i1?l", buf);
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-nix.h1426 u64 i1 : 1; member in struct:nix_send_sg_s::nix_send_sg_s_s

Completed in 171 milliseconds