/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | src_callout_test.cpp | 439 Callout c1{CalloutPriority::high, "A1", "1234567", "ABCD", in TEST() local 457 Callout c1{CalloutPriority::medium, "bmc_code"}; in TEST() local 464 Callout c1{CalloutPriority::medium, "bmc_code"}; in TEST() local 519 Callout c1{CalloutPriority::high, "bmc_code"}; in TEST() local 524 Callout c1{CalloutPriority::high, "bmc_code"}; in TEST() local 529 Callout c1{CalloutPriority::medium, "bmc_code"}; in TEST() local 534 Callout c1{CalloutPriority::mediumGroupA, "bmc_code"}; in TEST() local 539 Callout c1{CalloutPriority::medium, "bmc_code"}; in TEST() local 544 Callout c1{CalloutPriority::high, "bmc_code"}; in TEST() local 549 Callout c1{CalloutPriority::low, "bmc_code"}; in TEST() local [all …]
|
H A D | src_callouts_test.cpp | 139 auto c1 = std::make_unique<Callout>(CalloutPriority::medium, "U1-P2", in TEST() local 216 auto c1 = std::make_unique<Callout>(CalloutPriority::high, "U1-P1", in TEST() local 232 auto c1 = std::make_unique<Callout>(CalloutPriority::medium, "U1-P2", in TEST() local 246 auto c1 = std::make_unique<Callout>(CalloutPriority::low, "U1-P1", in TEST() local
|
/openbmc/openpower-hw-diags/test/ |
H A D | test-resolution.cpp | 29 auto c1 = std::make_shared<HardwareCalloutResolution>( in TEST() local 147 auto c1 = std::make_shared<HardwareCalloutResolution>( in TEST() local 196 auto c1 = std::make_shared<ConnectedCalloutResolution>( in TEST() local 287 auto c1 = std::make_shared<HardwareCalloutResolution>( in TEST() local 374 auto c1 = std::make_shared<ClockCalloutResolution>( in TEST() local 420 auto c1 = std::make_shared<ProcedureCalloutResolution>( in TEST() local 464 auto c1 = std::make_shared<PartCalloutResolution>(callout::PartType::PNOR, in TEST() local
|
/openbmc/linux/drivers/char/ |
H A D | nwflash.c | 63 volatile unsigned int c1, c2; in get_flash_id() local 294 volatile unsigned int c1; in erase_block() local 399 volatile unsigned int c1; in write_block() local 535 char c, c1; in write_block() local
|
/openbmc/linux/security/selinux/ss/ |
H A D | context.h | 100 const struct context *c1, const struct context *c2) in mls_context_glblub() 131 static inline int mls_context_cmp(const struct context *c1, const struct context *c2) in mls_context_cmp() 186 static inline int context_cmp(const struct context *c1, const struct context *c2) in context_cmp()
|
/openbmc/linux/fs/unicode/ |
H A D | utf8-core.c | 24 int c1, c2; in utf8_strncmp() local 50 int c1, c2; in utf8_strncasecmp() local 80 int c1, c2; in utf8_strncasecmp_folded() local
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-bmi2.c | 28 #define insn2q(name, arg0, c0, arg1, c1) \ argument 36 #define insn2l(name, arg0, c0, arg1, c1) \ argument
|
/openbmc/linux/fs/hpfs/ |
H A D | anode.c | 21 int c1, c2 = 0; in hpfs_bplus_lookup() local 71 int c1, c2 = 0; in hpfs_add_sector_to_btree() local 283 int c1, c2 = 0; in hpfs_remove_btree() local 407 int c1, c2 = 0; in hpfs_truncate_btree() local
|
H A D | dnode.c | 251 int c1, c2 = 0; in hpfs_add_to_dnode() local 397 int c1, c2 = 0; in hpfs_add_dirent() local 442 int c1, c2 = 0; in move_to_top() local 526 int c1, c2 = 0; in delete_empty_dnode() local 750 int c1, c2 = 0; in hpfs_count_dnodes() local 824 int c1, c2 = 0; in hpfs_de_as_down_as_possible() local 916 int c1, c2 = 0; in map_dirent() local 1010 int c1, c2 = 0; in map_fnode_dirent() local
|
/openbmc/linux/fs/hfsplus/ |
H A D | unicode.c | 35 u16 len1, len2, c1, c2; in hfsplus_strcasecmp() local 68 u16 len1, len2, c1, c2; in hfsplus_strcmp() local 129 u16 cc, c0, c1; in hfsplus_uni2asc() local 444 u16 c1, c2; in hfsplus_compare_dentry() local
|
/openbmc/linux/fs/ntfs/ |
H A D | unistr.c | 89 u16 c1, c2; in ntfs_collate_names() local 137 u16 c1, c2; in ntfs_ucsncmp() local 175 u16 c1, c2; in ntfs_ucsncasecmp() local
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | string.c | 75 unsigned char c1, c2; in strcmp() local 97 unsigned char c1, c2; in strncmp() local
|
/openbmc/linux/drivers/clk/davinci/ |
H A D | psc.h | 36 #define LPSC_CLKDEV2(n, c1, d1, c2, d2) \ argument 43 #define LPSC_CLKDEV3(n, c1, d1, c2, d2, c3, d3) \ argument
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | sdram.c | 58 u16 c1, c2, checksum, seed_checksum; in read_seed_from_cmos() local 136 u16 c1, c2, checksum; in write_seeds_to_cmos() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-coroutine.c | 179 Coroutine *c1; in test_no_dangling_access() local 226 Coroutine *c1 = qemu_coroutine_create(entry, opaque); in do_test_co_mutex() local 308 Coroutine *c1, *c2; in test_co_rwlock_upgrade() local 399 Coroutine *c1, *c2, *c3, *c4; in test_co_rwlock_downgrade() local
|
/openbmc/linux/drivers/gpu/drm/tidss/ |
H A D | tidss_scale_coefs.h | 14 s16 c1[16]; member
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | proc-uptime-001.c | 30 uint64_t start, u0, u1, c0, c1; in main() local
|
H A D | proc-uptime-002.c | 47 uint64_t u0, u1, c0, c1; in main() local
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | catch-syscalls.c | 19 char c0 = 'A', c1; in main() local
|
/openbmc/linux/lib/ |
H A D | string.c | 42 unsigned char c1, c2; in strncasecmp() local 67 int c1, c2; in strcasecmp() local 278 unsigned char c1, c2; in strcmp() local 302 unsigned char c1, c2; in strncmp() local
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_basic.c | 362 int n, err, map, verdict, s, c1, p1; in test_sockmap_skb_verdict_shutdown() local 417 int err, map, verdict, s, c0, c1, p0, p1; in test_sockmap_skb_verdict_fionread() local 480 int err, map, verdict, s, c1, p1, zero = 0, sent, recvd, avail; in test_sockmap_skb_verdict_peek() local
|
/openbmc/sdbusplus/example/ |
H A D | calculator-server.cpp | 62 Calculator c1{b, Calculator::instance_path}; in main() local
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | callouts.cpp | 89 [](const auto& c1, const auto& c2) { return *c1 > *c2; }); in addCallout()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | gk20a.h | 28 int c1; member
|
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/ |
H A D | timer.h | 28 u32 c1; member
|