Home
last modified time | relevance | path

Searched refs:diff (Results 3051 – 3075 of 3836) sorted by relevance

1...<<121122123124125126127128129130>>...154

/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch29 diff --git a/src/deb/build.c b/src/deb/build.c
/openbmc/openbmc/poky/meta/recipes-extended/psmisc/psmisc/
H A D0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch15 diff --git a/src/peekfd.c b/src/peekfd.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0016-pass-correct-parameters-to-getdents64.patch22 diff --git a/src/basic/recurse-dir.c b/src/basic/recurse-dir.c
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0001-rpi-Use-alloca-instead-of-variable-length-arrays.patch19 diff --git a/src/ipa/rpi/controller/rpi/alsc.cpp b/src/ipa/rpi/controller/rpi/alsc.cpp
/openbmc/linux/tools/perf/ui/
H A Dbrowser.h54 unsigned int row, int diff, bool arrow_down);
/openbmc/linux/sound/soc/fsl/
H A Dfsl_sai.c427 int diff; in fsl_sai_set_bclk() local
441 diff = abs((long)clk_rate - ratio * freq); in fsl_sai_set_bclk()
447 if (diff != 0 && clk_rate / diff < 1000) in fsl_sai_set_bclk()
455 if (diff < bestdiff) { in fsl_sai_set_bclk()
458 bestdiff = diff; in fsl_sai_set_bclk()
461 if (diff == 0) in fsl_sai_set_bclk()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A Dremove-install-as-user.patch11 diff --git a/include/buildmacros b/include/buildmacros
24 diff --git a/include/install-sh b/include/install-sh
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/
H A D0001-meson-import-changes-from-3.0.-version.patch16 diff --git a/meson.build b/meson.build
205 diff --git a/meson_options.txt b/meson_options.txt
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dunzip_optimization.patch9 diff -rup unix-orig/configure unix/configure
30 diff -rup unix-orig/Makefile unix/Makefile
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dpidof-add-m-option.patch23 diff --git a/man/pidof.8 b/man/pidof.8
47 diff --git a/src/killall5.c b/src/killall5.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dupdate-results-script.patch18 diff --git a/scripts/config-run b/scripts/config-run
140 diff --git a/scripts/results b/scripts/results
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D3005-modules-remove-glspectrum-usage.patch20 diff --git a/modules/Makefile.in b/modules/Makefile.in
126 diff --git a/modules/visualization/Makefile.am b/modules/visualization/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-modify-parameters.patch14 diff --git a/Makefile b/Makefile
71 diff --git a/config.h b/config.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A D0001-configure-Check-for-Wno-error-format-truncation-comp.patch24 diff --git a/configure.ac b/configure.ac
36 diff --git a/m4/ax_check_compile_flag.m4 b/m4/ax_check_compile_flag.m4
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dcharger-manager.yaml103 cm-battery-temp-diff:
195 cm-battery-temp-diff = <100>;
/openbmc/linux/drivers/iio/addac/
H A Dstx104.c29 #define STX104_IN_CHAN(chan, diff) { \ argument
37 .differential = diff \
/openbmc/linux/drivers/iio/adc/
H A Dstm32-adc.c2038 struct stm32_adc_diff_channel diff[STM32_ADC_CH_MAX]; in stm32_adc_legacy_chan_init() local
2042 int size = num_diff * sizeof(*diff) / sizeof(u32); in stm32_adc_legacy_chan_init()
2048 (u32 *)diff, size); in stm32_adc_legacy_chan_init()
2055 if (diff[i].vinp >= adc_info->max_channels || in stm32_adc_legacy_chan_init()
2056 diff[i].vinn >= adc_info->max_channels) { in stm32_adc_legacy_chan_init()
2058 diff[i].vinp, diff[i].vinn); in stm32_adc_legacy_chan_init()
2063 diff[i].vinp, diff[i].vinn, in stm32_adc_legacy_chan_init()
2084 if (chans[c] == diff[i].vinp) { in stm32_adc_legacy_chan_init()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/
H A D0001-bundle-own-base64-encode-decode-functions.patch23 diff --git a/Makefile b/Makefile
40 diff --git a/base64.c b/base64.c
359 diff --git a/netcat.c b/netcat.c
373 diff --git a/socks.c b/socks.c
/openbmc/u-boot/tools/
H A Dfdtgrep.c58 int diff; /* Show +/- diff markers */ member
319 if (show && disp->diff) in display_fdt_by_regions()
390 if (show && disp->diff) in display_fdt_by_regions()
1101 disp->diff = 1; in scan_args()
/openbmc/linux/drivers/net/phy/
H A Dbcm-phy-ptp.c348 u32 diff, freq; in bcm_ptp_adjfine() local
358 diff = div_u64(adj, 15625); in bcm_ptp_adjfine()
359 freq = (8 << 28) + (neg_adj ? -diff : diff); in bcm_ptp_adjfine()
/openbmc/linux/fs/f2fs/
H A Df2fs.h2304 long long diff = 0, release = 0; in inc_valid_block_count() local
2328 if (unlikely(diff > 0)) { in inc_valid_block_count()
2334 if (diff > *count) in inc_valid_block_count()
2335 diff = *count; in inc_valid_block_count()
2336 *count -= diff; in inc_valid_block_count()
2337 release = diff; in inc_valid_block_count()
3087 dquot_claim_block(inode, diff); in f2fs_i_blocks_write()
3091 dquot_free_block(inode, diff); in f2fs_i_blocks_write()
4341 sbi->compr_saved_block += diff; \
4586 stat_add_compr_blocks(inode, diff); in f2fs_i_compr_blocks_update()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dupdate-config.patch20 diff --git a/configs/pppoe.conf b/configs/pppoe.conf
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/
H A D0001-NEON-autodetection-segfaults-assume-neon-present.patch18 diff --git a/simd-support/neon.c b/simd-support/neon.c
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/
H A Dno-clobber.patch28 diff --git a/buildsystems/autotools/gtk-doc.make b/buildsystems/autotools/gtk-doc.make
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/
H A Dparallel_make.patch11 diff -ruN telepathy-python-0.15.19-orig/src/Makefile.am telepathy-python-0.15.19/src/Makefile.am

1...<<121122123124125126127128129130>>...154