| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | private_header_test.cpp | 33 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 D | meson.build | 30 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 D | http_utility.hpp | 57 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 D | xwc.patch | 12 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 D | string.c | 185 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 D | qemu-io-cmds.c | 58 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 D | parallels-with-bitmap.sh | 21 CT=parallels-with-bitmap-ct 29 prlctl create $CT --vmtype ct
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-hpa-bug-fix-on-separated-CR-and-LF.patch | 23 ct = count; 33 while (ct--) { /* loop over the buffer */
|
| H A D | add-error-check-for-disk-filled-up.patch | 26 ct = count; 28 while (ct--) { /* loop over the buffer */
|
| /openbmc/u-boot/board/comtrend/ct5361/ |
| H A D | Makefile | 3 obj-y += ct-5361.o
|
| H A D | MAINTAINERS | 4 F: board/comtrend/ct-5361/
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/ |
| H A D | 50-gbmc-nic.rules.in | 5 ct state established accept
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
| H A D | 50-gbmc-br.rules | 16 ct state established accept
|
| /openbmc/u-boot/include/ |
| H A D | exports.h | 32 int strcmp(const char *cs, const char *ct);
|
| H A D | _exports.h | 42 EXPORT_FUNC(strcmp, int, strcmp, const char *cs, const char *ct)
|
| /openbmc/u-boot/arch/mips/dts/ |
| H A D | comtrend,ct-5361.dts | 12 compatible = "comtrend,ct-5361", "brcm,bcm6348";
|
| H A D | Makefile | 14 dtb-$(CONFIG_BOARD_COMTREND_CT5361) += comtrend,ct-5361.dtb
|
| /openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
| H A D | 50-gbmc-ncsi.rules.in | 5 ct state established accept
|
| H A D | gbmc-ncsi-usb.sh | 34 ct state established accept
|
| /openbmc/qemu/include/hw/intc/ |
| H A D | arm_gicv3_its_common.h | 80 TableDesc ct; member
|
| /openbmc/u-boot/configs/ |
| H A D | comtrend_ct5361_ram_defconfig | 31 CONFIG_DEFAULT_DEVICE_TREE="comtrend,ct-5361"
|
| /openbmc/qemu/tcg/ |
| H A D | tcg-op-vec.c | 748 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 D | iptables_1.8.11.bb | 117 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 D | 0001-Fix-implicit-function-declarations.patch | 67 static int ct = 0;
|
| /openbmc/qemu/hw/ppc/ |
| H A D | ppc440_uc.c | 525 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()
|