Home
last modified time | relevance | path

Searched refs:diff (Results 826 – 850 of 3835) sorted by relevance

1...<<31323334353637383940>>...154

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A D0005-Disable-new-gcc8-warnings.patch18 diff --git a/src/libcollectdclient/network_parse.c b/src/libcollectdclient/network_parse.c
43 diff --git a/src/write_sensu.c b/src/write_sensu.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0001-meson.build-make-fbpdf-build-optional.patch13 diff --git a/meson.build b/meson.build
55 diff --git a/meson_options.txt b/meson_options.txt
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa/
H A D0001-fixed-compilation-error-caused-by-strncpy.patch21 diff --git a/src/mixer_plugin.c b/src/mixer_plugin.c
47 diff --git a/src/pcm_plugin.c b/src/pcm_plugin.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch19 diff --git a/open-vm-tools/lib/hgfsServer/hgfsServerLinux.c b/open-vm-tools/lib/hgfsServer/hgfsServ…
40 diff --git a/open-vm-tools/services/plugins/dndcp/dnd/dndLinux.c b/open-vm-tools/services/plugins/d…
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyyaml/
H A D0001-Fix-builds-with-Cython-3.patch26 diff --git a/pyproject.toml b/pyproject.toml
35 diff --git a/setup.py b/setup.py
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A D0001-Make-CPU-family-warnings-fatal.patch14 diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py
29 diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0003-linux-user-Add-strace-for-shmat.patch15 diff --git a/linux-user/strace.c b/linux-user/strace.c
56 diff --git a/linux-user/strace.list b/linux-user/strace.list
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Datmel,sama5d2-classd.yaml52 - diff
98 atmel,pwm-type = "diff";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/
H A D0006-Add-SDL2-example-support.patch32 diff --git a/CMakeLists.txt b/CMakeLists.txt
48 diff --git a/main.c b/main.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/
H A D0001-autotools-Add-option-to-disable-installation-of-syst.patch25 diff --git a/Makefile.am b/Makefile.am
40 diff --git a/configure.ac b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0017-Add-acinclude.m4-to-include-required-macros.patch22 diff --git a/acinclude.m4 b/acinclude.m4
36 diff --git a/m4/runlog.m4 b/m4/runlog.m4
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/
H A Dppc-musl.patch13 diff --git a/src/getpc.h b/src/getpc.h
28 diff --git a/src/stacktrace_powerpc-linux-inl.h b/src/stacktrace_powerpc-linux-inl.h
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-long-filename/
H A D0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch1 diff --git a/patch-me b/patch-me
/openbmc/linux/drivers/virtio/
H A Dvirtio_mem.c1742 uint64_t nb_sb = diff / vm->sbm.sb_size; in virtio_mem_sbm_plug_request()
1855 uint64_t nb_bb = diff / vm->bbm.bb_size; in virtio_mem_bbm_plug_request()
1900 return virtio_mem_sbm_plug_request(vm, diff); in virtio_mem_plug_request()
1901 return virtio_mem_bbm_plug_request(vm, diff); in virtio_mem_plug_request()
2083 uint64_t nb_sb = diff / vm->sbm.sb_size; in virtio_mem_sbm_unplug_request()
2240 uint64_t nb_bb = diff / vm->bbm.bb_size; in virtio_mem_bbm_unplug_request()
2285 return virtio_mem_bbm_unplug_request(vm, diff); in virtio_mem_unplug_request()
2393 uint64_t diff; in virtio_mem_run_wq() local
2426 diff = vm->requested_size - vm->plugged_size; in virtio_mem_run_wq()
2427 rc = virtio_mem_plug_request(vm, diff); in virtio_mem_run_wq()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/doxygen/doxygen/
H A Ddoxygen-native-only-check-python3.patch53 diff --git a/CMakeLists.txt b/CMakeLists.txt
66 diff --git a/addon/doxywizard/CMakeLists.txt b/addon/doxywizard/CMakeLists.txt
97 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
128 diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
150 diff --git a/libmscgen/CMakeLists.txt b/libmscgen/CMakeLists.txt
163 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
212 diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
/openbmc/linux/net/rxrpc/
H A Dconn_client.c248 long diff; in rxrpc_look_up_bundle() local
268 diff = (cmp(bundle->peer, call->peer) ?: in rxrpc_look_up_bundle()
273 if (diff < 0) in rxrpc_look_up_bundle()
275 else if (diff > 0) in rxrpc_look_up_bundle()
297 diff = (cmp(bundle->peer, call->peer) ?: in rxrpc_look_up_bundle()
302 if (diff < 0) in rxrpc_look_up_bundle()
304 else if (diff > 0) in rxrpc_look_up_bundle()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c381 uint32_t diff, scale; in nv04_dfp_mode_set() local
394 diff = output_mode->hdisplay - in nv04_dfp_mode_set()
396 regp->fp_horiz_regs[FP_VALID_START] += diff / 2; in nv04_dfp_mode_set()
397 regp->fp_horiz_regs[FP_VALID_END] -= diff / 2; in nv04_dfp_mode_set()
410 diff = output_mode->vdisplay - in nv04_dfp_mode_set()
412 regp->fp_vert_regs[FP_VALID_START] += diff / 2; in nv04_dfp_mode_set()
413 regp->fp_vert_regs[FP_VALID_END] -= diff / 2; in nv04_dfp_mode_set()
/openbmc/phosphor-dbus-interfaces/gen/
H A Drun-ci6 git --no-pager diff --exit-code -- . || rc=$?
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D11_tcpd_blacklist.patch39 [diff updated by Md]
41 diff -ruN tcp_wrappers_7.6.orig/hosts_access.5 tcp_wrappers_7.6/hosts_access.5
58 diff -ruN tcp_wrappers_7.6.orig/hosts_access.c tcp_wrappers_7.6/hosts_access.c
97 diff -ruN tcp_wrappers_7.6.orig/tcpdchk.c tcp_wrappers_7.6/tcpdchk.c
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch25 diff --git a/libinstaller/syslinuxext.c b/libinstaller/syslinuxext.c
38 diff --git a/libinstaller/syslinuxext.h b/libinstaller/syslinuxext.h
49 diff --git a/linux/Makefile b/linux/Makefile
63 diff --git a/linux/syslinux.c b/linux/syslinux.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0008-Do-not-embed-build-directory-in-binaries.patch17 diff --git a/modules/core/CMakeLists.txt b/modules/core/CMakeLists.txt
38 diff --git a/modules/core/include/opencv2/core/private.hpp b/modules/core/include/opencv2/core/priv…
55 diff --git a/modules/core/include/opencv2/core/utility.hpp b/modules/core/include/opencv2/core/util…
72 diff --git a/modules/core/src/utils/datafile.cpp b/modules/core/src/utils/datafile.cpp
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0002-Support-asynchronous-calls-58.patch32 diff --git a/doc/tutorial.rst b/doc/tutorial.rst
61 diff --git a/pydbus/proxy_method.py b/pydbus/proxy_method.py
126 diff --git a/tests/publish_async.py b/tests/publish_async.py
195 diff --git a/tests/run.sh b/tests/run.sh
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored/
H A Ddevtool-test-ignored.patch1 diff --git a/ignored b/ignored
/openbmc/openbmc/poky/scripts/contrib/
H A Duncovered24 diff -u <(grep "$path" | grep -v '0%$' | cut -f1 -d: | sort) \
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c126 int diff = 1; in is_fused() local
131 diff++; in is_fused()
146 return diff; in is_fused()
161 int diff = 0; in annotate_browser__draw_current_jump() local
212 diff = is_fused(ab, cursor); in annotate_browser__draw_current_jump()
213 if (diff > 0) { in annotate_browser__draw_current_jump()
216 from - diff, diff, to > from); in annotate_browser__draw_current_jump()

1...<<31323334353637383940>>...154