Home
last modified time | relevance | path

Searched refs:diff (Results 226 – 250 of 3834) sorted by relevance

12345678910>>...154

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch94 diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h
107 diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h
121 diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h
145 diff --git a/gcc/config/linux.h b/gcc/config/linux.h
204 diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h
247 diff --git a/gcc/config/nios2/linux.h b/gcc/config/nios2/linux.h
264 diff --git a/gcc/config/riscv/linux.h b/gcc/config/riscv/linux.h
320 diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h
337 diff --git a/gcc/config/s390/linux.h b/gcc/config/s390/linux.h
359 diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dda7218.txt33 ["diff", "se_p", "se_n"]
35 ["diff", "se_p", "se_n"]
48 - dlg,hp-diff-single-supply : Boolean flag, use single supply for HP
86 dlg,mic1-amp-in-sel = "diff";
87 dlg,mic2-amp-in-sel = "diff";
/openbmc/qemu/hw/gpio/
H A Dzaurus.c65 uint32_t level, diff; in scoop_gpio_handler_update() local
69 for (diff = s->prev_level ^ level; diff; diff ^= 1 << bit) { in scoop_gpio_handler_update()
70 bit = ctz32(diff); in scoop_gpio_handler_update()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/
H A D0003-replace-stat64-lstat64-with-stat-lstat.patch20 diff --git a/libinotifytools/src/inotifytools.c b/libinotifytools/src/inotifytools.c
53 diff --git a/libinotifytools/src/inotifytools/inotify-nosys.h b/libinotifytools/src/inotifytools/in…
69 diff --git a/libinotifytools/src/inotifytools/inotifytools.h b/libinotifytools/src/inotifytools/ino…
85 diff --git a/src/common.c b/src/common.c
101 diff --git a/src/common.h b/src/common.h
/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-samples/
H A D32bit.patch19 diff --git a/framework/common/hpp_vk_common.h b/framework/common/hpp_vk_common.h
41 diff --git a/framework/core/hpp_buffer.cpp b/framework/core/hpp_buffer.cpp
63 diff --git a/framework/core/hpp_buffer.h b/framework/core/hpp_buffer.h
76 diff --git a/framework/core/hpp_image.cpp b/framework/core/hpp_image.cpp
89 diff --git a/samples/api/hpp_texture_loading/hpp_texture_loading.cpp b/samples/api/hpp_texture_load…
/openbmc/openbmc/poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/
H A Ddisable-so-versioning.patch7 diff -rub libomxil-bellagio-0.9.3-orig/src/components/audio_effects/Makefile.am libomxil-bellagio-0…
16 diff -rub libomxil-bellagio-0.9.3-orig/src/components/clocksrc/Makefile.am libomxil-bellagio-0.9.3/…
25 diff -rub libomxil-bellagio-0.9.3-orig/src/components/videoscheduler/Makefile.am libomxil-bellagio-…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/
H A D0002-Fixed-relative-imports.patch16 diff --git a/pynetlinux/__init__.py b/pynetlinux/__init__.py
32 diff --git a/pynetlinux/brctl.py b/pynetlinux/brctl.py
45 diff --git a/pynetlinux/tap.py b/pynetlinux/tap.py
/openbmc/linux/include/linux/iio/
H A Devents.h24 #define IIO_EVENT_CODE(chan_type, diff, modifier, direction, \ argument
26 (((u64)type << 56) | ((u64)diff << 55) | \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A Dlibhugetlbfs-avoid-search-host-library-path-for-cros.patch20 diff --git a/ldscripts/elf32ppclinux.xB b/ldscripts/elf32ppclinux.xB
33 diff --git a/ldscripts/elf32ppclinux.xBDT b/ldscripts/elf32ppclinux.xBDT
46 diff --git a/ldscripts/elf64ppc.xB b/ldscripts/elf64ppc.xB
59 diff --git a/ldscripts/elf64ppc.xBDT b/ldscripts/elf64ppc.xBDT
72 diff --git a/ldscripts/elf_x86_64.xB b/ldscripts/elf_x86_64.xB
85 diff --git a/ldscripts/elf_x86_64.xBDT b/ldscripts/elf_x86_64.xBDT
/openbmc/openbmc/poky/meta/recipes-support/db/db/
H A D0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch22 diff --git a/src/dbinc/atomic.h b/src/dbinc/atomic.h
44 diff --git a/src/mp/mp_fget.c b/src/mp/mp_fget.c
66 diff --git a/src/mp/mp_mvcc.c b/src/mp/mp_mvcc.c
88 diff --git a/src/mp/mp_region.c b/src/mp/mp_region.c
110 diff --git a/src/mutex/mut_method.c b/src/mutex/mut_method.c
123 diff --git a/src/mutex/mut_tas.c b/src/mutex/mut_tas.c
/openbmc/linux/drivers/s390/cio/
H A Dblacklist.c80 int diff; in pure_hex() local
82 diff = 0; in pure_hex()
85 while (diff <= max_digit) { in pure_hex()
92 diff++; in pure_hex()
95 if ((diff < min_digit) || (diff > max_digit) || (*val > max_val)) in pure_hex()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0002-Fixes-in-AEAD-for-psa-arch-test-54-and-58.patch19 diff --git a/components/service/crypto/client/caller/packed-c/crypto_caller_aead.h b/components/ser…
31 diff --git a/components/service/crypto/include/psa/crypto_sizes.h b/components/service/crypto/inclu…
44 diff --git a/components/service/crypto/provider/extension/aead/aead_provider.c b/components/service…
75 diff --git a/components/service/crypto/provider/extension/aead/serializer/aead_provider_serializer.…
87 diff --git a/components/service/crypto/provider/extension/aead/serializer/packed-c/packedc_aead_pro…
107 diff --git a/protocols/service/crypto/packed-c/aead.h b/protocols/service/crypto/packed-c/aead.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0008-Rename-poll.h-to-vm_poll.h.patch31 diff --git a/open-vm-tools/lib/asyncsocket/asyncsocket.c b/open-vm-tools/lib/asyncsocket/asyncsocke…
44 diff --git a/open-vm-tools/lib/hgfsServer/hgfsServer.c b/open-vm-tools/lib/hgfsServer/hgfsServer.c
57 diff --git a/open-vm-tools/lib/include/asyncsocket.h b/open-vm-tools/lib/include/asyncsocket.h
70 diff --git a/open-vm-tools/lib/include/pollImpl.h b/open-vm-tools/lib/include/pollImpl.h
83 diff --git a/open-vm-tools/lib/include/poll.h b/open-vm-tools/lib/include/vm_poll.h
99 diff --git a/open-vm-tools/lib/rpcIn/rpcin.c b/open-vm-tools/lib/rpcIn/rpcin.c
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch23 diff --git a/src/pch.c b/src/pch.c
154 diff --git a/tests/Makefile.am b/tests/Makefile.am
166 diff --git a/tests/ed-style b/tests/ed-style
186 +cat > ed1.diff <<EOF
192 +check 'patch -e foo -i ed1.diff' <<EOF
199 +cat > ed2.diff <<EOF
205 +check 'patch -e foo -i ed2.diff 2> /dev/null || echo "Status: $?"' <<EOF
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0001-Fixes-for-yocto-build.patch22 diff --git a/system/core/adb/daemon/file_sync_service.cpp b/system/core/adb/daemon/file_sync_servic…
44 diff --git a/system/core/adb/daemon/framebuffer_service.h b/system/core/adb/daemon/framebuffer_serv…
55 diff --git a/system/core/adb/daemon/main.cpp b/system/core/adb/daemon/main.cpp
83 diff --git a/system/core/adb/daemon/restart_service.h b/system/core/adb/daemon/restart_service.h
97 diff --git a/system/core/adb/daemon/services.cpp b/system/core/adb/daemon/services.cpp
131 diff --git a/system/core/adb/daemon/shell_service.cpp b/system/core/adb/daemon/shell_service.cpp
153 diff --git a/system/core/adb/types.h b/system/core/adb/types.h
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py/
H A D0001-Fix-Cython-3-compatibility.patch71 diff --git a/docs/conf.py b/docs/conf.py
147 diff --git a/docs/vds.rst b/docs/vds.rst
195 diff --git a/h5py/_errors.pxd b/h5py/_errors.pxd
331 diff --git a/h5py/_locks.pxi b/h5py/_locks.pxi
362 diff --git a/h5py/_proxy.pyx b/h5py/_proxy.pyx
514 diff --git a/h5py/h5fd.pyx b/h5py/h5fd.pyx
579 diff --git a/h5py/h5p.pyx b/h5py/h5p.pyx
601 diff --git a/h5py/h5t.pyx b/h5py/h5t.pyx
746 diff --git a/pylintrc b/pylintrc
759 diff --git a/pyproject.toml b/pyproject.toml
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-Migrate-to-use-g_memdup2.patch43 diff --git a/src/api/sipe-common.h b/src/api/sipe-common.h
54 diff --git a/src/core/sip-sec-gssapi.c b/src/core/sip-sec-gssapi.c
76 diff --git a/src/core/sip-sec-ntlm.c b/src/core/sip-sec-ntlm.c
116 diff --git a/src/core/sip-sec-tls-dsk.c b/src/core/sip-sec-tls-dsk.c
132 diff --git a/src/core/sipe-media.c b/src/core/sipe-media.c
145 diff --git a/src/core/sipe-tls-tester.c b/src/core/sipe-tls-tester.c
158 diff --git a/src/core/sipe-tls.c b/src/core/sipe-tls.c
180 diff --git a/src/telepathy/telepathy-protocol.c b/src/telepathy/telepathy-protocol.c
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Ddavinci_nand.c230 u_int32_t diff = ecc_calc ^ ecc_nand; in nand_davinci_correct_data() local
232 if (diff) { in nand_davinci_correct_data()
233 if ((((diff >> 12) ^ diff) & 0xfff) == 0xfff) { in nand_davinci_correct_data()
235 if ((diff >> (12 + 3)) < this->ecc.size) { in nand_davinci_correct_data()
236 uint8_t find_bit = 1 << ((diff >> 12) & 7); in nand_davinci_correct_data()
237 uint32_t find_byte = diff >> (12 + 3); in nand_davinci_correct_data()
247 } else if (!(diff & (diff - 1))) { in nand_davinci_correct_data()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/
H A D0001-drbd-utils-support-usrmerge.patch23 diff --git a/configure.ac b/configure.ac
36 diff --git a/scripts/Makefile.in b/scripts/Makefile.in
57 diff --git a/scripts/drbd-demote-or-escalate@.service b/scripts/drbd-demote-or-escalate@.service
68 diff --git a/scripts/drbd-promote@.service b/scripts/drbd-promote@.service
80 diff --git a/scripts/drbd-wait-promotable@.service b/scripts/drbd-wait-promotable@.service
93 diff --git a/scripts/drbd.service b/scripts/drbd.service
112 diff --git a/scripts/drbd@.service b/scripts/drbd@.service
128 diff --git a/scripts/ocf.ra@.service b/scripts/ocf.ra@.service
140 diff --git a/user/v83/Makefile.in b/user/v83/Makefile.in
171 diff --git a/user/v84/Makefile.in b/user/v84/Makefile.in
/openbmc/openbmc/poky/meta/recipes-extended/diffutils/
H A Ddiffutils.inc3 DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
10 ALTERNATIVE:${PN} = "diff cmp"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/
H A D0001-xxhash-bump-to-v2.1.2.patch37 diff --git a/client/v3/go.mod b/client/v3/go.mod
63 diff --git a/etcdctl/go.mod b/etcdctl/go.mod
76 diff --git a/etcdctl/go.sum b/etcdctl/go.sum
91 diff --git a/etcdutl/go.mod b/etcdutl/go.mod
104 diff --git a/etcdutl/go.sum b/etcdutl/go.sum
119 diff --git a/go.mod b/go.mod
132 diff --git a/go.sum b/go.sum
147 diff --git a/server/go.mod b/server/go.mod
160 diff --git a/server/go.sum b/server/go.sum
175 diff --git a/tests/go.mod b/tests/go.mod
[all …]
/openbmc/qemu/tests/data/acpi/
H A Drebuild-expected-aml.sh54 …mma-separated changed AML files to ignore' ${SRC_PATH}/tests/qtest/bios-tables-test-allowed-diff.h`
56 …separated changed AML files to ignore */' > ${SRC_PATH}/tests/qtest/bios-tables-test-allowed-diff.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/files/
H A Dace_config.patch3 diff -ruN ACE_wrappers1/ace/config.h ACE_wrappers/ace/config.h
8 diff -ruN ACE_wrappers1/include/makeinclude/platform_macros.GNU ACE_wrappers/include/makeinclude/pl…
/openbmc/linux/include/math-emu/
H A Dop-common.h236 _FP_I_TYPE diff = X##_e - Y##_e; \
238 if (diff < 0) \
240 diff = -diff; \
241 if (diff <= _FP_WFRACBITS_##fs) \
249 if (diff > 0) \
251 if (diff <= _FP_WFRACBITS_##fs) \
293 _FP_FRAC_CLZ_##wc(diff, R); \
294 diff -= _FP_WFRACXBITS_##fs; \
295 if (diff) \
297 R##_e -= diff; \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-Fix-Translations-containing-invalid-directives-hs.patch43 diff --git a/po/ca.po b/po/ca.po
61 diff --git a/po/de.po b/po/de.po
97 diff --git a/po/fr.po b/po/fr.po
148 "codages différents"
242 diff --git a/po/hr.po b/po/hr.po
260 diff --git a/po/it.po b/po/it.po
293 diff --git a/po/ja.po b/po/ja.po
311 diff --git a/po/ko.po b/po/ko.po
329 diff --git a/po/pl.po b/po/pl.po
347 diff --git a/po/uk.po b/po/uk.po
[all …]

12345678910>>...154