Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/phosphor-logging/test/openpower-pels/
H A Dprivate_header_test.cpp33 auto ct = ph.createTimestamp(); in TEST_F() local
34 EXPECT_EQ(ct.yearMSB, 0x20); in TEST_F()
35 EXPECT_EQ(ct.yearLSB, 0x30); in TEST_F()
36 EXPECT_EQ(ct.month, 0x05); in TEST_F()
37 EXPECT_EQ(ct.day, 0x09); in TEST_F()
38 EXPECT_EQ(ct.hour, 0x11); in TEST_F()
39 EXPECT_EQ(ct.minutes, 0x1E); in TEST_F()
40 EXPECT_EQ(ct.seconds, 0x01); in TEST_F()
41 EXPECT_EQ(ct.hundredths, 0x63); in TEST_F()
161 auto& ct = ph.createTimestamp(); in TEST_F() local
[all …]
/openbmc/obmc-console/test/
H A Dmeson.build30 foreach ct : tests_depend_iniparser
32 ct,
34 ct,
35 f'@ct@.c',
69 foreach ct : client_tests
71 ct,
72 find_program(ct),
/openbmc/bmcweb/include/
H A Dhttp_utility.hpp57 ContentType ct = ContentType::NoMatch; in getContentType() local
65 if (!parse(begin, contentTypeHeader.end(), parser, ct)) in getContentType()
74 return ct; in getContentType()
96 std::vector<ContentType> ct; in getPreferredContentType() local
104 if (!parse(acceptsHeader.begin(), acceptsHeader.end(), parser, ct)) in getPreferredContentType()
109 for (const ContentType parsedType : ct) in getPreferredContentType()
169 std::vector<Encoding> ct; in getPreferredEncoding() local
175 if (!parse(acceptEncoding.begin(), acceptEncoding.end(), parser, ct)) in getPreferredEncoding()
180 for (const Encoding parsedType : ct) in getPreferredEncoding()
/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/
H A Dxwc.patch12 XTextProperty ct;
14 if (XwcTextListToTextProperty (dpy, &selection.text, 1, XStringStyle, &ct) >= 0)
20 if (XwcTextListToTextProperty (dpy, &cl, 1, (XICCEncodingStyle) style, &ct) >= 0)
26 ct.value = (unsigned char *)cl;
/openbmc/u-boot/lib/
H A Dstring.c185 int strcmp(const char * cs,const char * ct) in strcmp() argument
190 if ((__res = *cs - *ct++) != 0 || !*cs++) in strcmp()
205 int strncmp(const char * cs,const char * ct,size_t count) in strncmp() argument
210 if ((__res = *cs - *ct++) != 0 || !*cs++) in strncmp()
362 char * strpbrk(const char * cs,const char * ct) in strpbrk() argument
367 for( sc2 = ct; *sc2 != '\0'; ++sc2) { in strpbrk()
384 char * strtok(char * s,const char * ct) in strtok() argument
392 sbegin += strspn(sbegin,ct); in strtok()
397 send = strpbrk( sbegin, ct); in strtok()
417 char * strsep(char **s, const char *ct) in strsep() argument
[all …]
/openbmc/qemu/
H A Dqemu-io-cmds.c58 static int init_check_command(BlockBackend *blk, const cmdinfo_t *ct) in init_check_command() argument
60 if (ct->flags & CMD_FLAG_GLOBAL) { in init_check_command()
63 if (!(ct->flags & CMD_NOFILE_OK) && !blk) { in init_check_command()
70 static int command(BlockBackend *blk, const cmdinfo_t *ct, int argc, in command() argument
75 if (!init_check_command(blk, ct)) { in command()
79 if (argc - 1 < ct->argmin || (ct->argmax != -1 && argc - 1 > ct->argmax)) { in command()
80 if (ct->argmax == -1) { in command()
83 argc-1, cmd, ct->argmin); in command()
84 } else if (ct->argmin == ct->argmax) { in command()
87 argc-1, cmd, ct->argmin); in command()
[all …]
/openbmc/qemu/tests/qemu-iotests/sample_images/
H A Dparallels-with-bitmap.sh21 CT=parallels-with-bitmap-ct
29 prlctl create $CT --vmtype ct
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-hpa-bug-fix-on-separated-CR-and-LF.patch23 ct = count;
33 while (ct--) { /* loop over the buffer */
H A Dadd-error-check-for-disk-filled-up.patch26 ct = count;
28 while (ct--) { /* loop over the buffer */
/openbmc/u-boot/board/comtrend/ct5361/
H A DMakefile3 obj-y += ct-5361.o
H A DMAINTAINERS4 F: board/comtrend/ct-5361/
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/
H A D50-gbmc-nic.rules.in5 ct state established accept
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A D50-gbmc-br.rules16 ct state established accept
/openbmc/u-boot/include/
H A Dexports.h32 int strcmp(const char *cs, const char *ct);
H A D_exports.h42 EXPORT_FUNC(strcmp, int, strcmp, const char *cs, const char *ct)
/openbmc/u-boot/arch/mips/dts/
H A Dcomtrend,ct-5361.dts12 compatible = "comtrend,ct-5361", "brcm,bcm6348";
H A DMakefile14 dtb-$(CONFIG_BOARD_COMTREND_CT5361) += comtrend,ct-5361.dtb
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A D50-gbmc-ncsi.rules.in5 ct state established accept
H A Dgbmc-ncsi-usb.sh34 ct state established accept
/openbmc/qemu/include/hw/intc/
H A Darm_gicv3_its_common.h80 TableDesc ct; member
/openbmc/u-boot/configs/
H A Dcomtrend_ct5361_ram_defconfig31 CONFIG_DEFAULT_DEVICE_TREE="comtrend,ct-5361"
/openbmc/qemu/tcg/
H A Dtcg-op-vec.c748 TCGTemp *ct = tcgv_vec_temp(c); in tcg_gen_bitsel_vec() local
753 tcg_debug_assert(ct->base_type >= type); in tcg_gen_bitsel_vec()
757 temp_arg(rt), temp_arg(at), temp_arg(bt), temp_arg(ct)); in tcg_gen_bitsel_vec()
773 TCGTemp *ct = tcgv_vec_temp(c); in tcg_gen_cmpsel_vec() local
778 TCGArg ci = temp_arg(ct); in tcg_gen_cmpsel_vec()
786 tcg_debug_assert(ct->base_type >= type); in tcg_gen_cmpsel_vec()
/openbmc/openbmc/poky/meta/recipes-extended/iptables/
H A Diptables_1.8.11.bb117 FILES:${PN}-module-xt-ct += "${libdir}/xtables/libxt_NOTRACK.so ${libdir}/xtables/libxt_REDIRECT.so"
123 INSANE_SKIP:${PN}-module-xt-ct = "dev-so"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc/
H A D0001-Fix-implicit-function-declarations.patch67 static int ct = 0;
/openbmc/qemu/hw/ppc/
H A Dppc440_uc.c525 uint32_t ct; member
551 val = dma->ch[chnl].ct; in dcr_read_dma()
596 int count = dma->ch[chnl].ct & 0xffff; in dcr_write_dma()
642 dma->ch[chnl].ct = val; in dcr_write_dma()

123