Home
last modified time | relevance | path

Searched refs:hpp (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/
H A D0002-network_tests-Include-iomanip-system-header.patch
H A D0001-Update-to-C-17-560.patch
/openbmc/phosphor-dbus-monitor/src/test/
H A Dmeson.build23 'pathgentest.hpp',
28 'pathgentest.mako.hpp',
34 meson.current_build_dir() + '/pathgentest.hpp',
36 meson.current_build_dir() + '/pathgentest-errors.hpp',
40 'templates/pathgentest.mako.hpp',
45 output: 'pathgentest.hpp',
63 'propertygentest.hpp',
68 'propertygentest.mako.hpp',
74 meson.current_build_dir() + '/propertygentest.hpp',
76 meson.current_build_dir() + '/propertygentest-errors.hpp',
[all …]
H A D.gitignore4 /pathgentest.hpp
6 /propertygentest.hpp
8 /propertywatchgentest.hpp
10 /callbackgentest.hpp
12 /callbackgroupgentest.hpp
14 /conditiongentest.hpp
18 /interfaceaddtest.hpp
/openbmc/sdbusplus/tools/
H A Dmeson.build18 'sdbusplus/templates/error.hpp.mako',
21 'sdbusplus/templates/event.hpp.mako',
24 'sdbusplus/templates/events.hpp.mako',
26 'sdbusplus/templates/interface.aserver.hpp.mako',
27 'sdbusplus/templates/interface.client.hpp.mako',
28 'sdbusplus/templates/interface.common.hpp.mako',
31 'sdbusplus/templates/interface.server.hpp.mako',
32 'sdbusplus/templates/method.aserver.callback.hpp.mako',
33 'sdbusplus/templates/method.aserver.tag.hpp.mako',
34 'sdbusplus/templates/method.aserver.typeid.hpp.mako',
[all …]
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dmeson.build2 'elog-errors.hpp'.underscorify(),
4 output: 'elog-errors.hpp',
18 'commit.hpp',
19 'elog.hpp',
20 'lg2.hpp',
21 'log.hpp',
22 'sdjournal.hpp',
27 'lg2/concepts.hpp',
28 'lg2/conversion.hpp',
29 'lg2/flags.hpp',
[all …]
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c414 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() argument
419 char *start = hpp->buf; in __hist_entry__snprintf()
435 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " "); in __hist_entry__snprintf()
436 advance_hpp(hpp, ret); in __hist_entry__snprintf()
441 ret = fmt->color(fmt, hpp, he); in __hist_entry__snprintf()
443 ret = fmt->entry(fmt, hpp, he); in __hist_entry__snprintf()
445 ret = hist_entry__snprintf_alignment(he, hpp, fmt, ret); in __hist_entry__snprintf()
446 advance_hpp(hpp, ret); in __hist_entry__snprintf()
449 return hpp->buf - start; in __hist_entry__snprintf()
452 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf() argument
[all …]
/openbmc/sdeventplus/src/
H A Dmeson.build48 'sdeventplus/clock.hpp',
49 'sdeventplus/event.hpp',
50 'sdeventplus/exception.hpp',
51 'sdeventplus/types.hpp',
55 'sdeventplus/internal/sdevent.hpp',
59 'sdeventplus/source/base.hpp',
60 'sdeventplus/source/child.hpp',
61 'sdeventplus/source/event.hpp',
62 'sdeventplus/source/io.hpp',
63 'sdeventplus/source/signal.hpp',
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0003-To-fix-errors-as-following.patch20 modules/ts/include/opencv2/ts.hpp | 4 ++--
21 modules/ts/include/opencv2/ts/ocl_test.hpp | 2 +-
22 modules/ts/include/opencv2/ts/ts_ext.hpp | 2 +-
25 diff --git a/modules/ts/include/opencv2/ts.hpp b/modules/ts/include/opencv2/ts.hpp
27 --- a/modules/ts/include/opencv2/ts.hpp
28 +++ b/modules/ts/include/opencv2/ts.hpp
47 diff --git a/modules/ts/include/opencv2/ts/ocl_test.hpp b/modules/ts/include/opencv2/ts/ocl_test.hpp
49 --- a/modules/ts/include/opencv2/ts/ocl_test.hpp
50 +++ b/modules/ts/include/opencv2/ts/ocl_test.hpp
60 diff --git a/modules/ts/include/opencv2/ts/ts_ext.hpp b/modules/ts/include/opencv2/ts/ts_ext.hpp
[all …]
/openbmc/linux/tools/perf/ui/
H A Dhist.c19 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ argument
21 int __ret = fn(hpp, fmt, ##__VA_ARGS__); \
22 advance_hpp(hpp, __ret); \
26 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() argument
33 char *buf = hpp->buf; in __hpp__fmt()
34 size_t size = hpp->size; in __hpp__fmt()
43 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt()
45 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
70 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
73 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c434 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
436 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
461 struct perf_hpp *hpp __maybe_unused, in c2c_width()
477 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header() argument
484 int width = c2c_width(fmt, hpp, hists); in c2c_header()
508 return scnprintf(hpp->buf, hpp->size, "%*s", width, text); in c2c_header()
524 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry() argument
528 int width = c2c_width(fmt, hpp, he->hists); in dcacheline_entry()
534 return scnprintf(hpp->buf, hpp->size, "%*s", width, HEX_STR(buf, addr)); in dcacheline_entry()
538 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_entry() argument
[all …]
H A Dbuiltin-diff.c1324 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() argument
1333 return percent_color_snprintf(hpp->buf, hpp->size, in hpp__color_baseline()
1336 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_baseline()
1353 struct perf_hpp *hpp, int width) in cycles_printf() argument
1364 hpp->skip = true; in cycles_printf()
1393 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf); in cycles_printf()
1397 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() argument
1413 hpp->skip = true; in __hpp__color_compare()
1427 return percent_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
1438 return value_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-include-missing-cstdint.patch13 src/mcp9808/mcp9808.hpp | 1 +
14 src/micsv89/micsv89.hpp | 1 +
17 diff --git a/src/mcp9808/mcp9808.hpp b/src/mcp9808/mcp9808.hpp
19 --- a/src/mcp9808/mcp9808.hpp
20 +++ b/src/mcp9808/mcp9808.hpp
28 #include <interfaces/iTemperature.hpp>
29 diff --git a/src/micsv89/micsv89.hpp b/src/micsv89/micsv89.hpp
31 --- a/src/micsv89/micsv89.hpp
32 +++ b/src/micsv89/micsv89.hpp
/openbmc/gpioplus/src/
H A Dmeson.build28 'gpioplus/chip.hpp',
29 'gpioplus/event.hpp',
30 'gpioplus/handle.hpp',
34 'gpioplus/internal/fd.hpp',
35 'gpioplus/internal/sys.hpp',
39 'gpioplus/test/event.hpp',
40 'gpioplus/test/handle.hpp',
41 'gpioplus/test/sys.hpp',
45 'gpioplus/utility/aspeed.hpp',
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.aserver.hpp.mako2 #include <sdbusplus/async/server.hpp>
3 #include <sdbusplus/server/interface.hpp>
4 #include <sdbusplus/server/transaction.hpp>
56 ${s.render(loader, "signal.aserver.emit.hpp.mako", signal=s, interface=interface)}
73 ${p.render(loader, "property.aserver.tag.hpp.mako", property=p, interface=interface)}\
78 ${m.render(loader, "method.aserver.tag.hpp.mako", method=m, interface=interface)}\
82 ${p.render(loader, "property.aserver.get.hpp.mako", property=p, interface=interface)}
85 ${p.render(loader, "property.aserver.set.hpp.mako", property=p, interface=interface)}
105 ${p.render(loader, "property.aserver.typeid.hpp.mako", property=p, interface=interface)}\
108 ${m.render(loader, "method.aserver.typeid.hpp.mako", method=m, interface=interface)}\
[all …]
/openbmc/bmcweb/
H A D.codespell-ignore2 redfish-core/include/registries/task_event_message_registry.hpp
3 redfish-core/include/generated/enums/task.hpp
4 redfish-core/include/generated/enums/job.hpp
5 redfish-core/lib/task.hpp
6 redfish-core/lib/log_services.hpp
9 redfish-core/include/generated/enums/drive.hpp
12 redfish-core/include/registries/base_message_registry.hpp
/openbmc/linux/tools/perf/util/
H A Dblock-info.c164 struct perf_hpp *hpp, in block_column_header() argument
171 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_column_header()
176 struct perf_hpp *hpp __maybe_unused, in block_column_width()
184 static int color_pct(struct perf_hpp *hpp, int width, double pct) in color_pct() argument
188 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", in color_pct()
192 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, pct); in color_pct()
196 struct perf_hpp *hpp, in block_total_cycles_pct_entry() argument
206 return color_pct(hpp, block_fmt->width, 100.0 * ratio); in block_total_cycles_pct_entry()
240 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_lbr_entry() argument
248 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_cycles_lbr_entry()
[all …]
/openbmc/linux/tools/perf/ui/gtk/
H A Dhists.c16 static int __percent_color_snprintf(struct perf_hpp *hpp, const char *fmt, ...) in __percent_color_snprintf() argument
23 char *buf = hpp->buf; in __percent_color_snprintf()
24 size_t size = hpp->size; in __percent_color_snprintf()
50 struct perf_hpp *hpp, \
53 return hpp__fmt(fmt, hpp, he, he_get_##_field, " %*.2f%%", \
64 struct perf_hpp *hpp, \
67 return hpp__fmt_acc(fmt, hpp, he, he_get_acc_##_field, " %*.2f%%", \
307 struct perf_hpp hpp = { in perf_gtk__show_hists() local
380 fmt->color(fmt, &hpp, h); in perf_gtk__show_hists()
382 fmt->entry(fmt, &hpp, h); in perf_gtk__show_hists()
[all …]
/openbmc/openbmc/poky/meta/recipes-support/aspell/aspell/
H A D0001-modules-speller-default-vector_hash-t.hpp-fix-gcc-15.patch4 Subject: [PATCH] modules/speller/default/vector_hash-t.hpp: fix gcc-15 build
13 …modules/speller/default/vector_hash-t.hpp: In member function 'void aspeller::VectorHashTable<Parm…
14 …modules/speller/default/vector_hash-t.hpp:186:43: error: 'class aspeller::VectorHashTable<Parms>' …
17 …modules/speller/default/vector_hash-t.hpp:186:59: error: 'class aspeller::VectorHashTable<Parms>' …
27 modules/speller/default/vector_hash-t.hpp | 2 +-
30 diff --git a/modules/speller/default/vector_hash-t.hpp b/modules/speller/default/vector_hash-t.hpp
32 --- a/modules/speller/default/vector_hash-t.hpp
33 +++ b/modules/speller/default/vector_hash-t.hpp
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/
H A D0001-fix-build-on-GCC-14-for-yocto.patch33 src/core/border_router/routing_manager.hpp | 18 +++----
35 src/core/mac/data_poll_sender.hpp | 2 +-
37 src/core/net/srp_client.hpp | 2 +-
39 src/core/thread/mle.hpp | 4 +-
112 diff --git a/src/core/border_router/routing_manager.hpp b/src/core/border_router/routing_manager.hpp
114 --- a/src/core/border_router/routing_manager.hpp
115 +++ b/src/core/border_router/routing_manager.hpp
192 diff --git a/src/core/mac/data_poll_sender.hpp b/src/core/mac/data_poll_sender.hpp
194 --- a/src/core/mac/data_poll_sender.hpp
195 +++ b/src/core/mac/data_poll_sender.hpp
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Dmeson.build8 'templates/errors.mako.hpp',
10 'templates/generated.mako.hpp',
23 'generated.hpp',
28 'generated.mako.hpp',
34 meson.current_build_dir() + '/generated.hpp',
36 meson.current_build_dir() + '/errors.hpp',
41 output: 'generated.hpp',
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/curlpp/curlpp/
H A D0002-fix-invalid-conversion-from-int-to-CURLoption.patch6 Options.hpp:281:74: error: invalid conversion from 'int' to 'CURLoption' [-fpermissive]
18 include/curlpp/Options.hpp | 2 +-
21 diff --git a/include/curlpp/Options.hpp b/include/curlpp/Options.hpp
23 --- a/include/curlpp/Options.hpp
24 +++ b/include/curlpp/Options.hpp
/openbmc/sdbusplus/example/gen/net/poettering/Calculator/
H A Dmeson.build13 'event.hpp',
14 'common.hpp',
15 'server.hpp',
17 'aserver.hpp',
18 'client.hpp',
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0009-demux-dash-include-cstdint-needed-for-uint64_t.patch13 modules/demux/dash/mpd/TemplatedUri.hpp | 1 +
16 diff --git a/modules/demux/dash/mpd/TemplatedUri.hpp b/modules/demux/dash/mpd/TemplatedUri.hpp
18 --- a/modules/demux/dash/mpd/TemplatedUri.hpp
19 +++ b/modules/demux/dash/mpd/TemplatedUri.hpp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/files/
H A D0001-fix-add-missing-zero-initialization-to-region.patch

12345678910>>...25