Home
last modified time | relevance | path

Searched refs:diff (Results 3676 – 3700 of 3836) sorted by relevance

1...<<141142143144145146147148149150>>...154

/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch49 diff --git a/locale/programs/c.h b/locale/programs/c.h
462 diff --git a/locale/programs/cross-localedef-hardlink.c b/locale/programs/cross-localedef-hardlink.c
996 diff --git a/locale/programs/xalloc.h b/locale/programs/xalloc.h
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalPhyRf_8723B.c1238 u32 i, j, diff, SimularityBitMap, bound = 0; in phy_SimularityCompare_8723B() local
1263 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in phy_SimularityCompare_8723B()
1265 if (diff > MAX_TOLERANCE) { in phy_SimularityCompare_8723B()
/openbmc/linux/net/mac80211/
H A Drc80211_minstrel_ht.c723 int diff, incr; in minstrel_ewma() local
725 diff = new - old; in minstrel_ewma()
726 incr = (EWMA_DIV - weight) * diff / EWMA_DIV; in minstrel_ewma()
/openbmc/linux/drivers/usb/host/
H A Dr8a66597-hcd.c2056 unsigned long diff; in update_usb_address_map() local
2060 diff = r8a66597->child_connect_map[i] ^ map[i]; in update_usb_address_map()
2061 if (!diff) in update_usb_address_map()
2065 if (!(diff & (1 << j))) in update_usb_address_map()
H A Disp1362-hcd.c879 s16 diff = fno - (u16)urb->start_frame; in start_iso_transfers() local
883 if (diff > urb->number_of_packets) { in start_iso_transfers()
887 } else if (diff < -1) { in start_iso_transfers()
893 } else if (diff == -1) { in start_iso_transfers()
/openbmc/linux/drivers/usb/serial/
H A Dkeyspan.c1928 diff, /* error using 13/8 prescaler */ in keyspan_usa19w_calc_baud() local
1957 diff = (res > b16) ? (res-b16) : (b16-res); in keyspan_usa19w_calc_baud()
1959 if (diff < smallest_diff) { in keyspan_usa19w_calc_baud()
1961 smallest_diff = diff; in keyspan_usa19w_calc_baud()
/openbmc/linux/tools/perf/util/
H A Dhist.c326 u64 diff; in hists__decay_entry() local
336 diff = prev_period - he->stat.period; in hists__decay_entry()
339 hists->stats.total_period -= diff; in hists__decay_entry()
341 hists->stats.total_non_filtered_period -= diff; in hists__decay_entry()
/openbmc/qemu/scripts/coccinelle/
H A Derrp-guard.cocci22 // --no-show-diff --max-width 80 FILES...
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.2.rst66 - scripts/buildhistory-diff: drop use of distutils
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch13 diff --git a/tools/testing/selftests/vm/userfaultfd.c b/tools/testing/selftests/vm/userfaultfd.c
/openbmc/linux/Documentation/rust/
H A Dcoding-guidelines.rst32 It is also possible to check if everything is formatted (printing a diff
/openbmc/u-boot/tools/
H A Dmoveconfig.py471 diff = difflib.unified_diff(a, b,
475 for line in diff:
/openbmc/u-boot/drivers/mtd/ubi/
H A Dwl.c303 struct rb_root *root, int diff) in find_wl_entry() argument
310 max = e->ec + diff; in find_wl_entry()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dupgrading-recipes.rst112 upgrade, a build history "diff" file appears in the
113 ``upgrade-helper/work/recipe/buildhistory-diff.txt`` file found in
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dperl_5.38.2.bb14 file://errno_ver.diff \
399 …egrep -wv '=>|module-algorithm-diff|module-carp|module-c<extutils-mm-unix>|module-l<extutils-mm-un…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/
H A Duutils-coreutils-crates.inc68 crate://crates.io/diff/0.1.13 \
348 SRC_URI[diff-0.1.13.sha256sum] = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c558 } diff; in bnx2x_bmac_stats_update() local
813 } diff; in bnx2x_hw_stats_update() local
959 u32 diff; in bnx2x_storm_stats_update() local
/openbmc/linux/drivers/iio/adc/
H A Dat91-sama5d2_adc.c905 int nbits, diff; in at91_adc_adjust_val_osr() local
925 diff = st->soc_info.platform->chan_realbits - nbits; in at91_adc_adjust_val_osr()
926 *val <<= diff; in at91_adc_adjust_val_osr()
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dtasks.rst288 Patch files, by default, are ``*.patch`` and ``*.diff`` files created
309 ``.patch`` and ``.diff`` as patch files. However, you can use the
318 Conversely, if you have a file whose file type is ``.patch`` or ``.diff``
/openbmc/linux/drivers/target/
H A Dtarget_core_user.c678 int diff = head - tail; in spc_used() local
680 if (diff >= 0) in spc_used()
681 return diff; in spc_used()
683 return size + diff; in spc_used()
/openbmc/linux/Documentation/dev-tools/
H A Dcheckpatch.rst586 Avoid having diff content in commit message.
588 the changelog and the diff because patch(1) tries to apply the diff
1242 The patch file does not appear to be in unified-diff format. Please
/openbmc/qemu/target/hppa/
H A Dtranslate.c4678 int64_t diff; in hppa_tr_insn_start() local
4684 diff = INT32_MIN; in hppa_tr_insn_start()
4687 diff = iaoq_b - iaoq_f; in hppa_tr_insn_start()
4689 tcg_debug_assert(diff == (int32_t)diff); in hppa_tr_insn_start()
4690 tcg_debug_assert(diff != INT32_MIN); in hppa_tr_insn_start()
4693 tcg_gen_insn_start(iaoq_f & ~TARGET_PAGE_MASK, diff, 0); in hppa_tr_insn_start()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dcypress_dpm.c1473 unsigned int i, diff; in cypress_trim_voltage_table_to_fit_state_table() local
1478 diff = voltage_table->count - MAX_NO_VREG_STEPS; in cypress_trim_voltage_table_to_fit_state_table()
1481 voltage_table->entries[i] = voltage_table->entries[i + diff]; in cypress_trim_voltage_table_to_fit_state_table()
/openbmc/linux/fs/nfs/
H A Dinode.c1732 s64 diff = fattr->change_attr - inode_peek_iversion_raw(inode); in nfs_inode_attrs_cmp_monotonic() local
1733 if (diff > 0) in nfs_inode_attrs_cmp_monotonic()
1735 return diff == 0 ? 0 : -1; in nfs_inode_attrs_cmp_monotonic()
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0003-Fix-version-parsing-update-AUX-revision-info.patch41 diff --git a/apphandler.cpp b/apphandler.cpp

1...<<141142143144145146147148149150>>...154