Home
last modified time | relevance | path

Searched refs:diff (Results 3576 – 3600 of 3836) sorted by relevance

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

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLiLiQ-R-1.19 Dans la présente licence, à moins que le contexte n'indique un sens différent, on entend par:
94 …ulières. Toutefois, une version modifiée doit être distribuée sous un nom différent. Toute référen…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0005-adb-add-base64-implementation.patch17 diff --git a/adb/adb_auth_client.c b/adb/adb_auth_client.c
30 diff --git a/adb/base64.c b/adb/base64.c
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp377 auto diff = ipmi::sel::selRecordSize - requestData->offset; in getSELEntry() local
379 std::min(diff, static_cast<int>(requestData->readLength)); in getSELEntry()
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dlocal.conf.sample.extended236 #ARCHIVER_MODE[diff] = "1"
237 # set the files that you'd like to exclude from the diff:
238 #ARCHIVER_MODE[diff-exclude] ?= ".pc autom4te.cache patches"
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbuild-quality.rst371 There is a command-line tool called ``buildhistory-diff``, though,
375 $ poky/poky/scripts/buildhistory-diff . HEAD^
392 The ``buildhistory-diff`` tool requires the ``GitPython``
/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile502 $(Q)diff $$(<:.o=.linked2.o) $$(<:.o=.linked3.o)
511 $(Q)diff $$(<:.o=.llinked2.o) $$(<:.o=.llinked3.o)
519 $(Q)diff $$(@:.skel.h=.linked2.o) $$(@:.skel.h=.linked3.o)
/openbmc/linux/kernel/time/
H A Dtimer.c1033 long diff = timer->expires - expires; in __mod_timer() local
1035 if (!diff) in __mod_timer()
1037 if (options & MOD_TIMER_REDUCE && diff <= 0) in __mod_timer()
/openbmc/linux/drivers/gpio/
H A Dgpiolib-acpi.c702 enum gpiod_flags diff = *flags ^ update; in __acpi_gpio_update_gpiod_flags() local
711 if (((*flags & GPIOD_FLAGS_BIT_DIR_SET) && (diff & GPIOD_FLAGS_BIT_DIR_OUT)) || in __acpi_gpio_update_gpiod_flags()
712 ((*flags & GPIOD_FLAGS_BIT_DIR_OUT) && (diff & GPIOD_FLAGS_BIT_DIR_VAL))) in __acpi_gpio_update_gpiod_flags()
/openbmc/linux/sound/soc/sh/
H A Dfsi.c966 unsigned long diff, min; in fsi_clk_set_rate_cpg() local
1018 diff = abs(actual - target); in fsi_clk_set_rate_cpg()
1019 if (diff < min) { in fsi_clk_set_rate_cpg()
1020 min = diff; in fsi_clk_set_rate_cpg()
/openbmc/linux/drivers/tty/serial/
H A Dmsm_serial.c1058 unsigned long target, old, best_rate = 0, diff, best_diff = ULONG_MAX; in msm_find_best_baud() local
1088 diff = abs(result - baud); in msm_find_best_baud()
1091 if (diff < best_diff) { in msm_find_best_baud()
1092 best_diff = diff; in msm_find_best_baud()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_sip.c1540 s16 diff, tdiff = 0; in sip_help_tcp() local
1597 diff = msglen - origlen; in sip_help_tcp()
1598 tdiff += diff; in sip_help_tcp()
1602 datalen = datalen + diff - msglen; in sip_help_tcp()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_resp.c83 int diff = psn_compare(pkt->psn, qp->resp.psn); in check_psn() local
88 if (diff > 0) { in check_psn()
96 } else if (diff < 0) { in check_psn()
107 if (qp->resp.drop_msg || diff != 0) { in check_psn()
/openbmc/linux/arch/sparc/kernel/
H A Dldc.c252 unsigned long limit, tail, new_tail, diff; in tx_has_space_for() local
262 diff = limit - new_tail; in tx_has_space_for()
264 diff = (limit + in tx_has_space_for()
266 diff /= LDC_PACKET_SIZE; in tx_has_space_for()
269 if (diff * mss < size) in tx_has_space_for()
/openbmc/linux/drivers/ptp/
H A Dptp_clockmatrix.c750 ktime_t diff = ktime_sub(ktime_get_raw(), in _idtcm_set_dpll_hw_tod() local
752 total_overhead_ns = ktime_to_ns(diff) in _idtcm_set_dpll_hw_tod()
997 ktime_t diff; in set_tod_write_overhead() local
1015 diff = ktime_sub(stop, start); in set_tod_write_overhead()
1017 current_ns = ktime_to_ns(diff); in set_tod_write_overhead()
/openbmc/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c2081 int short_response, diff, pkt_size, ret = 0; in msm_dsi_host_cmd_rx() local
2156 diff = data_byte - rlen; in msm_dsi_host_cmd_rx()
2159 diff = 0; in msm_dsi_host_cmd_rx()
2165 dlen -= diff; in msm_dsi_host_cmd_rx()
2172 DBG("buf=%p dlen=%d diff=%d", buf, dlen, diff); in msm_dsi_host_cmd_rx()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-ext-opcache-config.m4-enable-opcache.patch27 diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/
H A D0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch16 diff --git a/lmon16m.c b/lmon16m.c
/openbmc/linux/sound/soc/codecs/
H A Darizona.h361 bool diff);
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch15 diff --git a/unix/configure b/unix/configure
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-debug-prefix-map.patch24 diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch17 diff --git a/libtiff/tif_dirread.c b/libtiff/tif_dirread.c
/openbmc/linux/sound/pci/
H A Dmaestro3.c1484 int diff; in snd_m3_update_ptr() local
1495 diff = s->dma_size + hwptr - s->hwptr; in snd_m3_update_ptr()
1496 if (diff >= s->dma_size) in snd_m3_update_ptr()
1497 diff %= s->dma_size; in snd_m3_update_ptr()
1500 s->count += diff; in snd_m3_update_ptr()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.h327 void gen_a64_update_pc(DisasContext *s, target_long diff);
334 static inline void gen_a64_update_pc(DisasContext *s, target_long diff) in gen_a64_update_pc() argument
/openbmc/linux/tools/perf/Documentation/
H A Dperf-config.txt602 diff.*::
603 diff.order::
609 diff.compute::
610 This options sets the method for computing the diff result.
/openbmc/linux/drivers/comedi/drivers/
H A Damplc_pci230.c2079 unsigned int i, chan, range, diff; in pci230_ai_cmd() local
2132 diff = 1; in pci230_ai_cmd()
2136 diff = 0; in pci230_ai_cmd()
2152 if (diff) { in pci230_ai_cmd()

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