Home
last modified time | relevance | path

Searched refs:bump (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/qemu/subprojects/
H A Dquote-1-rs.wrap9 # bump this version number on every change to meson.build or the patches:
H A Ditertools-0.11-rs.wrap9 # bump this version number on every change to meson.build or the patches:
H A Deither-1-rs.wrap9 # bump this version number on every change to meson.build or the patches:
H A Dbilge-0.2-rs.wrap9 # bump this version number on every change to meson.build or the patches:
H A Darbitrary-int-1-rs.wrap9 # bump this version number on every change to meson.build or the patches:
H A Dunicode-ident-1-rs.wrap9 # bump this version number on every change to meson.build or the patches:
H A Dbilge-impl-0.2-rs.wrap9 # bump this version number on every change to meson.build or the patches:
H A Dproc-macro-error-1-rs.wrap9 # bump this version number on every change to meson.build or the patches:
H A Dproc-macro-error-attr-1-rs.wrap9 # bump this version number on every change to meson.build or the patches:
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-wheel_0.45.1.bb13 # This used to use the bootstrap install which didn't compile. Until we bump the
H A Dpython3-setuptools_80.8.0.bb53 # This used to use the bootstrap install which didn't compile. Until we bump the
H A Dpython3-pip_25.1.1.bb49 # This used to use the bootstrap install which didn't compile. Until we bump the
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch4 Subject: [PATCH] apache2: bump up the core size limit if CoreDumpDirectory is
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/
H A D0001-Do-not-download-external-dependency-tarballs-via-mes.patch38 -# Also bump the cache key in `.circleci/config.yml`.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/
H A Detcd_3.5.7.bb9 file://0001-xxhash-bump-to-v2.1.2.patch;patchdir=${GO_INSTALL} \
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.3.2.rst57 - kern-tools: bump :term:`SRCREV` for queue processing changes
108 - poky.conf: bump version for 4.3.2 release
H A Drelease-notes-4.0.26.rst114 - bitbake: cache: bump cache version
132 - poky.conf: bump version for 4.0.26
H A Drelease-notes-5.0.1.rst38 - poky.conf: bump version for 5.0.1
H A Drelease-notes-4.0.20.rst33 - poky.conf: bump version for 4.0.20
H A Drelease-notes-5.1.4.rst42 - poky.conf: bump version for 5.1.4
H A Drelease-notes-4.0.25.rst57 - poky.conf: bump version for 4.0.25
H A Drelease-notes-5.1.3.rst62 - poky.conf: bump version for 5.1.3
/openbmc/u-boot/arch/arm/dts/
H A Drk3288-veyron.dtsi677 * We run eMMC at max speed; bump up drive strength.
732 * We run sdio0 at max speed; bump up drive strength.
767 * We run sdmmc at max speed; bump up drive strength.
H A Drk3288-phycore-rdk.dts208 * high-speed mode on pcm-947 board so bump up to 12 mA.
/openbmc/qemu/libdecnumber/
H A DdecNumber.c7218 Int bump; /* 1 if coefficient needs to be incremented */ local
7223 bump=0; /* assume a smooth ride */
7234 if (residue<0 && lsd5!=1) bump=-1;
7235 else if (residue>0 && lsd5==0) bump=1;
7241 if (residue<0) bump=-1;
7245 if (residue>5) bump=1;
7249 if (residue>5) bump=1; /* >0.5 goes up */
7252 if (*dn->lsu & 0x01) bump=1;
7257 if (residue>=5) bump=1;
7261 if (residue>0) bump=1;
[all …]

1234