Home
last modified time | relevance | path

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

12

/u-boot/lib/bzip2/
A Dbzlib_blocksort.c402 if (c1 != c2) return (c1 > c2); in mainGtU()
406 if (c1 != c2) return (c1 > c2); in mainGtU()
410 if (c1 != c2) return (c1 > c2); in mainGtU()
414 if (c1 != c2) return (c1 > c2); in mainGtU()
418 if (c1 != c2) return (c1 > c2); in mainGtU()
422 if (c1 != c2) return (c1 > c2); in mainGtU()
426 if (c1 != c2) return (c1 > c2); in mainGtU()
430 if (c1 != c2) return (c1 > c2); in mainGtU()
434 if (c1 != c2) return (c1 > c2); in mainGtU()
438 if (c1 != c2) return (c1 > c2); in mainGtU()
[all …]
/u-boot/lib/efi_selftest/
A Defi_selftest_mem.c40 u8 c2[] = "abcdefghijklmnop"; in execute() local
58 boottime->copy_mem(&c2[3], &c2[5], 8); in execute()
59 if (memcmp(c2, "abcfghijklmlmnop", 16)) { in execute()
60 efi_st_error("CopyMem backward copy failed: %s\n", c2); in execute()
A Defi_selftest_unicode_collation.c48 u16 c2[] = L"FIRST"; in test_stri_coll() local
52 c1, c2); in test_stri_coll()
55 "stri_coll(\"%ps\", \"%ps\") = %d\n", c1, c2, (int)ret); in test_stri_coll()
/u-boot/arch/arm/include/asm/arch-armv7/
A Dgenerictimer.h35 mcr p15, 0, \reg, c14, c2, 0
38 mcr p15, 0, \reg, c14, c2, 1
40 mrc p15, 0, \reg, c14, c2, 1
44 mcr p15, 0, \reg, c14, c2, 1
/u-boot/arch/arm/cpu/pxa/
A Dstart.S124 mrc p15, 0, \reg, c2, c0, 0
135 mcr p15, 0, r0, c2, c0, 0
148 mcr p15, 0, r0, c9, c2, 1
168 mcr p15, 0, r0, c9, c2, 0
176 mcr p15, 0, r1, c7, c2, 5
188 mcr p15, 0, r2, c9, c2, 0
/u-boot/lib/
A Dstring.c34 unsigned char c1, c2; in strncasecmp() local
36 c1 = 0; c2 = 0; in strncasecmp()
39 c1 = *s1; c2 = *s2; in strncasecmp()
43 if (!c2) in strncasecmp()
45 if (c1 == c2) in strncasecmp()
48 c2 = tolower(c2); in strncasecmp()
49 if (c1 != c2) in strncasecmp()
53 return (int)c1 - (int)c2; in strncasecmp()
A Dbch.c655 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
660 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots()
665 c = gf_mul(bch, a2, c2); /* c = a2c2 */ in find_poly_deg3_roots()
666 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */ in find_poly_deg3_roots()
688 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
724 c2 = gf_inv(bch, d); in find_poly_deg4_roots()
729 c2 = d; in find_poly_deg4_roots()
734 if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) { in find_poly_deg4_roots()
/u-boot/test/
A Dunicode_ut.c63 ut_asserteq(8, u16_strlen(c2)); in unicode_test_u16_strlen()
103 sprintf(buf, "%8.6ls", c2); in unicode_test_string16()
149 ut_asserteq(c2[i], code); in unicode_test_utf8_get()
369 s = c2; in unicode_test_utf16_get()
372 ut_asserteq(c2[i], code); in unicode_test_utf16_get()
376 ut_asserteq_ptr(c2 + 8, s); in unicode_test_utf16_get()
420 ut_asserteq(6, utf16_strnlen(c2, 6)); in unicode_test_utf16_strnlen()
437 ut_asserteq(9, utf16_utf8_strlen(c2)); in unicode_test_utf16_utf8_strlen()
473 utf16_utf8_strcpy(&pos, c2); in unicode_test_utf16_utf8_strcpy()
521 utf16_utf8_strncpy(&pos, c2, 10); in unicode_test_utf16_utf8_strncpy()
[all …]
/u-boot/lib/efi_loader/
A Defi_unicode_collation.c51 s32 c1, c2; in efi_stri_coll() local
57 c2 = utf_to_upper(*s2); in efi_stri_coll()
58 if (c1 < c2) { in efi_stri_coll()
61 } else if (c1 > c2) { in efi_stri_coll()
/u-boot/arch/x86/cpu/ivybridge/
A Dsdram.c61 u16 c1, c2, checksum, seed_checksum; in read_seed_from_cmos() local
95 c2 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed_s3, in read_seed_from_cmos()
97 checksum = add_ip_checksums(sizeof(u32), c1, c2); in read_seed_from_cmos()
139 u16 c1, c2, checksum; in write_seeds_to_cmos() local
161 c2 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed_s3, in write_seeds_to_cmos()
163 checksum = add_ip_checksums(sizeof(u32), c1, c2); in write_seeds_to_cmos()
/u-boot/arch/arm/mach-bcm283x/include/mach/
A Dtimer.h31 u32 c2; member
/u-boot/drivers/thermal/
A Dimx_thermal.c60 s64 c1, c2; in read_cpu_temperature() local
96 c2 = n1 * c1 + 1000000 * t1; in read_cpu_temperature()
129 temperature = div_s64_rem(c2 - n_meas * c1 + OFFSET, 1000000, &rem); in read_cpu_temperature()
/u-boot/arch/arm/mach-uniphier/arm32/
A Dlowlevel_init.S53 mrc p15, 0, r0, c2, c0, 2 @ TTBCR (Translation Table Base Control Register)
56 mcr p15, 0, r0, c2, c0, 2
59 mcr p15, 0, r0, c2, c0, 0 @ TTBR0
/u-boot/board/amlogic/p200/
A DMAINTAINERS12 F: doc/board/amlogic/odroid-c2.rst
/u-boot/arch/arm/include/asm/arch-mx35/
A Dlowlevel_macro.S116 mcr p15, 0, r0, c15, c2, 4
124 mcr p15, 0, r0, c15, c2, 4
/u-boot/arch/m68k/include/asm/coldfire/
A Dskha.h32 u32 c2; /* 0x74 Context 2 */ member
/u-boot/doc/usage/
A Decho.rst59 c1, c2, c3,
/u-boot/configs/
A Dodroid-c2_defconfig9 CONFIG_IDENT_STRING=" odroid-c2"
/u-boot/drivers/xen/
A Dxenbus.c56 int c1, c2; in memcpy_from_ring() local
61 c2 = len - c1; in memcpy_from_ring()
63 memcpy(dest + c1, ring, c2); in memcpy_from_ring()
/u-boot/arch/nios2/dts/
A D10m50_devboard.dts158 clock-output-names = "enet_pll-c2";
184 clock-output-names = "sys_pll-c2";
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-coremask.h705 const struct cvmx_coremask *c2) in cvmx_coremask_intersects() argument
710 if ((c1->coremask_bitmap[i] & c2->coremask_bitmap[i]) != 0) in cvmx_coremask_intersects()
/u-boot/arch/nios2/lib/
A Dlibgcc.c572 const unsigned char c1 = *s1++, c2 = *s2++; in __gcc_bcmp() local
573 if (c1 != c2) in __gcc_bcmp()
574 return c1 - c2; in __gcc_bcmp()
/u-boot/doc/board/amlogic/
A Dodroid-c2.rst39 $ DIR=odroid-c2
A Dindex.rst89 odroid-c2
/u-boot/arch/xtensa/dts/
A Dxtfpga.dtsi74 local-mac-address = [00 50 c2 13 6f 00];

Completed in 42 milliseconds

12