| /openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/ |
| H A D | 0001-calibrator.hh-Include-string-to-get-std-string.patch | 4 Subject: [PATCH] calibrator.hh: Include <string> to get std::string 11 src/calibrator.hh | 1 + 14 diff --git a/src/calibrator.hh b/src/calibrator.hh 16 --- a/src/calibrator.hh 17 +++ b/src/calibrator.hh
|
| /openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
| H A D | 0005-color-parser-Use-fast_float-implementation-for-from_.patch | 15 src/termprops.hh | 12 ++++++------ 24 #include "color-parser.hh" 25 #include "color.hh" 27 +#include "fast_float.hh" 66 diff --git a/src/termprops.hh b/src/termprops.hh 68 --- a/src/termprops.hh 69 +++ b/src/termprops.hh 74 +#include "fast_float.hh" 75 #include "fwd.hh" 76 #include "uuid.hh" [all …]
|
| H A D | 0002-lib-Typo-fix.patch | 10 src/vteinternal.hh | 2 +- 13 diff --git a/src/vteinternal.hh b/src/vteinternal.hh 15 --- a/src/vteinternal.hh 16 +++ b/src/vteinternal.hh
|
| H A D | 0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch | 32 #include "widget.hh"
|
| /openbmc/openbmc/poky/meta/recipes-graphics/harfbuzz/harfbuzz/ |
| H A D | 0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch | 24 'hb-subset-instancer-solver.hh', 29 'hb-subset-plan.hh', 30 'hb-subset-plan-member-list.hh', 32 'hb-subset.hh',
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/live555/ |
| H A D | live555_20210824.bb | 41 …cp -R --no-dereference --preserve=mode,links -v ${S}/BasicUsageEnvironment/include/*.hh ${D}${incl… 43 …cp -R --no-dereference --preserve=mode,links -v ${S}/groupsock/include/*.hh ${D}${includedir}/grou… 44 …cp -R --no-dereference --preserve=mode,links -v ${S}/liveMedia/include/*.hh ${D}${includedir}/live… 45 …cp -R --no-dereference --preserve=mode,links -v ${S}/UsageEnvironment/include/*.hh ${D}${includedi… 47 for i in $(find . -name "*.hh") $(find . -name "*.h") ; do
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 267.out | 37 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 48 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 73 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 98 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 109 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 123 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 138 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 149 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 156 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 170 -- snap0 SIZE yyyy-mm-dd hh [all...] |
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/ |
| H A D | 0001-Remove-cpp-unittest-compilation.patch | 25 - add_custom_command (OUTPUT ${file}.hh 29 - -o ${file}.hh -n ${ns} -U 31 - add_custom_target (${file}_hh DEPENDS ${file}.hh)
|
| H A D | 0002-Add-package-configuration-files.patch | 42 FILES_MATCHING PATTERN *.hh)
|
| /openbmc/openbmc/poky/scripts/lib/build_perf/ |
| H A D | report.py | 256 hh, mm, ss = self.hms() 258 if hh > 0: 259 return '{}{:d}:{:02d}:{:02.0f}'.format(sign, hh, mm, ss) 271 hh, mm, ss = self.hms() 272 return [hh, mm, int(ss), int(ss*1000) % 1000]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch | 51 shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | qcow2-internal-snapshots.out | 18 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 51 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 52 2 snap1 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 83 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
|
| /openbmc/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 1611 static void *stbtt__hheap_alloc(stbtt__hheap *hh, size_t size, void *userdata) in stbtt__hheap_alloc() argument 1613 if (hh->first_free) { in stbtt__hheap_alloc() 1614 void *p = hh->first_free; in stbtt__hheap_alloc() 1615 hh->first_free = * (void **) p; in stbtt__hheap_alloc() 1618 if (hh->num_remaining_in_head_chunk == 0) { in stbtt__hheap_alloc() 1623 c->next = hh->head; in stbtt__hheap_alloc() 1624 hh->head = c; in stbtt__hheap_alloc() 1625 hh->num_remaining_in_head_chunk = count; in stbtt__hheap_alloc() 1627 --hh->num_remaining_in_head_chunk; in stbtt__hheap_alloc() 1628 return (char *) (hh->head) + size * hh->num_remaining_in_head_chunk; in stbtt__hheap_alloc() [all …]
|
| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | test_mac16.S | 42 \mulop\().hh \s, \t 87 \mulop\().hh \s, \t 183 \mulop\().hh.\ldop \w, \x, \s, \t
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/ |
| H A D | xinput-calibrator_git.bb | 17 file://0001-calibrator.hh-Include-string-to-get-std-string.patch \
|
| /openbmc/qemu/ui/ |
| H A D | dbus-listener.c | 781 int hh; in dbus_gfx_update_sub() 783 for (hh = 0; hh < h; hh++) { in dbus_gfx_update_sub() 784 memcpy(&dst[stride * hh], in dbus_gfx_update_sub() 785 &src[surface_stride(ddl->ds) * (hh + y) + x * bp], in dbus_gfx_update_sub() 773 int hh; dbus_gfx_update_sub() local
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_ldst_internal.h | 99 DO_LD_PRIM_2(hh, H1_2, uint16_t, uint16_t, lduw) in DO_LD_PRIM_1() 105 DO_ST_PRIM_2(hh, H1_2, uint16_t, uint16_t, stw) in DO_LD_PRIM_1()
|
| /openbmc/qemu/target/xtensa/core-dc232b/ |
| H A D | xtensa-modules.c.inc | 11422 { "mul.aa.hh", 178 /* xt_iclass_mac16_aa */, 11434 { "umul.aa.hh", 178 /* xt_iclass_mac16_aa */, 11446 { "mul.ad.hh", 179 /* xt_iclass_mac16_ad */, 11458 { "mul.da.hh", 180 /* xt_iclass_mac16_da */, 11470 { "mul.dd.hh", 181 /* xt_iclass_mac16_dd */, 11482 { "mula.aa.hh", 182 /* xt_iclass_mac16a_aa */, 11494 { "muls.aa.hh", 182 /* xt_iclass_mac16a_aa */, 11506 { "mula.ad.hh", 183 /* xt_iclass_mac16a_ad */, 11518 { "muls.ad.hh", 183 /* xt_iclass_mac16a_ad */, 11530 { "mula.da.hh", 184 /* xt_iclass_mac16a_da */, [all …]
|
| /openbmc/qemu/contrib/gitdm/ |
| H A D | filetypes.txt | 51 filetype code \.hh$ # C++ header
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/ |
| H A D | mariadb.inc | 225 ${B}/sql/yy_oracle.hh \ 227 ${B}/sql/yy_mariadb.hh \
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | bootmap.h | 191 uint8_t hh; member
|
| /openbmc/qemu/target/xtensa/core-test_kc705_be/ |
| H A D | xtensa-modules.c.inc | 33596 { "mul.aa.hh", ICLASS_xt_iclass_mac16_aa, 33608 { "umul.aa.hh", ICLASS_xt_iclass_mac16_aa, 33620 { "mul.ad.hh", ICLASS_xt_iclass_mac16_ad, 33632 { "mul.da.hh", ICLASS_xt_iclass_mac16_da, 33644 { "mul.dd.hh", ICLASS_xt_iclass_mac16_dd, 33656 { "mula.aa.hh", ICLASS_xt_iclass_mac16a_aa, 33668 { "muls.aa.hh", ICLASS_xt_iclass_mac16a_aa, 33680 { "mula.ad.hh", ICLASS_xt_iclass_mac16a_ad, 33692 { "muls.ad.hh", ICLASS_xt_iclass_mac16a_ad, 33704 { "mula.da.hh", ICLASS_xt_iclass_mac16a_da, [all …]
|
| /openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/ |
| H A D | xtensa-modules.c.inc | 27929 { "ae_selp24.hh", ICLASS_ae_iclass_selp24_hh, 27965 { "ae_cvtp24a16x2.hh", ICLASS_ae_iclass_cvtp24a16x2_hh, 28244 { "ae_mulfs32p16s.hh", ICLASS_ae_iclass_mulfs32p16s_hh, 28247 { "ae_mulfp24s.hh", ICLASS_ae_iclass_mulfp24s_hh, 28250 { "ae_mulp24s.hh", ICLASS_ae_iclass_mulp24s_hh, 28280 { "ae_mulafs32p16s.hh", ICLASS_ae_iclass_mulafs32p16s_hh, 28283 { "ae_mulafp24s.hh", ICLASS_ae_iclass_mulafp24s_hh, 28286 { "ae_mulap24s.hh", ICLASS_ae_iclass_mulap24s_hh, 28316 { "ae_mulsfs32p16s.hh", ICLASS_ae_iclass_mulsfs32p16s_hh, 28319 { "ae_mulsfp24s.hh", ICLASS_ae_iclass_mulsfp24s_hh, [all …]
|
| /openbmc/qemu/target/xtensa/core-dc233c/ |
| H A D | xtensa-modules.c.inc | 12077 { "mul.aa.hh", ICLASS_xt_iclass_mac16_aa, 12089 { "umul.aa.hh", ICLASS_xt_iclass_mac16_aa, 12101 { "mul.ad.hh", ICLASS_xt_iclass_mac16_ad, 12113 { "mul.da.hh", ICLASS_xt_iclass_mac16_da, 12125 { "mul.dd.hh", ICLASS_xt_iclass_mac16_dd, 12137 { "mula.aa.hh", ICLASS_xt_iclass_mac16a_aa, 12149 { "muls.aa.hh", ICLASS_xt_iclass_mac16a_aa, 12161 { "mula.ad.hh", ICLASS_xt_iclass_mac16a_ad, 12173 { "muls.ad.hh", ICLASS_xt_iclass_mac16a_ad, 12185 { "mula.da.hh", ICLASS_xt_iclass_mac16a_da, [all …]
|
| /openbmc/qemu/target/xtensa/core-de212/ |
| H A D | xtensa-modules.c.inc | 11446 { "mul.aa.hh", ICLASS_xt_iclass_mac16_aa, 11458 { "umul.aa.hh", ICLASS_xt_iclass_mac16_aa, 11470 { "mul.ad.hh", ICLASS_xt_iclass_mac16_ad, 11482 { "mul.da.hh", ICLASS_xt_iclass_mac16_da, 11494 { "mul.dd.hh", ICLASS_xt_iclass_mac16_dd, 11506 { "mula.aa.hh", ICLASS_xt_iclass_mac16a_aa, 11518 { "muls.aa.hh", ICLASS_xt_iclass_mac16a_aa, 11530 { "mula.ad.hh", ICLASS_xt_iclass_mac16a_ad, 11542 { "muls.ad.hh", ICLASS_xt_iclass_mac16a_ad, 11554 { "mula.da.hh", ICLASS_xt_iclass_mac16a_da, [all …]
|