Home
last modified time | relevance | path

Searched full:dist (Results 1 – 25 of 228) sorted by relevance

12345678910

/openbmc/qemu/util/
H A Dqdist.c19 void qdist_init(struct qdist *dist) in qdist_init() argument
21 dist->entries = g_new(struct qdist_entry, 1); in qdist_init()
22 dist->size = 1; in qdist_init()
23 dist->n = 0; in qdist_init()
26 void qdist_destroy(struct qdist *dist) in qdist_destroy() argument
28 g_free(dist->entries); in qdist_destroy()
49 void qdist_add(struct qdist *dist, double x, long count) in qdist_add() argument
53 if (dist->n) { in qdist_add()
57 entry = bsearch(&e, dist->entries, dist->n, sizeof(e), qdist_cmp); in qdist_add()
65 if (unlikely(dist->n == dist->size)) { in qdist_add()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Fix-compilation-with-fno-common.patch14 src/third_party/unwind/dist/src/aarch64/Ginit.c | 15 +++++++--------
15 src/third_party/unwind/dist/src/arm/Ginit.c | 15 +++++++--------
17 src/third_party/unwind/dist/src/hppa/Ginit.c | 15 +++++++--------
18 src/third_party/unwind/dist/src/ia64/Ginit.c | 1 +
19 .../unwind/dist/src/mi/Gfind_dynamic_proc_info.c | 1 +
20 src/third_party/unwind/dist/src/mips/Ginit.c | 15 +++++++--------
21 src/third_party/unwind/dist/src/ppc32/Ginit.c | 11 +++++++----
22 src/third_party/unwind/dist/src/ppc64/Ginit.c | 11 +++++++----
23 .../dist/src/ptrace/_UPT_get_dyn_info_list_addr.c | 5 +++++
24 src/third_party/unwind/dist/src/s390x/Ginit.c | 15 +++++++--------
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-qdist.c53 histogram_check(const struct qdist *dist, const struct entry_desc *darr, in histogram_check() argument
56 char *pr = qdist_pr_plain(dist, n_bins); in histogram_check()
64 static void histogram_check_single_full(const struct qdist *dist, size_t n_bins) in histogram_check_single_full() argument
68 histogram_check(dist, &desc, 1, n_bins); in histogram_check_single_full()
72 entries_check(const struct qdist *dist, const struct entry_desc *darr, size_t n) in entries_check() argument
77 struct qdist_entry *e = &dist->entries[i]; in entries_check()
84 entries_insert(struct qdist *dist, const struct entry_desc *darr, size_t n) in entries_insert() argument
89 qdist_add(dist, darr[i].x, darr[i].count); in entries_insert()
135 struct qdist dist; in do_test_pr() local
142 qdist_init(&dist); in do_test_pr()
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0005-Don-t-require-internet-connection-during-build.patch28 -dist: omxplayer.bin omxplayer.1
29 +dist: omxplayer.bin
30 mkdir -p $(DIST)/usr/lib/omxplayer
31 mkdir -p $(DIST)/usr/bin
32 mkdir -p $(DIST)/usr/share/doc/omxplayer
33 - mkdir -p $(DIST)/usr/share/man/man1
34 cp omxplayer omxplayer.bin $(DIST)/usr/bin
35 cp COPYING $(DIST)/usr/share/doc/omxplayer
36 cp README.md $(DIST)/usr/share/doc/omxplayer/README
37 - cp omxplayer.1 $(DIST)/usr/share/man/man1
[all …]
H A Dfix-tar-command-with-DIST.patch9 This fails if DIST is an absolute path. The old command was working just fine.
24 @@ -91,7 +91,7 @@ dist: omxplayer.bin omxplayer.1
25 cp README.md $(DIST)/usr/share/doc/omxplayer/README
26 cp omxplayer.1 $(DIST)/usr/share/man/man1
27 cp -P ffmpeg_compiled/usr/lib/*.so* $(DIST)/usr/lib/omxplayer/
28 - cd $(DIST); tar -czf ../$(DIST).tgz *
29 + tar -czf omxplayer-dist.tar.gz $(DIST)
32 cp -r $(DIST)/* /
H A D0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch30 DIST ?= omxplayer-dist
32 @@ -91,7 +91,7 @@ dist: omxplayer.bin omxplayer.1
33 cp COPYING $(DIST)/usr/share/doc/omxplayer
34 cp README.md $(DIST)/usr/share/doc/omxplayer/README
35 cp omxplayer.1 $(DIST)/usr/share/man/man1
36 - cp -P ffmpeg_compiled/usr/local/lib/*.so* $(DIST)/usr/lib/omxplayer/
37 + cp -P ffmpeg_compiled/usr/lib/*.so* $(DIST)/usr/lib/omxplayer/
38 cd $(DIST); tar -czf ../$(DIST).tgz *
/openbmc/qemu/include/qemu/
H A Dqdist.h41 void qdist_init(struct qdist *dist);
42 void qdist_destroy(struct qdist *dist);
44 void qdist_add(struct qdist *dist, double x, long count);
45 void qdist_inc(struct qdist *dist, double x);
46 double qdist_xmin(const struct qdist *dist);
47 double qdist_xmax(const struct qdist *dist);
48 double qdist_avg(const struct qdist *dist);
49 unsigned long qdist_sample_count(const struct qdist *dist);
50 size_t qdist_unique_entries(const struct qdist *dist);
53 char *qdist_pr_plain(const struct qdist *dist, size_t n_groups);
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0004-make.bash-override-CC-when-building-dist-and-go_boot.patch4 Subject: [PATCH 04/11] make.bash: override CC when building dist and
38 # Run dist bootstrap to complete make.bash.
39 # Bootstrap installs a proper cmd/dist, built with the new toolchain.
41 -./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"
42 +CC="${BUILD_CC:-${CC}}" ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"
43 rm -f ./cmd/dist/dist
H A D0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch4 Subject: [PATCH 08/11] src/cmd/dist/buildgo.go: do not hardcode host compilers
15 src/cmd/dist/buildgo.go | 8 ++++----
18 diff --git a/src/cmd/dist/buildgo.go b/src/cmd/dist/buildgo.go
20 --- a/src/cmd/dist/buildgo.go
21 +++ b/src/cmd/dist/buildgo.go
H A D0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch18 src/cmd/dist/build.go | 4 +++-
22 diff --git a/src/cmd/dist/build.go b/src/cmd/dist/build.go
24 --- a/src/cmd/dist/build.go
25 +++ b/src/cmd/dist/build.go
/openbmc/qemu/python/wheels/
HDpycotap-1.3.1-py3-none-any.whl ... /data/COPYING pycotap-1.3.1.dist-info/COPYING pycotap-1.3.1.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/
H A D0001-build-add-autotools-support-to-allow-easy-cross-comp.patch81 -DIST = figlet-$(VERSION)
113 -dist:
114 - rm -Rf $(DIST) $(DIST).tar.gz
115 - mkdir $(DIST)/
116 - cp $(DFILES) $(DIST)/
117 - mkdir $(DIST)/fonts
118 - cp fonts/*.fl[fc] $(DIST)/fonts
119 - mkdir $(DIST)/tests
120 - cp tests/*txt tests/emboss.tlf $(DIST)/tests
121 - tar cvf - $(DIST) | gzip -9c > $(DIST).tar.gz
[all …]
/openbmc/qemu/tests/vm/
H A Dconf_example_aarch64.yml29 -numa dist,src=0,dst=1,val=15 -numa dist,src=2,dst=3,val=15
30 -numa dist,src=0,dst=2,val=20 -numa dist,src=0,dst=3,val=20
31 -numa dist,src=1,dst=2,val=20 -numa dist,src=1,dst=3,val=20"
H A Dconf_example_x86.yml34 -numa dist,src=0,dst=1,val=15 -numa dist,src=2,dst=3,val=15
35 -numa dist,src=0,dst=2,val=20 -numa dist,src=0,dst=3,val=20
36 -numa dist,src=1,dst=2,val=20 -numa dist,src=1,dst=3,val=20"
/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/
H A Dserial-tests-config.patch21 -AM_INIT_AUTOMAKE([1.14 dist-bzip2 dist-xz color-tests parallel-tests
22 +AM_INIT_AUTOMAKE([1.14 dist-bzip2 dist-xz color-tests serial-tests
/openbmc/openbmc/poky/meta/recipes-support/db/db/
H A D0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch14 dist/configure.ac | 12 ++++++------
17 diff --git a/dist/configure.ac b/dist/configure.ac
19 --- a/dist/configure.ac
20 +++ b/dist/configure.ac
H A Dfix-parallel-build.patch9 Index: db-6.0.30/dist/Makefile.in
11 --- db-6.0.30.orig/dist/Makefile.in
12 +++ db-6.0.30/dist/Makefile.in
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Davoid_parallel_tests.patch24 -AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects])
25 +AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects …
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dperl-dynloader.patch15 dist/XSLoader/XSLoader_pm.PL | 18 ++++++++++++++++++
18 diff --git a/dist/XSLoader/XSLoader_pm.PL b/dist/XSLoader/XSLoader_pm.PL
20 --- a/dist/XSLoader/XSLoader_pm.PL
21 +++ b/dist/XSLoader/XSLoader_pm.PL
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D03-threads.patch3 Description: Fix LOCK_THREADS in settings.dist
10 --- dmalloc-5.5.1.orig/settings.dist 2007-03-25 21:16:43.000000000 +0200
11 +++ dmalloc-5.5.1/settings.dist 2007-04-27 20:56:49.000000000 +0200
/openbmc/u-boot/lib/zlib/
H A Dinffast.c95 unsigned dist; /* match distance */ in inflate_fast() local
174 dist = (unsigned)(this.val); in inflate_fast()
184 dist += (unsigned)hold & ((1U << op) - 1); in inflate_fast()
186 if (dist > dmax) { in inflate_fast()
194 Tracevv((stderr, "inflate: distance %u\n", dist)); in inflate_fast()
196 if (dist > op) { /* see if copy from window */ in inflate_fast()
197 op = dist - op; /* distance back in window */ in inflate_fast()
211 from = out - dist; /* rest from output */ in inflate_fast()
229 from = out - dist; /* rest from output */ in inflate_fast()
240 from = out - dist; /* rest from output */ in inflate_fast()
[all …]
/openbmc/webui-vue/.github/workflows/
H A Ddeploy-docs-to-gh-pages.yml19 - name: Init new repo in dist folder and commit generated files
21 cd docs/.vuepress/dist
34 directory: ./docs/.vuepress/dist
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/
H A D0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch27 dist/trousers.spec.in | 2 +-
53 diff --git a/dist/trousers.spec.in b/dist/trousers.spec.in
55 --- a/dist/trousers.spec.in
56 +++ b/dist/trousers.spec.in
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/
H A Dhwlatdetect_git.bb11 EXTRA_OEMAKE += "PYLIB=${libdir}/python${PYTHON_BASEVERSION}/dist-packages"
21 …*python.*,#!${bindir}/python3,' ${D}${libdir}/python${PYTHON_BASEVERSION}/dist-packages/hwlatdetec…
24 FILES:${PN} += "${libdir}/python${PYTHON_BASEVERSION}/dist-packages/hwlatdetect.py"
/openbmc/openbmc/poky/meta/recipes-devtools/go/
H A Dgo-1.24.3.inc11 file://0004-make.bash-override-CC-when-building-dist-and-go_boot.patch \
12 file://0005-cmd-dist-separate-host-and-target-builds.patch \
15 file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \

12345678910