Home
last modified time | relevance | path

Searched refs:diff (Results 3476 – 3500 of 3835) sorted by relevance

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

/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautotest-automake-result-format.patch12 diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
/openbmc/openbmc/poky/meta/recipes-devtools/librepo/librepo/
H A D0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch25 diff --git a/librepo/gpg_gpgme.c b/librepo/gpg_gpgme.c
/openbmc/linux/tools/perf/util/
H A Dsort.h130 struct hist_entry_diff diff; member
/openbmc/linux/scripts/package/
H A Dkernel.spec18 Source2: diff.patch
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcml1.bbclass95 …statement = 'diff --unchanged-line-format= --old-line-format= --new-line-format="%L" ' + configori…
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a32.h43 void gen_update_pc(DisasContext *s, target_long diff);
H A Dtranslate.c256 return diff + (s->thumb ? 4 : 8); in jmp_diff()
265 tcg_gen_movi_i32(var, s->pc_curr + diff); in gen_pc_plus_diff()
749 gen_pc_plus_diff(s, cpu_R[15], diff); in gen_update_pc()
750 s->pc_save = s->pc_curr + diff; in gen_update_pc()
2540 gen_update_pc(s, diff); in gen_goto_tb()
2544 gen_update_pc(s, diff); in gen_goto_tb()
2548 gen_update_pc(s, diff); in gen_goto_tb()
2559 gen_update_pc(s, diff); in gen_jmp_tb()
2576 gen_goto_tb(s, tbno, diff); in gen_jmp_tb()
2585 gen_update_pc(s, diff); in gen_jmp_tb()
[all …]
/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman.c487 u8 diff, old_ci; in qm_eqcr_start_stash() local
494 diff = dpaa_cyc_diff(QM_EQCR_SIZE, old_ci, eqcr->ci); in qm_eqcr_start_stash()
495 eqcr->available += diff; in qm_eqcr_start_stash()
496 if (!diff) in qm_eqcr_start_stash()
539 u8 diff, old_ci = eqcr->ci; in qm_eqcr_cce_update() local
543 diff = dpaa_cyc_diff(QM_EQCR_SIZE, old_ci, eqcr->ci); in qm_eqcr_cce_update()
544 eqcr->available += diff; in qm_eqcr_cce_update()
545 return diff; in qm_eqcr_cce_update()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_display.c1045 unsigned diff; in radeon_compute_pll_avivo() local
1048 diff = abs(target_clock - (pll->reference_freq * fb_div) / in radeon_compute_pll_avivo()
1051 if (diff < diff_best || (diff == diff_best && in radeon_compute_pll_avivo()
1055 diff_best = diff; in radeon_compute_pll_avivo()
/openbmc/linux/net/core/
H A Dflow_dissector.c1682 size_t diff = FLOW_KEYS_HASH_OFFSET + sizeof(flow->addrs); in flow_keys_hash_length() local
1688 diff -= sizeof(flow->addrs.v4addrs); in flow_keys_hash_length()
1691 diff -= sizeof(flow->addrs.v6addrs); in flow_keys_hash_length()
1694 diff -= sizeof(flow->addrs.tipckey); in flow_keys_hash_length()
1697 return sizeof(*flow) - diff; in flow_keys_hash_length()
/openbmc/linux/kernel/printk/
H A Dprintk.c3785 u64 diff; in __pr_flush() local
3797 diff = 0; in __pr_flush()
3820 diff += seq - printk_seq; in __pr_flush()
3824 if (diff != last_diff && reset_on_progress) in __pr_flush()
3830 if (diff == 0 || remaining == 0) in __pr_flush()
3844 last_diff = diff; in __pr_flush()
3847 return (diff == 0); in __pr_flush()
/openbmc/linux/fs/ntfs3/
H A Dfsntfs.c1984 int diff; in ntfs_get_security_by_id() local
2012 NULL, &diff, (struct NTFS_DE **)&sii_e, fnd_sii); in ntfs_get_security_by_id()
2016 if (diff) in ntfs_get_security_by_id()
2083 int err, diff; in ntfs_insert_security() local
2140 &d_security->key.sec_id, &diff, (struct NTFS_DE **)&e, in ntfs_insert_security()
2408 int err, diff; in ntfs_remove_reparse() local
2442 err = indx_find(indx, ni, root_r, &rkey, sizeof(rkey), (void *)1, &diff, in ntfs_remove_reparse()
/openbmc/qemu/docs/devel/
H A Dsubmitting-a-patch.rst110 diff.renames true;`` ``git config diff.algorithm patience`` (refer to
111 `git-config <http://git-scm.com/docs/git-config>`__). The 'diff.renames'
115 file as an insertion. Meanwhile, the 'diff.algorithm' property ensures
124 diff -u <(sed -n 's/^-//p' patch) <(sed -n 's/^\+//p' patch)
292 Use the right diff format.
512 tracking a good summary across versions. Also, the `git-backport-diff
/openbmc/linux/tools/perf/Documentation/
H A Dsecurity.txt31 diff -Nura a/policy/flask/access_vectors b/policy/flask/access_vectors
58 diff -Nura a/policy/flask/security_classes b/policy/flask/security_classes
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLiLiQ-P-1.19 Dans la présente licence, à moins que le contexte n'indique un sens différent, on entend par:
70 …ulières. Toutefois, une version modifiée doit être distribuée sous un nom différent. Toute référen…
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py376 diff = difflib.unified_diff(oldlines, newlines, appendfile, newappendfile)
377 difflines = list(diff)
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch14 diff --git a/locale/programs/c.h b/locale/programs/c.h
27 diff --git a/locale/programs/cross-localedef-hardlink.c b/locale/programs/cross-localedef-hardlink.c
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c182 unsigned long diff = rate / 200; /* +-0.5% allowed by HDMI spec */ in sun4i_hdmi_mode_valid() local
191 min_t(unsigned long, rounded_rate, rate) < diff) in sun4i_hdmi_mode_valid()
/openbmc/linux/fs/udf/
H A Ddirectory.c443 int diff = new_elen - iter->elen; in udf_fiiter_update_elen() local
454 iinfo->i_lenExtents += diff; in udf_fiiter_update_elen()
/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/
H A D0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch32 diff --git a/src/ppc32/Ginit.c b/src/ppc32/Ginit.c
60 diff --git a/src/ppc32/ucontext_i.h b/src/ppc32/ucontext_i.h
230 diff --git a/src/ptrace/_UPT_reg_offset.c b/src/ptrace/_UPT_reg_offset.c
/openbmc/linux/drivers/mmc/host/
H A Dalcor.c655 int i, diff = 0x7fffffff, tmp_clock = 0; in alcor_set_clock() local
675 if (tmp_diff < diff) { in alcor_set_clock()
676 diff = tmp_diff; in alcor_set_clock()
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c740 unsigned int diff = h - h2; in maven_find_exact_clocks() local
742 if (diff < err) { in maven_find_exact_clocks()
743 err = diff; in maven_find_exact_clocks()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0009-FF-A-v15-arm_ffa-efi-introduce-FF-A-MM-communication.patch42 diff --git a/include/mm_communication.h b/include/mm_communication.h
78 diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
140 diff --git a/lib/efi_loader/efi_variable_tee.c b/lib/efi_loader/efi_variable_tee.c
/openbmc/linux/arch/sparc/kernel/
H A Dsmp_64.c208 long diff; /* difference between midpoint and master's timestamp */ in smp_synchronize_tick_client() member
237 t[i].diff = delta; in smp_synchronize_tick_client()
247 t[i].rt, t[i].master, t[i].diff, t[i].lat); in smp_synchronize_tick_client()
/openbmc/linux/arch/m68k/fpsp040/
H A Dround.S442 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp
443 cmpw #67,%d0 |if diff > 67 (mant + grs bits)
455 subw LOCAL_EX(%a0),%d0 |diff = threshold - exp
456 cmpw #67,%d0 |if diff > 67 (mant + grs bits)

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