Home
last modified time | relevance | path

Searched refs:diff (Results 576 – 600 of 3836) sorted by relevance

1...<<21222324252627282930>>...154

/openbmc/linux/arch/m68k/math-emu/
H A Dfp_arith.c63 int diff; in fp_fadd() local
95 if ((diff = dest->exp - src->exp) > 0) in fp_fadd()
96 fp_denormalize(src, diff); in fp_fadd()
97 else if ((diff = -diff) > 0) in fp_fadd()
98 fp_denormalize(dest, diff); in fp_fadd()
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c677 int n = 0, diff; in checkN() local
681 diff = *mem++ ^ cmp; in checkN()
689 if (unlikely((diff) & 0x0f)) { in checkN()
698 if (unlikely((diff) & 0xf0)) { in checkN()
705 diff = *mem++ ^ cmp; in checkN()
726 int n = 0, diff; in checkNrev() local
730 diff = *mem-- ^ cmp; in checkNrev()
738 if (unlikely((diff) & 0xf0)) { in checkNrev()
747 if (unlikely((diff) & 0x0f)) { in checkNrev()
754 diff = *mem-- ^ cmp; in checkNrev()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0003-64-bit-multilib-hack.patch42 diff --git a/gcc/config/aarch64/t-aarch64-linux b/gcc/config/aarch64/t-aarch64-linux
59 diff --git a/gcc/config/arc/t-multilib-linux b/gcc/config/arc/t-multilib-linux
75 diff --git a/gcc/config/i386/t-linux64 b/gcc/config/i386/t-linux64
89 diff --git a/gcc/config/mips/t-linux64 b/gcc/config/mips/t-linux64
125 diff --git a/gcc/config/riscv/t-linux b/gcc/config/riscv/t-linux
135 diff --git a/gcc/config/rs6000/t-linux64 b/gcc/config/rs6000/t-linux64
152 diff --git a/gcc/config/loongarch/t-linux b/gcc/config/loongarch/t-linux
H A D0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch41 diff --git a/gcc/config/i386/i386-expand.cc b/gcc/config/i386/i386-expand.cc
58 diff --git a/libgcc/config/i386/cpuinfo.c b/libgcc/config/i386/cpuinfo.c
73 diff --git a/libgcc/config/i386/t-linux b/libgcc/config/i386/t-linux
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_map_data.c585 struct timespec64 diff, last; in rmnet_map_tx_aggregate() local
599 diff = timespec64_sub(port->agg_last, last); in rmnet_map_tx_aggregate()
608 if (diff.tv_sec > 0 || diff.tv_nsec > RMNET_AGG_BYPASS_TIME_NSEC || in rmnet_map_tx_aggregate()
623 diff = timespec64_sub(port->agg_last, port->agg_time); in rmnet_map_tx_aggregate()
647 if (diff.tv_sec > 0 || diff.tv_nsec > port->egress_agg_params.time_nsec || in rmnet_map_tx_aggregate()
/openbmc/linux/sound/soc/codecs/
H A Dwm8978.c729 unsigned int f_sel, diff, diff_best = INT_MAX; in wm8978_hw_params() local
794 diff = abs(wm8978->f_256fs * 3 - in wm8978_hw_params()
797 if (diff < diff_best) { in wm8978_hw_params()
798 diff_best = diff; in wm8978_hw_params()
802 if (!diff) in wm8978_hw_params()
808 diff = 0; in wm8978_hw_params()
811 if (diff) in wm8978_hw_params()
/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c66 timestamp_t now, diff; in timestamp_diff_ms() local
69 diff.tv_sec = now.tv_sec - tstamp->tv_sec - 1; in timestamp_diff_ms()
70 diff.tv_nsec = (now.tv_nsec + 1000000000L) - tstamp->tv_nsec; in timestamp_diff_ms()
72 diff.tv_sec = now.tv_sec - tstamp->tv_sec; in timestamp_diff_ms()
73 diff.tv_nsec = now.tv_nsec - tstamp->tv_nsec; in timestamp_diff_ms()
75 return (diff.tv_sec * 1000) + ((diff.tv_nsec + 500000L) / 1000000L); in timestamp_diff_ms()
/openbmc/linux/drivers/leds/
H A Dleds-tca6507.c212 int diff = 65536; in choose_times() local
232 if (d >= diff) in choose_times()
237 diff = d; in choose_times()
242 if (diff < 65536) { in choose_times()
403 int diff = 15-level; in led_prepare() local
418 if (d < diff) { in led_prepare()
419 diff = d; in led_prepare()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/
H A D0002-Fix-Eq-CAPS-plugin-name.patch19 diff --git a/README b/README
55 diff --git a/ctl_equal.c b/ctl_equal.c
68 diff --git a/pcm_equal.c b/pcm_equal.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/
H A Dvlock-no_tally.patch17 diff --git a/Makefile b/Makefile
32 diff --git a/configure b/configure
73 diff --git a/src/vlock-main.c b/src/vlock-main.c
/openbmc/u-boot/net/
H A Dlink_local.c222 unsigned diff = deadline_ms - MONOTONIC_MS(); in link_local_receive_arp() local
223 if ((int)(diff) < 0) { in link_local_receive_arp()
231 timeout_ms = diff | 1; /* never 0 */ in link_local_receive_arp()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A D0001-sample-Rename-dprintf-to-cyrus_dprintf.patch16 diff --git a/sample/client.c b/sample/client.c
63 diff --git a/sample/common.c b/sample/common.c
76 diff --git a/sample/common.h b/sample/common.h
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/
H A D0001-Fix-return-type-errors.patch31 diff --git a/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc b/webrtc/modules…
44 diff --git a/webrtc/modules/audio_processing/audio_processing_impl.cc b/webrtc/modules/audio_proces…
65 diff --git a/webrtc/modules/audio_processing/include/audio_processing.cc b/webrtc/modules/audio_pro…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libesmtp/libesmtp/
H A D0001-Add-build-option-for-NTLM-support.patch22 diff --git a/meson.build b/meson.build
64 diff --git a/meson_options.txt b/meson_options.txt
73 diff --git a/ntlm/meson.build b/ntlm/meson.build
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/
H A Dtk_8.6.10.bb22 file://confsearch.diff;striplevel=2 \
23 file://tkprivate.diff;striplevel=2 \
24 file://fix-xft.diff \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/
H A D0001-Use-setuptools-instead-of-distutils.patch17 diff --git a/libpwquality.spec.in b/libpwquality.spec.in
49 diff --git a/python/Makefile.am b/python/Makefile.am
62 diff --git a/python/setup.py.in b/python/setup.py.in
/openbmc/linux/include/net/
H A Dchecksum.h126 static __always_inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) in csum_replace_by_diff() argument
128 *sum = csum_fold(csum_add(diff, ~csum_unfold(*sum))); in csum_replace_by_diff()
161 __wsum diff, bool pseudohdr);
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dnic_common.h212 static inline void efx_update_diff_stat(u64 *stat, u64 diff) in efx_update_diff_stat() argument
214 if ((s64)(diff - *stat) > 0) in efx_update_diff_stat()
215 *stat = diff; in efx_update_diff_stat()
/openbmc/linux/arch/x86/boot/
H A Dstring.c34 bool diff; in memcmp() local
36 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp()
37 return diff; in memcmp()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0001-RH-fixup-udev-rules-for-redhat.patch27 diff --git a/Makefile.inc b/Makefile.inc
40 diff --git a/kpartx/kpartx.rules b/kpartx/kpartx.rules
52 diff --git a/multipath/Makefile b/multipath/Makefile
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tracker/
H A D0001-fix-reproducibility.patch20 diff --git a/meson.build b/meson.build
44 diff --git a/src/libtracker-common/meson.build b/src/libtracker-common/meson.build
61 diff --git a/src/libtracker-sparql/meson.build b/src/libtracker-sparql/meson.build
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/
H A Dfix-memory-leaks.patch14 diff --git a/src/lib/manager.c b/src/lib/manager.c
124 diff --git a/src/lib/helpers.c b/src/lib/helpers.c
203 diff --git a/src/lib/manager.c b/src/lib/manager.c
279 diff --git a/src/lib/manager.h b/src/lib/manager.h
309 diff --git a/src/lib/helpers.c b/src/lib/helpers.c
374 diff --git a/src/bt-obex.c b/src/bt-obex.c
427 diff --git a/src/bt-obex.c b/src/bt-obex.c
542 diff --git a/src/bt-obex.c b/src/bt-obex.c
676 diff --git a/src/bt-obex.c b/src/bt-obex.c
721 diff --git a/src/bt-obex.c b/src/bt-obex.c
[all …]
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c524 width * stdu->cpp, height, &diff); in vmw_stdu_bo_cpu_commit()
1136 struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(0); in vmw_stdu_bo_populate_update_cpu() local
1151 diff.cpp = stdu->cpp; in vmw_stdu_bo_populate_update_cpu()
1164 &diff); in vmw_stdu_bo_populate_update_cpu()
1166 if (drm_rect_visible(&diff.rect)) { in vmw_stdu_bo_populate_update_cpu()
1175 box->x = diff.rect.x1; in vmw_stdu_bo_populate_update_cpu()
1176 box->y = diff.rect.y1; in vmw_stdu_bo_populate_update_cpu()
1178 box->w = drm_rect_width(&diff.rect); in vmw_stdu_bo_populate_update_cpu()
1179 box->h = drm_rect_height(&diff.rect); in vmw_stdu_bo_populate_update_cpu()
1184 diff.rect.x1, diff.rect.x2, in vmw_stdu_bo_populate_update_cpu()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/iw/iw/
H A D0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch10 diff -Naur iw-4.7-orig/version.sh iw-4.7/version.sh
26 - if git diff-index --name-only HEAD | read dummy ; then
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/
H A D0001-Change-PIDFile-path-from-var-run-to-run.patch16 diff --git a/prog/init/fancontrol.service b/prog/init/fancontrol.service
29 diff --git a/prog/init/sensord.service b/prog/init/sensord.service

1...<<21222324252627282930>>...154