Searched refs:bump (Results 1 - 14 of 14) sorted by relevance

/external/ltp/pan/
H A DMakefile40 MAKE_TARGETS := ltp-bump ltp-pan
48 ltp-bump: ltp-bump.o zoolib.o
/external/glide/
H A Dupdate_files.sh22 # We may have already added bump's remote.
23 if ! git remote | grep bump > /dev/null;
25 git remote add bump https://github.com/bumptech/glide.git
30 git fetch bump ${GLIDE_BRANCH} || exit 1
81 echo "Merged bump ${GLIDE_BRANCH} at revision ${GIT_SHA}"
/external/f2fs-tools/tools/sg_write_buffer/
H A Dsg_lib.c527 int bump; local
537 bump = TRANSPORT_ID_MIN_LEN; /* should be overwritten in all loop paths */
538 for (k = 0, n = 0; bplen > 0; ++k, bp += bump, bplen -= bump) {
558 bump = TRANSPORT_ID_MIN_LEN;
569 bump = TRANSPORT_ID_MIN_LEN;
577 bump = TRANSPORT_ID_MIN_LEN;
585 bump = TRANSPORT_ID_MIN_LEN;
594 bump = TRANSPORT_ID_MIN_LEN;
609 bump
[all...]
H A Dsg_pt_linux_nvme.c932 int k, len, count, bump; local
957 bump = rctd ? 20 : 8;
972 offset += bump;
974 sg_put_unaligned_be32(count * bump, arr + 0);
/external/fec/
H A Dsse2bfly27.s121 addl $8,%edx # bump decision pointer
H A Dssebfly27.s123 addl $8,%edx # bump decision pointer
H A Dssebfly29.s145 addl $32,%edx # bump decision pointer
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_voice_gain_gnu.s154 STR tmp1, [pMixBuffer], #4 @ save and bump pointer
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DAlphabeticIndex.java478 final int bump = count * maxLabelCount / size;
479 if (bump == old) {
482 old = bump;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java497 final int bump = count * maxLabelCount / size;
498 if (bump == old) {
501 old = bump;
/external/icu/icu4c/source/i18n/
H A DdecNumber.cpp7117 Int bump; /* 1 if coefficient needs to be incremented */ local
7122 bump=0; /* assume a smooth ride */
7133 if (residue<0 && lsd5!=1) bump=-1;
7134 else if (residue>0 && lsd5==0) bump=1;
7135 /* [bump==1 could be applied directly; use common path for clarity] */
7140 if (residue<0) bump=-1;
7144 if (residue>5) bump=1;
7148 if (residue>5) bump=1; /* >0.5 goes up */
7151 if (*dn->lsu & 0x01) bump=1;
7156 if (residue>=5) bump
[all...]
H A Dalphaindex.cpp362 int32_t bump = count * maxLabelCount_ / size; local
363 if (bump == old) {
366 old = bump;
/external/strace/
H A Dstrace.spec293 - bump again for long double bug on ppc{,64}
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...

Completed in 307 milliseconds