Home
last modified time | relevance | path

Searched refs:diff (Results 3451 – 3475 of 3836) sorted by relevance

1...<<131132133134135136137138139140>>...154

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0011-aarch64-Fix-include-paths-when-S-B.patch30 diff --git a/gcc/config/aarch64/aarch64.h b/gcc/config/aarch64/aarch64.h
H A D0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch54 diff --git a/gcc/gcc.cc b/gcc/gcc.cc
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/psa-apitest/
H A D0001-corstone1000-port-crypto-config.patch18 diff --git a/api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_crypto_config.h b/api-tests/pla…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/
H A Dcyrus-sasl_2.1.28.bb12 file://debian_patches_0014_avoid_pic_overwrite.diff \
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/
H A D0001-vpn-Adding-support-for-latest-pppd-2.5.0-release.patch20 diff --git a/scripts/libppp-compat.h b/scripts/libppp-compat.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0005-Fix-pyext_PATTERN-for-cross-compilation.patch48 diff --git a/third_party/waf/waflib/Tools/python.py b/third_party/waf/waflib/Tools/python.py
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Dcustom-target-cfg.patch9 diff --git a/src/tools/compiletest/src/common.rs b/src/tools/compiletest/src/common.rs
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch74 diff --git a/sysdeps/unix/sysv/linux/clone-internal.c b/sysdeps/unix/sysv/linux/clone-internal.c
/openbmc/openbmc/poky/meta/recipes-core/zlib/zlib/
H A D0001-configure-Pass-LDFLAGS-to-link-tests.patch21 diff --git a/configure b/configure
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Demail-clients.rst94 你還可以"diff -Nru old.c new.c | xclip",選擇Preformat,然後使用中間鍵進行粘帖。
/openbmc/openbmc/poky/meta/recipes-core/kbd/kbd/
H A D0001-Remove-non-free-Agafari-fonts.patch55 diff --git a/data/consolefonts/README.Ethiopic b/data/consolefonts/README.Ethiopic
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Make-ndiff-support-python3.patch24 diff --git a/Makefile.in b/Makefile.in
87 diff --git a/ndiff/ndiff.py b/ndiff/ndiff.py
1288 diff --git a/ndiff/ndifftest.py b/ndiff/ndifftest.py
1483 - self.fail(u"Parsing XML diff output caused the exception: %s"
1485 + self.fail("Parsing XML diff output caused the exception: %s"
1489 @@ -739,8 +739,8 @@ def host_apply_diff(host, diff):
1490 host.os = diff.host_b.os[:]
1492 if diff.extraports_changed:
1499 host.extraports = diff.host_b.extraports.copy()
1500 diff --git a/ndiff/scripts/ndiff b/ndiff/scripts/ndiff
[all …]
H A D0002-Fix-building-with-libc.patch13 diff --git a/nping/EchoServer.cc b/nping/EchoServer.cc
/openbmc/linux/drivers/usb/musb/
H A Dmusb_host.c2029 int diff; in musb_schedule() local
2038 diff = hw_ep->max_packet_sz_rx; in musb_schedule()
2040 diff = hw_ep->max_packet_sz_tx; in musb_schedule()
2041 diff -= (qh->maxpacket * qh->hb_mult); in musb_schedule()
2043 if (diff >= 0 && best_diff > diff) { in musb_schedule()
2065 best_diff = diff; in musb_schedule()
/openbmc/linux/fs/fat/
H A Dfatent.c693 sector_t blocknr, diff; in fat_ent_reada() local
698 diff = blocknr - ra->cur; in fat_ent_reada()
705 sb_breadahead(sb, ra->ra_next + diff); in fat_ent_reada()
/openbmc/linux/tools/perf/scripts/python/
H A Dsched-migration.py176 diff = new_rq.load() - old_rq.load()
177 self.total_load += diff
/openbmc/linux/arch/sparc/kernel/
H A Dprom_irqtrans.c645 unsigned long diff = SYSIO_ICLR_UNUSED0 - SYSIO_IMAP_SLOT0; in sysio_imap_to_iclr() local
646 return imap + diff; in sysio_imap_to_iclr()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A D0001-talloc-Add-configure-options-for-packages.patch35 diff --git a/lib/replace/wscript b/lib/replace/wscript
175 diff --git a/wscript b/wscript
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py621 diff = list(obj.difference(req))
622 if diff:
624 'resource', 'removed', '%s/attr/%s' % (path, diff[0])))
626 diff = list(req.difference(obj))
627 if diff:
629 'resource', 'created', '%s/attr/%s' % (path, diff[0])))
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c1155 s8 diff = 0; in _rtl92ee_get_txpower_by_rate() local
1209 diff = (u8)(rtlphy->tx_power_by_rate_offset[band][rf][tx_num][sec] >> in _rtl92ee_get_txpower_by_rate()
1212 return diff; in _rtl92ee_get_txpower_by_rate()
1223 u8 diff = 0; in _rtl92ee_get_txpower_index() local
1255 diff = _rtl92ee_get_txpower_by_rate(hw, BAND_ON_2_4G, in _rtl92ee_get_txpower_index()
1258 tx_power += diff; in _rtl92ee_get_txpower_index()
2402 u32 i, j, diff, simularity_bitmap, bound; in _rtl92ee_phy_simularity_compare() local
2428 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in _rtl92ee_phy_simularity_compare()
2430 if (diff > MAX_TOLERANCE) { in _rtl92ee_phy_simularity_compare()
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0001-Add-support-for-persistent-only-settings.patch20 diff --git a/settings.cpp b/settings.cpp
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/
H A D0001-Add-NCSI-channel-selector.patch24 diff --git a/net/ncsi/ncsi-rsp.c b/net/ncsi/ncsi-rsp.c
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D0001-configure-Add-correct-system-headers-and-prototypes-.patch18 diff --git a/unix/configure b/unix/configure
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Dpsqlodbc-remove-some-checks-for-cross-compiling.patch19 diff --git a/configure.ac b/configure.ac
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D2001-configure-setup-for-OE-core-usage.patch27 diff --git a/configure b/configure

1...<<131132133134135136137138139140>>...154