Home
last modified time | relevance | path

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

123

/openbmc/qemu/tests/tcg/hexagon/
H A Dpreg_alias.c133 uint32_t c4; in main() local
136 c4 = preg_alias(0xff, 0x00, 0xff, 0x00); in main()
137 check32(c4, 0x00ff00ff); in main()
138 c4 = preg_alias(0xff, 0x00, 0x00, 0x00); in main()
139 check32(c4, 0x000000ff); in main()
140 c4 = preg_alias(0x00, 0xff, 0x00, 0x00); in main()
141 check32(c4, 0x0000ff00); in main()
142 c4 = preg_alias(0x00, 0x00, 0xff, 0x00); in main()
143 check32(c4, 0x00ff0000); in main()
144 c4 = preg_alias(0x00, 0x00, 0x00, 0xff); in main()
[all …]
/openbmc/u-boot/test/
H A Dunicode_ut.c28 static const u16 c4[] = {0xd801, 0xdc8d, 0xd801, 0xdc96, 0xd801, 0xdc87, variable
55 u16 *copy = u16_strdup(c4); in unicode_test_u16_strdup()
57 ut_assert(copy != c4); in unicode_test_u16_strdup()
58 ut_assert(!memcmp(copy, c4, sizeof(c4))); in unicode_test_u16_strdup()
90 sprintf(buf, "%8.6ls", c4); in unicode_test_string16()
96 sprintf(buf, "%-8.2ls", c4); in unicode_test_string16()
271 ut_assert(!unicode_test_u16_strcmp(buf, c4, SIZE_MAX)); in unicode_test_utf8_utf16_strcpy()
324 ut_assert(!unicode_test_u16_strcmp(buf, c4, 4)); in unicode_test_utf8_utf16_strncpy()
331 ut_assert(!unicode_test_u16_strcmp(buf, c4, SIZE_MAX)); in unicode_test_utf8_utf16_strncpy()
354 s = c4; in unicode_test_utf16_get()
[all …]
/openbmc/linux/arch/arm/include/asm/hardware/
H A Dcp14.h56 #define RCP14_DBGDRCR() MRC14(0, c0, c4, 2)
61 #define RCP14_DBGBVR4() MRC14(0, c0, c4, 4)
77 #define RCP14_DBGBCR4() MRC14(0, c0, c4, 5)
93 #define RCP14_DBGWVR4() MRC14(0, c0, c4, 6)
109 #define RCP14_DBGWCR4() MRC14(0, c0, c4, 7)
126 #define RCP14_DBGBXVR4() MRC14(0, c1, c4, 1)
141 #define RCP14_DBGPRCR() MRC14(0, c1, c4, 4)
161 #define WCP14_DBGDRCR(val) MCR14(val, 0, c0, c4, 2)
166 #define WCP14_DBGBVR4(val) MCR14(val, 0, c0, c4, 4)
182 #define WCP14_DBGBCR4(val) MCR14(val, 0, c0, c4, 5)
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S101 .long R(93, c4, c4, 57), R(55, a7, a7, f2)
118 .long R(43, ac, ac, ef), R(c4, 62, 62, a6)
138 .long R(71, b5, b5, c4), R(cc, 66, 66, aa)
199 .long R(d1, 34, 62, 1f), R(c4, a6, fe, 8a)
206 .long R(91, 54, 8d, b5), R(71, c4, 5d, 05)
242 .long R(a8, fc, 8c, c4), R(a0, f0, 3f, 1a)
284 .long R(ca, af, f3, 81), R(b9, 68, c4, 3e)
/openbmc/linux/arch/m68k/ifpsp060/
H A Dilsp.sa72 dc.l $00104a81,$6a040004,$000844c4,$c34048f6
74 dc.l $4281382e,$fffc0204,$00100004,$000444c4
100 dc.l $382efffc,$0204001a,$880344c4,$4cdf001c
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dgk20a.h31 int c4; member
H A Dgk20a.c74 mv = DIV_ROUND_CLOSEST(coef->c3 * speedo, s_scale) + coef->c4 + in gk20a_volt_get_cvb_t_voltage()
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee-ftpm/
H A Doptee-os_%.bbappend1 FTPM_UUID="bc50d971-d4c9-42c4-82cb-343fb7f37896"
/openbmc/qemu/target/xtensa/core-dsp3400/
H A Dgdb-config.c.inc180 …"03:00:c4:f8:03:10:c4:8d:03:20:c4:9d:03:30:c4:ac","03:43:24:08:03:43:2c:03:03:43:24:33:03:43:2c:25…
212 "03:00:c4:5d","03:40:c3:07",0,0,0,0)
244 "03:00:c4:7c:03:10:c4:cc","03:40:c2:07:03:40:cc:07",0,0,0,0)
/openbmc/qemu/tests/unit/
H A Dtest-coroutine.c399 Coroutine *c1, *c2, *c3, *c4; in test_co_rwlock_downgrade() local
406 c4 = qemu_coroutine_create(rwlock_wrlock, &c4_done); in test_co_rwlock_downgrade()
411 qemu_coroutine_enter(c4); in test_co_rwlock_downgrade()
/openbmc/linux/include/uapi/linux/android/
H A Dbinder.h27 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument
28 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/openbmc/linux/tools/perf/arch/s390/include/
H A Ddwarf-regs-table.h34 REG_DWARFNUM_NAME(c4, 36),
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-sm1-odroid-c4.dts11 compatible = "hardkernel,odroid-c4", "amlogic,sm1";
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/
H A D0001-Set-interpreter-only-when-necessary.patch17 index 86429c4..e562c49 100644
H A D0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch21 index 6edb81a..86429c4 100644
/openbmc/linux/drivers/tty/vt/
H A Dcp437.uni33 0x11 U+25c0 U+25c4
168 0x8e U+00c4
263 0xe7 U+03c4
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_callouts_test.cpp154 auto c4 = std::make_unique<Callout>(CalloutPriority::high, "U1-P5", in TEST() local
157 callouts.addCallout(std::move(c4)); in TEST()
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Dskha.h34 u32 c4; /* 0x7C Context 4 */ member
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/
H A Dgdb-config.c.inc78 "03:04:c4:b2","03:04:c4:a7",0,0,0,0)
92 "03:04:34:c3","03:04:c4:c1",0,0,0,0)
/openbmc/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c165 int err, c1, c2, c3, c4, counter; in tegra_tsensor_get_temp() local
202 c4 = ts->calib.n; in tegra_tsensor_get_temp()
204 *temp = DIV_ROUND_CLOSEST(c1 * (c2 + c3 + c4), 1000); in tegra_tsensor_get_temp()
/openbmc/linux/arch/arm/mm/
H A Dproc-arm940.S280 mcr p15, 0, r0, c6, c4, 0
286 mcr p15, 0, r0, c6, c4, 1
/openbmc/linux/drivers/media/radio/si4713/
H A DKconfig9 - 10c4:8244: Silicon Labs FM Transmitter USB device.
/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dstart.S154 mcr p15, 0, r0, c10, c4, 1
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi5_core.h281 u16 c1, c2, c3, c4; member
/openbmc/linux/arch/arm/include/asm/
H A Darch_gicv3.h22 #define ICC_PMR __ACCESS_CP15(c4, 0, c6, 0)

123