Home
last modified time | relevance | path

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

1234

/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_callout_test.cpp429 Callout c2{CalloutPriority::high, "A1", "1234567", "ABCD", in TEST() local
431 EXPECT_EQ(c1, c2); in TEST()
438 Callout c2{CalloutPriority::high, "A2", "1234567", "ABCD", in TEST() local
440 EXPECT_NE(c1, c2); in TEST()
446 Callout c2{CalloutPriority::medium, "bmc_code"}; in TEST() local
447 EXPECT_EQ(c1, c2); in TEST()
453 Callout c2{CalloutPriority::medium, "sbe_code"}; in TEST() local
454 EXPECT_NE(c1, c2); in TEST()
460 Callout c2{CalloutPriority::high, "service_docs", "", false}; in TEST() local
461 EXPECT_EQ(c1, c2); in TEST()
[all …]
H A Dsrc_callouts_test.cpp132 auto c2 = std::make_unique<Callout>(CalloutPriority::low, "U1-P3", in TEST() local
135 callouts.addCallout(std::move(c2)); in TEST()
238 auto c2 = std::make_unique<Callout>(CalloutPriority::high, "U1-P1", in TEST() local
240 callouts.addCallout(std::move(c2)); in TEST()
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c395 UChar c1, c2; in mainGtU() local
400 c1 = block[i1]; c2 = block[i2]; in mainGtU()
401 if (c1 != c2) return (c1 > c2); in mainGtU()
404 c1 = block[i1]; c2 = block[i2]; in mainGtU()
405 if (c1 != c2) return (c1 > c2); in mainGtU()
408 c1 = block[i1]; c2 = block[i2]; in mainGtU()
409 if (c1 != c2) return (c1 > c2); in mainGtU()
412 c1 = block[i1]; c2 = block[i2]; in mainGtU()
413 if (c1 != c2) return (c1 > c2); in mainGtU()
416 c1 = block[i1]; c2 = block[i2]; in mainGtU()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-armv7/
H 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
/openbmc/qemu/tests/unit/
H A Dtest-coroutine.c173 Coroutine *c2 = opaque; in c1_fn() local
174 qemu_coroutine_enter(c2); in c1_fn()
180 Coroutine *c2; in test_no_dangling_access() local
183 c2 = qemu_coroutine_create(c2_fn, NULL); in test_no_dangling_access()
184 c1 = qemu_coroutine_create(c1_fn, c2); in test_no_dangling_access()
191 qemu_coroutine_enter(c2); in test_no_dangling_access()
227 Coroutine *c2 = qemu_coroutine_create(entry, opaque); in do_test_co_mutex() local
232 qemu_coroutine_enter(c2); in do_test_co_mutex()
241 qemu_coroutine_enter(c2); in do_test_co_mutex()
308 Coroutine *c1, *c2; in test_co_rwlock_upgrade() local
[all …]
/openbmc/openbmc-tools/dbus-vis/
H A Drenderer.js11 let c2 = document.getElementById('my_canvas_dbus');
14 this.canvas2 = c2;
17 this.width2 = c2.width; this.height2 = c2.height;
/openbmc/u-boot/arch/arm/cpu/pxa/
H 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
/openbmc/u-boot/test/
H A Dunicode_ut.c24 static const u16 c2[] = {0x6b, 0x61, 0x66, 0x62, 0xe1, 0x74, 0x75, 0x72, 0x00}; variable
84 sprintf(buf, "%8.6ls", c2); in unicode_test_string16()
130 ut_asserteq(c2[i], code); in unicode_test_utf8_get()
261 ut_assert(!unicode_test_u16_strcmp(buf, c2, SIZE_MAX)); in unicode_test_utf8_utf16_strcpy()
310 ut_assert(!unicode_test_u16_strcmp(buf, c2, SIZE_MAX)); in unicode_test_utf8_utf16_strncpy()
344 s = c2; in unicode_test_utf16_get()
347 ut_asserteq(c2[i], code); in unicode_test_utf16_get()
351 ut_asserteq_ptr(c2 + 8, s); in unicode_test_utf16_get()
395 ut_asserteq(6, utf16_strnlen(c2, 6)); in unicode_test_utf16_strnlen()
412 ut_asserteq(9, utf16_utf8_strlen(c2)); in unicode_test_utf16_utf8_strlen()
[all …]
/openbmc/u-boot/lib/
H 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()
/openbmc/u-boot/board/amlogic/odroid-c2/
H A DMAINTAINERS5 F: board/amlogic/odroid-c2/
6 F: include/configs/odroid-c2.h
H A DMakefile5 obj-y := odroid-c2.o
/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c56 s32 c1, c2; in efi_stri_coll() local
62 c2 = utf_to_upper(*s2); in efi_stri_coll()
63 if (c1 < c2) { in efi_stri_coll()
66 } else if (c1 > c2) { in efi_stri_coll()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallouts.cpp77 [](const auto& c1, const auto& c2) { return *c1 > *c2; }); in addCallout() argument
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c58 u16 c1, c2, checksum, seed_checksum; in read_seed_from_cmos() local
92 c2 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed_s3, in read_seed_from_cmos()
94 checksum = add_ip_checksums(sizeof(u32), c1, c2); in read_seed_from_cmos()
136 u16 c1, c2, checksum; in write_seeds_to_cmos() local
158 c2 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed_s3, in write_seeds_to_cmos()
160 checksum = add_ip_checksums(sizeof(u32), c1, c2); in write_seeds_to_cmos()
/openbmc/u-boot/lib/efi_selftest/
H 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()
/openbmc/u-boot/drivers/thermal/
H A Dimx_thermal.c58 s64 c1, c2; in read_cpu_temperature() local
94 c2 = n1 * c1 + 1000000 * t1; in read_cpu_temperature()
127 temperature = div_s64_rem(c2 - n_meas * c1 + OFFSET, 1000000, &rem); in read_cpu_temperature()
/openbmc/openbmc/poky/scripts/
H A Dlz4c13 -c2|-hc)
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H 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
/openbmc/phosphor-webui/app/assets/images/
H A DDMTF_Redfish_logo_2017.svg1c2.3-1.5 3.7-4 3.7-6.7 0-1.3-.3-2.5-.9-3.5-.6-1.3-1.6-2.4-2.8-3.2l-.5-.3-3.5-2.2-3.8-2.4-9-5.6-3.7…
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-visibility-on.svg1 …2 2 2zm0 1c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"/><path d="M8 10c2.8 0 5.1-1.5 6.9-4.6C…
H A Dicon-visibility-off.svg1 …7.93Q3 2.5 8 2.5a7.94 7.94 0 0 1 3.85.95zm-6.93 8.34A6.73 6.73 0 0 0 8 12.5c2.79 0 5.08-1.48 6.91-…
/openbmc/openbmc/poky/scripts/contrib/
H A Duncovered26 grep "^+$path" | cut -c2-
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dtimer.h29 u32 c2; member
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc655 TCGReg c1, int32_t c2, int c2const)
657 tcg_out_arithc(s, TCG_REG_G0, c1, c2, c2const,
677 TCGReg c1, int32_t c2, int c2const,
680 tcg_out_cmp(s, cond, c1, c2, c2const);
714 TCGReg c1, int32_t c2, int c2const,
721 if (c2 == 0 && rcond && (!v1const || check_fit_i32(v1, 10))) {
724 tcg_out_cmp(s, cond, c1, c2, c2const);
730 TCGReg c1, int32_t c2, bool c2const, bool neg)
742 if (c2 != 0) {
743 tcg_out_arithc(s, TCG_REG_T1, c1, c2, c2const, ARITH_XOR);
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-mx35/
H A Dlowlevel_macro.S116 mcr p15, 0, r0, c15, c2, 4
124 mcr p15, 0, r0, c15, c2, 4

1234