Home
last modified time | relevance | path

Searched defs:c1 (Results 1 – 25 of 155) sorted by relevance

1234567

/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_callout_test.cpp439 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 Dsrc_callouts_test.cpp139 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 Dtest-resolution.cpp29 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 Dnwflash.c63 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 Dcontext.h100 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 Dutf8-core.c24 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 Dtest-i386-bmi2.c28 #define insn2q(name, arg0, c0, arg1, c1) \ argument
36 #define insn2l(name, arg0, c0, arg1, c1) \ argument
/openbmc/linux/fs/hpfs/
H A Danode.c21 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 Ddnode.c251 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 Dunicode.c35 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 Dunistr.c89 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 Dstring.c75 unsigned char c1, c2; in strcmp() local
97 unsigned char c1, c2; in strncmp() local
/openbmc/linux/drivers/clk/davinci/
H A Dpsc.h36 #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 Dsdram.c58 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 Dtest-coroutine.c179 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 Dtidss_scale_coefs.h14 s16 c1[16]; member
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-uptime-001.c30 uint64_t start, u0, u1, c0, c1; in main() local
H A Dproc-uptime-002.c47 uint64_t u0, u1, c0, c1; in main() local
/openbmc/linux/lib/
H A Dstring.c42 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 Dsockmap_basic.c362 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 Dcalculator-server.cpp63 Calculator c1{b, Calculator::instance_path}; in main() local
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallouts.cpp88 [](const auto& c1, const auto& c2) { return *c1 > *c2; }); in addCallout()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dgk20a.h28 int c1; member
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dtimer.h28 u32 c1; member
/openbmc/linux/arch/loongarch/lib/
H A Ddump_tlb.c34 unsigned int pagesize, c0, c1, i; in dump_tlb() local

1234567