/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 43 diff --git a/libs/x86emu/LICENSE b/libs/x86emu/LICENSE 66 diff --git a/libs/x86emu/debug.c b/libs/x86emu/debug.c 730 diff --git a/libs/x86emu/decode.c b/libs/x86emu/decode.c 2138 diff --git a/libs/x86emu/fpu.c b/libs/x86emu/fpu.c 3203 diff --git a/libs/x86emu/ops.c b/libs/x86emu/ops.c 11448 diff --git a/libs/x86emu/ops2.c b/libs/x86emu/ops2.c 14653 diff --git a/libs/x86emu/prim_ops.c b/libs/x86emu/prim_ops.c 18862 diff --git a/libs/x86emu/sys.c b/libs/x86emu/sys.c 19644 diff --git a/libs/x86emu/validate.c b/libs/x86emu/validate.c 19743 diff --git a/libs/x86emu/x86emu.h b/libs/x86emu/x86emu.h [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | rtnetlink.sh | 922 diff $sysfsf - << EOF
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | 5.Posting.rst | 214 potrà esservi d'aiuto su questo punto; passatelo a diff con l'opzione "-X".
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | testing.md | 368 git diff # Examine the proposed changes
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 2310 diff = difflib.unified_diff(oldlines, newlines, oldfile, newfileshow) 2311 difflines = list(diff)
|
/openbmc/linux/Documentation/filesystems/ |
H A D | path-lookup.txt | 352 git diff 39605 0 28 2 0 106
|
H A D | locking.rst | 11 be able to use diff(1).
|
/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/ |
H A D | gplv2-license.patch | 11 diff --git a/COPYING b/COPYING
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/files/ |
H A D | GPLv2.patch | 3 diff --git a/COPYING b/COPYING
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.rst | 84 - bitbake-diffsigs: sort diff output for consistency
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/ |
H A D | 0001-COPYING-add-GPLv2-license-file.patch | 20 diff --git a/COPYING b/COPYING
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 2894 enum ip_conntrack_info ctinfo, int diff) in ctnetlink_glue_seqadj() argument 2899 nf_ct_tcp_seqadj_set(skb, ct, ctinfo, diff); in ctnetlink_glue_seqadj()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CC-BY-NC-SA-2.0-FR | 73 …t moment le droit d'exploiter l'Oeuvre sous des conditions contractuelles différentes, ou d'en ces…
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | concepts-appx.rst | 219 the line-by-line code ``diff`` level is now a trivial operation.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 15 diff --git a/click_spinner/__init__.py b/click_spinner/__init__.py 28 diff --git a/click_spinner/_version.py b/click_spinner/_version.py 705 diff --git a/versioneer.py b/versioneer.py
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega10_hwmgr.c | 1151 unsigned int i, diff; in vega10_trim_voltage_table_to_fit_state_table() local 1156 diff = vol_table->count - max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table() 1159 vol_table->entries[i] = vol_table->entries[i + diff]; in vega10_trim_voltage_table_to_fit_state_table()
|
/openbmc/linux/net/mac80211/ |
H A D | tx.c | 4016 u32 diff; in ieee80211_txq_keep_active() local 4025 diff = (u32)jiffies - sta->airtime[txqi->txq.ac].last_active; in ieee80211_txq_keep_active() 4027 return diff <= AIRTIME_ACTIVE_DURATION; in ieee80211_txq_keep_active()
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 49 diff --git a/bfd/Makefile.in b/bfd/Makefile.in 77 diff --git a/bfd/configure b/bfd/configure 3953 diff --git a/gas/Makefile.in b/gas/Makefile.in 3981 diff --git a/gas/configure b/gas/configure 13086 diff --git a/ld/Makefile.in b/ld/Makefile.in 13114 diff --git a/ld/configure b/ld/configure 23486 diff --git a/libtool.m4 b/libtool.m4 25256 diff --git a/ltmain.sh b/ltmain.sh 30468 diff --git a/ltoptions.m4 b/ltoptions.m4 30481 diff --git a/ltversion.m4 b/ltversion.m4 [all …]
|
/openbmc/linux/net/core/ |
H A D | filter.c | 1650 __be32 diff[MAX_BPF_STACK / sizeof(__be32)]; member 2026 diff_size > sizeof(sp->diff))) in BPF_CALL_5() 2030 sp->diff[j] = ~from[i]; in BPF_CALL_5() 2032 sp->diff[j] = to[i]; in BPF_CALL_5() 2034 return csum_partial(sp->diff, diff_size, seed); in BPF_CALL_5()
|
H A D | dev.c | 9860 netdev_features_t diff = features ^ dev->features; in __netdev_update_features() local 9862 if (diff & NETIF_F_RX_UDP_TUNNEL_PORT) { in __netdev_update_features() 9878 if (diff & NETIF_F_HW_VLAN_CTAG_FILTER) { in __netdev_update_features() 9887 if (diff & NETIF_F_HW_VLAN_STAG_FILTER) { in __netdev_update_features()
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 5786 uint8_t diff; in ahc_qinfifo_count() local 5793 diff = ahc->qinfifonext - qinpos; in ahc_qinfifo_count() 5794 return (diff); in ahc_qinfifo_count()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | si_dpm.c | 3903 unsigned int i, diff; in si_trim_voltage_table_to_fit_state_table() local 3908 diff = voltage_table->count - max_voltage_steps; in si_trim_voltage_table_to_fit_state_table() 3911 voltage_table->entries[i] = voltage_table->entries[i + diff]; in si_trim_voltage_table_to_fit_state_table()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.c | 1732 int diff = msix_vec - rc; in bnx2x_enable_msix() local 1739 bp->num_ethernet_queues -= diff; in bnx2x_enable_msix()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display.c | 4821 int diff; in intel_fuzzy_clock_check() local 4829 diff = abs(clock1 - clock2); in intel_fuzzy_clock_check() 4831 if (((((diff + clock1 + clock2) * 100)) / (clock1 + clock2)) < 105) in intel_fuzzy_clock_check()
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 782 ``ETHTOOL_A_FEATURES_WANTED`` bitset diff wanted vs. result 783 ``ETHTOOL_A_FEATURES_ACTIVE`` bitset diff old vs. new active
|