Home
last modified time | relevance | path

Searched refs:diff (Results 3701 – 3725 of 3836) sorted by relevance

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

/openbmc/linux/Documentation/driver-api/acpi/
H A Dlinuxized-acpica.rst274 a diff file indicating the state of the current divergences::
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/
H A D0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch15 diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam
/openbmc/linux/Documentation/mm/
H A Dtranshuge.rst75 diff --git a/mm/mremap.c b/mm/mremap.c
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1661 int diff = to_cid - from_cid; in vcap_chain_offset() local
1663 if (diff < 0) /* Wrong direction */ in vcap_chain_offset()
1664 return diff; in vcap_chain_offset()
1668 diff %= VCAP_CID_LOOKUP_SIZE; /* Limit to a value within a lookup */ in vcap_chain_offset()
1669 return diff; in vcap_chain_offset()
/openbmc/linux/drivers/scsi/
H A Ddc395x.c1985 const int diff = in data_out_phase0() local
1990 diff && scsi_sg_count(srb->cmd)) in data_out_phase0()
1992 (PAGE_SIZE - diff)) in data_out_phase0()
1995 "Work around chip bug (%i)?\n", diff); in data_out_phase0()
1997 srb->total_xfer_length - diff; in data_out_phase0()
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc792 intptr_t diff = tcg_pcrel_diff(s, (void *)offset);
794 if (addr == TCG_REG_ZERO && diff == (int32_t)diff) {
795 imm12 = sextreg(diff, 0, 12);
796 tcg_out_opc_pcaddu12i(s, TCG_REG_TMP2, (diff - imm12) >> 12);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c546 int64_t diff = (int64_t)div_u64(frame_time_diff * base60_refresh_rates[i], 10) - 10000; in resource_are_vblanks_synchronizable() local
548 if (diff < 0) in resource_are_vblanks_synchronizable()
549 diff = -diff; in resource_are_vblanks_synchronizable()
550 if (diff < stream1->ctx->dc->config.vblank_alignment_max_frame_time_diff) in resource_are_vblanks_synchronizable()
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-maturin-crates.inc68 crate://crates.io/diff/0.1.13 \
376 SRC_URI[diff-0.1.13.sha256sum] = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
/openbmc/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.c1391 static int sunxi_pinctrl_get_debounce_div(struct clk *clk, int freq, int *diff) in sunxi_pinctrl_get_debounce_div() argument
1409 *diff = best_diff; in sunxi_pinctrl_get_debounce_div()
/openbmc/linux/drivers/video/fbdev/
H A Dau1200fb.c1074 int diff = AU1200_LCD_MAX_CLK % pixclock; in au1200fb_fb_check_var() local
1075 pixclock -= diff; in au1200fb_fb_check_var()
/openbmc/linux/drivers/mtd/ubi/
H A Dwl.c319 struct rb_root *root, int diff) in find_wl_entry() argument
326 max = e->ec + diff; in find_wl_entry()
/openbmc/linux/lib/
H A Doverflow_kunit.c51 t sum, diff, prod; \
276 check_one_op(t, fmt, sub, "-", p->a, p->b, p->diff, p->d_of); \
/openbmc/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c856 char diff, temp; in arcmsr_message_isr_bh_fn() local
905 diff = (*acb_dev_map) ^ temp; in arcmsr_message_isr_bh_fn()
906 if (diff != 0) { in arcmsr_message_isr_bh_fn()
910 if ((diff & 0x01) == 1 && in arcmsr_message_isr_bh_fn()
914 } else if ((diff & 0x01) == 1 in arcmsr_message_isr_bh_fn()
924 diff >>= 1; in arcmsr_message_isr_bh_fn()
/openbmc/linux/crypto/
H A Dtestmgr.c5803 int diff = strcmp(alg_test_descs[i - 1].alg, in alg_check_test_descs_order() local
5806 if (WARN_ON(diff > 0)) { in alg_check_test_descs_order()
5812 if (WARN_ON(diff == 0)) { in alg_check_test_descs_order()
5849 int diff = strcmp(alg_test_descs[i].alg, alg); in alg_find_test() local
5851 if (diff > 0) { in alg_find_test()
5856 if (diff < 0) { in alg_find_test()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1616 u32 i, j, diff, simularity_bitmap, bound; in _rtl88e_phy_simularity_compare() local
1630 diff = (result[c1][i] > result[c2][i]) ? in _rtl88e_phy_simularity_compare()
1634 if (diff > MAX_TOLERANCE) { in _rtl88e_phy_simularity_compare()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.c346 u8 diff; in rtw_phy_dig_check_damping() local
353 diff = min_rssi > damping_rssi ? min_rssi - damping_rssi : in rtw_phy_dig_check_damping()
355 if (diff > 3 || dm_info->damping_cnt++ > 20) { in rtw_phy_dig_check_damping()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c1927 u32 i, j, diff, simularity_bitmap, bound = 0; in _rtl8723be_phy_simularity_compare() local
1953 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in _rtl8723be_phy_simularity_compare()
1955 if (diff > MAX_TOLERANCE) { in _rtl8723be_phy_simularity_compare()
/openbmc/qemu/block/
H A Dvvfat.c2689 int diff = l1 - l2; in handle_renames_and_mkdirs() local
2709 new_path = g_malloc(l + diff + 1); in handle_renames_and_mkdirs()
2713 pstrcpy(new_path, l + diff + 1, mapping->path); in handle_renames_and_mkdirs()
2714 pstrcpy(new_path + l1, l + diff + 1 - l1, in handle_renames_and_mkdirs()
/openbmc/linux/fs/ntfs3/
H A Dfrecord.c396 int diff; in ni_remove_attr() local
416 diff = le32_to_cpu(le->type) - type_in; in ni_remove_attr()
417 if (diff < 0) in ni_remove_attr()
420 if (diff > 0) in ni_remove_attr()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-avcodec-arm-sbcenc-avoid-callee-preserved-vfp-regist.patch32 diff --git a/libavcodec/arm/sbcdsp_neon.S b/libavcodec/arm/sbcdsp_neon.S
/openbmc/openbmc/poky/meta/recipes-core/ncurses/
H A Dncurses.inc143 diff curses-narrowc.h curses-widec.h
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-sam9x60ek.dts129 atmel,pwm-type = "diff";
H A Dat91-sama5d2_xplained.dts689 atmel,pwm-type = "diff";
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c51 module_param_named(diff, sym_driver_setup.scsi_diff, byte, 0);
65 MODULE_PARM_DESC(diff, "0 for no differential mode, 1 for BIOS, 2 for always, 3 for not GPIO3");
/openbmc/linux/Documentation/process/
H A D5.Posting.rst191 option to diff will associate function names with changes, making the
197 pass it to diff with the "-X" option.

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