Home
last modified time | relevance | path

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

12345678910>>...13

/OK3568_Linux_fs/buildroot/package/uhd/
H A D0002-host-fix-build-boost-173.patch4 Subject: [PATCH] boost: Include bind.hpp where used, add
9 boost/bind.hpp. Changed all of those to include bind.hpp
13 Background: boost/bind.hpp is a convenience header that pulls the Boost
88 #include <uhd/utils/safe_main.hpp>
89 #include <uhd/utils/thread.hpp>
90 #include <boost/asio.hpp>
91 +#include <boost/bind.hpp>
92 #include <boost/format.hpp>
93 #include <boost/program_options.hpp>
94 #include <boost/thread/condition_variable.hpp>
[all …]
H A D0004-lib-Fix-missing-includes-in-rpc-hpp.patch4 Subject: [PATCH] lib: Fix missing includes in rpc.hpp
10 host/lib/include/uhdlib/utils/rpc.hpp | 4 ++++
13 diff --git a/host/lib/include/uhdlib/utils/rpc.hpp b/host/lib/include/uhdlib/utils/rpc.hpp
15 --- a/host/lib/include/uhdlib/utils/rpc.hpp
16 +++ b/host/lib/include/uhdlib/utils/rpc.hpp
20 #include <boost/format.hpp>
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A D0001-Include-limits-header-for-numeric_limits.patch7 vulkancts/framework/vulkan/vkRayTracingUtil.hpp:116:32: error: 'numeric_limits' is not a member of …
12 framework/vulkan/vkRayTracingUtil.hpp | 1 +
17 --- a/framework/vulkan/vkRayTracingUtil.hpp
18 +++ b/framework/vulkan/vkRayTracingUtil.hpp
20 #include "tcuVector.hpp"
21 #include "tcuVectorType.hpp"
30 #include "tcuPlatform.hpp"
40 #include "vktSpvAsmComputeShaderCase.hpp"
41 #include "vktSpvAsmGraphicsShaderTestUtil.hpp"
52 #include "deSharedPtr.hpp"
[all …]
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dhist.c18 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ argument
20 int __ret = fn(hpp, fmt, ##__VA_ARGS__); \
21 advance_hpp(hpp, __ret); \
25 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() argument
32 char *buf = hpp->buf; in __hpp__fmt()
33 size_t size = hpp->size; in __hpp__fmt()
42 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt()
44 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
69 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
72 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-c2c.c406 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
408 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
433 struct perf_hpp *hpp __maybe_unused, in c2c_width()
449 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header() argument
456 int width = c2c_width(fmt, hpp, hists); in c2c_header()
480 return scnprintf(hpp->buf, hpp->size, "%*s", width, text); in c2c_header()
496 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry() argument
500 int width = c2c_width(fmt, hpp, he->hists); in dcacheline_entry()
506 return scnprintf(hpp->buf, hpp->size, "%*s", width, HEX_STR(buf, addr)); in dcacheline_entry()
510 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_entry() argument
[all …]
H A Dbuiltin-diff.c1321 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() argument
1330 return percent_color_snprintf(hpp->buf, hpp->size, in hpp__color_baseline()
1333 return scnprintf(hpp->buf, hpp->size, "%*s", in hpp__color_baseline()
1350 struct perf_hpp *hpp, int width) in cycles_printf() argument
1361 hpp->skip = true; in cycles_printf()
1390 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf); in cycles_printf()
1394 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() argument
1410 hpp->skip = true; in __hpp__color_compare()
1424 return percent_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
1435 return value_color_snprintf(hpp->buf, hpp->size, in __hpp__color_compare()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0003-To-fix-errors-as-following.patch18 modules/ts/include/opencv2/ts.hpp | 4 ++--
19 modules/ts/include/opencv2/ts/ocl_test.hpp | 2 +-
20 modules/ts/include/opencv2/ts/ts_ext.hpp | 2 +-
23 diff --git a/modules/ts/include/opencv2/ts.hpp b/modules/ts/include/opencv2/ts.hpp
25 --- a/modules/ts/include/opencv2/ts.hpp
26 +++ b/modules/ts/include/opencv2/ts.hpp
45 diff --git a/modules/ts/include/opencv2/ts/ocl_test.hpp b/modules/ts/include/opencv2/ts/ocl_test.hpp
47 --- a/modules/ts/include/opencv2/ts/ocl_test.hpp
48 +++ b/modules/ts/include/opencv2/ts/ocl_test.hpp
58 diff --git a/modules/ts/include/opencv2/ts/ts_ext.hpp b/modules/ts/include/opencv2/ts/ts_ext.hpp
[all …]
H A D0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch10 modules/videoio/src/cap_ffmpeg_impl.hpp | 8 ++++++++
13 diff --git a/modules/videoio/src/cap_ffmpeg_impl.hpp b/modules/videoio/src/cap_ffmpeg_impl.hpp
15 --- a/modules/videoio/src/cap_ffmpeg_impl.hpp
16 +++ b/modules/videoio/src/cap_ffmpeg_impl.hpp
H A D0001-core-vsx-update-vec_absd-workaround-condition.patch9 modules/core/include/opencv2/core/vsx_utils.hpp | 3 ++-
12 …git a/modules/core/include/opencv2/core/vsx_utils.hpp b/modules/core/include/opencv2/core/vsx_util…
14 --- a/modules/core/include/opencv2/core/vsx_utils.hpp
15 +++ b/modules/core/include/opencv2/core/vsx_utils.hpp
/OK3568_Linux_fs/kernel/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 …]
H A Dsort.c1769 struct perf_hpp_fmt hpp; member
1780 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()
1784 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header() argument
1791 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()
1796 return scnprintf(hpp->buf, hpp->size, "%-*.*s", len, len, fmt->name); in __sort__hpp_header()
1800 struct perf_hpp *hpp __maybe_unused, in __sort__hpp_width()
1806 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width()
1814 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry() argument
1820 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_entry()
1825 return hse->se->se_snprintf(he, hpp->buf, hpp->size, len); in __sort__hpp_entry()
[all …]
H A Dhist.h170 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp,
259 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
261 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
263 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
265 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
303 struct perf_hpp_list hpp; member
407 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
408 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...);
410 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
413 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/buildroot/package/opencv4/
H A D0001-modules-videoio-src-cap_ffmpeg_impl.hpp-fix-build-wi.patch4 Subject: [PATCH] modules/videoio/src/cap_ffmpeg_impl.hpp: fix build with gcc
9 …ot/autobuild/instance-3/output-1/build/opencv4-4.5.4/modules/videoio/src/cap_ffmpeg_impl.hpp:100:0,
11 …/instance-3/output-1/build/opencv4-4.5.4/modules/videoio/src/cap_ffmpeg_hw.hpp: In constructor 'HW…
12 …/instance-3/output-1/build/opencv4-4.5.4/modules/videoio/src/cap_ffmpeg_hw.hpp:939:23: error: use …
16 …tobuild/instance-3/output-1/build/opencv4-4.5.4/modules/core/include/opencv2/core/cvstd.inl.hpp:47,
17 …droot/autobuild/instance-3/output-1/build/opencv4-4.5.4/modules/core/include/opencv2/core.hpp:3306,
18 …t/autobuild/instance-3/output-1/build/opencv4-4.5.4/modules/videoio/include/opencv2/videoio.hpp:46,
19 …ome/buildroot/autobuild/instance-3/output-1/build/opencv4-4.5.4/modules/videoio/src/precomp.hpp:57,
33 modules/videoio/src/cap_ffmpeg_impl.hpp | 6 ++++++
36 diff --git a/modules/videoio/src/cap_ffmpeg_impl.hpp b/modules/videoio/src/cap_ffmpeg_impl.hpp
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/boost/
H A D0001-futex-fix-build-on-32-bit-architectures-using-64-bit.patch8 | ./boost/fiber/detail/futex.hpp:31:23: error: use of undeclared identifier 'SYS_futex'
16 boost/fiber/detail/futex.hpp | 4 ++++
19 diff --git a/boost/fiber/detail/futex.hpp b/boost/fiber/detail/futex.hpp
21 --- a/boost/fiber/detail/futex.hpp
22 +++ b/boost/fiber/detail/futex.hpp
25 #include <boost/fiber/detail/config.hpp>
H A Dde657e01635306085488290ea83de541ec393f8b.patch13 include/boost/interprocess/permissions.hpp | 4 ++++
16 diff --git a/boost/interprocess/permissions.hpp b/boost/interprocess/permissions.hpp
18 --- a/boost/interprocess/permissions.hpp
19 +++ b/boost/interprocess/permissions.hpp
22 #include <boost/interprocess/detail/win32_api.hpp>
/OK3568_Linux_fs/buildroot/package/boost/
H A D0003-math-make-no-atomics-a-soft-failure-in-bernoulli_details_hpp.patch4 Subject: [PATCH] Make no atomics a soft failure in bernoulli_details.hpp.
15 .../detail/bernoulli_details.hpp | 10 +++++++---
25 …h/special_functions/detail/bernoulli_details.hpp b/boost/math/special_functions/detail/bernoulli_d…
27 --- a/boost/math/special_functions/detail/bernoulli_details.hpp
28 +++ b/boost/math/special_functions/detail/bernoulli_details.hpp
101 +#include <boost/math/special_functions/bernoulli.hpp>
102 +#include "test_compile_result.hpp"
121 +#include <boost/math/special_functions/bernoulli.hpp>
122 +#include <boost/multiprecision/cpp_bin_float.hpp>
123 +#include "test_compile_result.hpp"
[all …]
/OK3568_Linux_fs/buildroot/package/cereal/
H A D0001-Store-a-copy-of-each-serialized-shared_ptr-within-the-archive.patch16 include/cereal/cereal.hpp | 13 +++++++++++--
17 include/cereal/types/memory.hpp | 2 +-
20 diff --git a/include/cereal/cereal.hpp b/include/cereal/cereal.hpp
22 --- a/include/cereal/cereal.hpp
23 +++ b/include/cereal/cereal.hpp
55 diff --git a/include/cereal/types/memory.hpp b/include/cereal/types/memory.hpp
57 --- a/include/cereal/types/memory.hpp
58 +++ b/include/cereal/types/memory.hpp
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/slot/
H A Dslot.hpp22 # define BOOST_PP_ASSIGN_SLOT_1 <boost/preprocessor/slot/detail/slot1.hpp>
23 # define BOOST_PP_ASSIGN_SLOT_2 <boost/preprocessor/slot/detail/slot2.hpp>
24 # define BOOST_PP_ASSIGN_SLOT_3 <boost/preprocessor/slot/detail/slot3.hpp>
25 # define BOOST_PP_ASSIGN_SLOT_4 <boost/preprocessor/slot/detail/slot4.hpp>
26 # define BOOST_PP_ASSIGN_SLOT_5 <boost/preprocessor/slot/detail/slot5.hpp>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/exiv2/exiv2/
H A DCVE-2021-3482.patch15 #include "image.hpp"
16 #include "image_int.hpp"
17 #include "basicio.hpp"
18 +#include "enforce.hpp"
19 #include "error.hpp"
20 #include "futils.hpp"
21 #include "types.hpp"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dlayer_properties.hpp.ejs10 #include <mbgl/style/types.hpp>
11 #include <mbgl/style/layout_property.hpp>
12 #include <mbgl/style/paint_property.hpp>
13 #include <mbgl/style/properties.hpp>
14 #include <mbgl/programs/attributes.hpp>
15 #include <mbgl/programs/uniforms.hpp>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-asio-Dont-use-experimental-with-clang.patch9 src/third_party/asio-master/asio/include/asio/detail/string_view.hpp | 4 ++--
12 …r/asio/include/asio/detail/string_view.hpp b/src/third_party/asio-master/asio/include/asio/detail/…
14 --- a/src/third_party/asio-master/asio/include/asio/detail/string_view.hpp
15 +++ b/src/third_party/asio-master/asio/include/asio/detail/string_view.hpp
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/iteration/
H A Diterate.hpp76 # define BOOST_PP_ITERATE_1 <boost/preprocessor/iteration/detail/iter/forward1.hpp>
77 # define BOOST_PP_ITERATE_2 <boost/preprocessor/iteration/detail/iter/forward2.hpp>
78 # define BOOST_PP_ITERATE_3 <boost/preprocessor/iteration/detail/iter/forward3.hpp>
79 # define BOOST_PP_ITERATE_4 <boost/preprocessor/iteration/detail/iter/forward4.hpp>
80 # define BOOST_PP_ITERATE_5 <boost/preprocessor/iteration/detail/iter/forward5.hpp>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dlayer.hpp.ejs11 #include <mbgl/style/color_ramp_property_value.hpp>
13 #include <mbgl/style/layer.hpp>
14 #include <mbgl/style/filter.hpp>
15 #include <mbgl/style/property_value.hpp>
16 #include <mbgl/style/data_driven_property_value.hpp>
18 #include <mbgl/util/color.hpp>

12345678910>>...13