Home
last modified time | relevance | path

Searched refs:diff (Results 276 – 300 of 3836) sorted by relevance

1...<<11121314151617181920>>...154

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Dpsqlodbc-fix-for-ptest-support.patch22 diff --git a/test/Makefile.in b/test/Makefile.in
35 diff --git a/test/odbcini-gen.sh b/test/odbcini-gen.sh
62 diff --git a/test/runsuite.c b/test/runsuite.c
110 diff = rundiff(testname, inputdir);
117 else if (diff != 0)
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pll.c209 unsigned diff; in amdgpu_pll_compute() local
212 diff = abs(target_clock - (pll->reference_freq * fb_div) / in amdgpu_pll_compute()
215 if (diff < diff_best || (diff == diff_best && in amdgpu_pll_compute()
219 diff_best = diff; in amdgpu_pll_compute()
/openbmc/linux/drivers/cpufreq/
H A Dfreq_table.c132 unsigned int freq, diff, i = 0; in cpufreq_table_index_unsorted() local
185 diff = abs(freq - target_freq); in cpufreq_table_index_unsorted()
186 if (diff < optimal.frequency || in cpufreq_table_index_unsorted()
187 (diff == optimal.frequency && in cpufreq_table_index_unsorted()
189 optimal.frequency = diff; in cpufreq_table_index_unsorted()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tracker-miners/
H A D0001-fix-reproducibility.patch20 diff --git a/meson.build b/meson.build
53 diff --git a/src/tracker-extract/meson.build b/src/tracker-extract/meson.build
66 diff --git a/tests/tracker-miner-fs/meson.build b/tests/tracker-miner-fs/meson.build
80 diff --git a/src/miners/fs/meson.build b/src/miners/fs/meson.build
95 diff --git a/src/libtracker-miners-common/tracker-landlock.c b/src/libtracker-miners-common/tracker…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0006-Avoid-searching-host-dirs.patch28 diff --git a/m4/fr_smart_check_include.m4 b/m4/fr_smart_check_include.m4
41 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_db2/configure.ac b/src/modules/rlm_sql/drivers/rlm…
62 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_firebird/configure.ac b/src/modules/rlm_sql/driver…
83 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure.ac b/src/modules/rlm_sql/drivers/r…
104 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_mysql/configure.ac b/src/modules/rlm_sql/drivers/r…
135 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_oracle/configure.ac b/src/modules/rlm_sql/drivers/…
148 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure.ac b/src/modules/rlm_sql/driv…
170 diff --git a/src/modules/rlm_sql/drivers/rlm_sql_unixodbc/configure.ac b/src/modules/rlm_sql/driver…
191 diff --git a/m4/fr_smart_check_lib.m4 b/m4/fr_smart_check_lib.m4
/openbmc/linux/kernel/bpf/
H A Dlpm_trie.c181 u64 diff = be64_to_cpu(*(__be64 *)node->data ^ in longest_prefix_match() local
184 prefixlen = 64 - fls64(diff); in longest_prefix_match()
187 if (diff) in longest_prefix_match()
194 u32 diff = be32_to_cpu(*(__be32 *)&node->data[i] ^ in longest_prefix_match() local
197 prefixlen += 32 - fls(diff); in longest_prefix_match()
200 if (diff) in longest_prefix_match()
206 u16 diff = be16_to_cpu(*(__be16 *)&node->data[i] ^ in longest_prefix_match() local
209 prefixlen += 16 - fls(diff); in longest_prefix_match()
212 if (diff) in longest_prefix_match()
/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus-glib/
H A Dtest-install-makefile.patch13 diff --git a/test/Makefile.am b/test/Makefile.am
27 diff --git a/test/core/Makefile.am b/test/core/Makefile.am
41 diff --git a/test/interfaces/Makefile.am b/test/interfaces/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/
H A D0001-atop.daily-atop.init-atop-pm.sh-Avoid-using-bash.patch17 diff --git a/atop-pm.sh b/atop-pm.sh
27 diff --git a/atop.daily b/atop.daily
46 diff --git a/atop.init b/atop.init
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/
H A D0001-cpuburn-a8.S-Remove-.func-.endfunc.patch19 diff --git a/cpuburn-a7.S b/cpuburn-a7.S
36 diff --git a/cpuburn-a8.S b/cpuburn-a8.S
53 diff --git a/cpuburn-a9.S b/cpuburn-a9.S
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0011-Remove-bionic-specific-calls.patch13 diff --git a/include/cutils/properties.h b/include/cutils/properties.h
25 diff --git a/libcutils/properties.c b/libcutils/properties.c
41 diff --git a/liblog/logd_write.c b/liblog/logd_write.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/celt051/celt051/
H A D0001-tests-Include-entcode.c-into-test-sources-to-provide.patch19 diff --git a/tests/cwrs32-test.c b/tests/cwrs32-test.c
31 diff --git a/tests/ectest.c b/tests/ectest.c
44 diff --git a/tests/laplace-test.c b/tests/laplace-test.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau/
H A D0001-nouveau-fixup-driver-for-new-X-server-ABI.patch14 diff --git a/src/compat-api.h b/src/compat-api.h
27 diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c
40 diff --git a/src/nv_driver.c b/src/nv_driver.c
/openbmc/openbmc/poky/meta/recipes-extended/quota/quota/
H A Dfcntl.patch23 diff --git a/quotacheck.c b/quotacheck.c
35 diff --git a/quotaio.c b/quotaio.c
47 diff --git a/rquota_client.c b/rquota_client.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0001-Respect-flags-from-env.patch15 diff --git a/Makefile b/Makefile
30 diff --git a/cli/Makefile b/cli/Makefile
43 diff --git a/pppd/Makefile b/pppd/Makefile
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/
H A D0001-Link-with-libm-for-floor-function.patch19 diff --git a/CMakeLists.txt b/CMakeLists.txt
40 diff --git a/configure.ac b/configure.ac
54 diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
/openbmc/linux/tools/testing/kunit/
H A Dkunit_config.py64 diff = [] # type: List[Tuple[KconfigEntry, KconfigEntry]]
69 diff.append(pair)
70 return diff
/openbmc/linux/include/linux/
H A Dptp_classify.h149 __be64 diff[2] = { ~old, new }; in ptp_check_diff8() local
151 return csum_partial(diff, sizeof(diff), oldsum); in ptp_check_diff8()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dbacklight.c88 int diff = abs(info->bl_curve[i] - value); in pmac_backlight_curve_lookup() local
89 if (diff < max) { in pmac_backlight_curve_lookup()
90 max = diff; in pmac_backlight_curve_lookup()
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-include-libgen.h-for-basename-API.patch18 diff --git a/Monitor.c b/Monitor.c
30 diff --git a/platform-intel.c b/platform-intel.c
42 diff --git a/super-intel.c b/super-intel.c
/openbmc/openbmc/poky/meta/recipes-support/npth/npth/
H A Dpkgconfig.patch16 diff --git a/configure.ac b/configure.ac
28 diff --git a/src/Makefile.am b/src/Makefile.am
44 diff --git a/src/npth.pc.in b/src/npth.pc.in
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A D0001-include-libgen.h-for-basename.patch20 diff --git a/daemon/automount.c b/daemon/automount.c
32 diff --git a/daemon/master.c b/daemon/master.c
44 diff --git a/modules/lookup_file.c b/modules/lookup_file.c
/openbmc/linux/net/rxrpc/
H A Dlocal_object.c62 long diff; in rxrpc_local_cmp_key() local
64 diff = ((local->srx.transport_type - srx->transport_type) ?: in rxrpc_local_cmp_key()
67 if (diff != 0) in rxrpc_local_cmp_key()
68 return diff; in rxrpc_local_cmp_key()
256 long diff; in rxrpc_lookup_local() local
267 diff = rxrpc_local_cmp_key(local, srx); in rxrpc_lookup_local()
268 if (diff != 0) in rxrpc_lookup_local()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A DCVE-2018-5996.patch23 diff --git a/CPP/7zip/Compress/Rar1Decoder.cpp b/CPP/7zip/Compress/Rar1Decoder.cpp
64 diff --git a/CPP/7zip/Compress/Rar1Decoder.h b/CPP/7zip/Compress/Rar1Decoder.h
76 diff --git a/CPP/7zip/Compress/Rar2Decoder.cpp b/CPP/7zip/Compress/Rar2Decoder.cpp
118 diff --git a/CPP/7zip/Compress/Rar2Decoder.h b/CPP/7zip/Compress/Rar2Decoder.h
130 diff --git a/CPP/7zip/Compress/Rar3Decoder.cpp b/CPP/7zip/Compress/Rar3Decoder.cpp
207 diff --git a/CPP/7zip/Compress/Rar3Decoder.h b/CPP/7zip/Compress/Rar3Decoder.h
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.c235 int sum_r, diff; in ia_css_s3a_hmem_decode() local
285 diff = sum_r - count_for_3a; in ia_css_s3a_hmem_decode()
286 out_ptr[0].r -= diff; in ia_css_s3a_hmem_decode()
287 out_ptr[0].g -= diff; in ia_css_s3a_hmem_decode()
288 out_ptr[0].b -= diff; in ia_css_s3a_hmem_decode()
289 out_ptr[0].y -= diff; in ia_css_s3a_hmem_decode()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgv100.c123 int diff; in gv100_gr_scg_estimate_perf() local
195 diff = average_tpcs - scale_factor * num_tpc_gpc[gpc]; in gv100_gr_scg_estimate_perf()
196 if (diff < 0) in gv100_gr_scg_estimate_perf()
197 diff = -diff; in gv100_gr_scg_estimate_perf()
199 deviation += diff; in gv100_gr_scg_estimate_perf()

1...<<11121314151617181920>>...154