Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dchunkcopy.h86 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; in chunkcopy_core() local
88 out += bump; in chunkcopy_core()
89 from += bump; in chunkcopy_core()
270 const int bump = ((len - 1) % sizeof(v)) + 1; in chunkset_core() local
276 out += bump; in chunkset_core()
277 len -= bump; in chunkset_core()
287 out += bump; in chunkset_core()
288 len -= bump; in chunkset_core()
301 out += bump; in chunkset_core()
302 len -= bump; in chunkset_core()
[all...]
/third_party/node/deps/zlib/contrib/optimizations/
H A Dchunkcopy.h97 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; variable
99 out += bump;
100 from += bump;
281 const int bump = ((len - 1) % sizeof(v)) + 1; in chunkset_core() local
287 out += bump; in chunkset_core()
288 len -= bump; in chunkset_core()
298 out += bump; in chunkset_core()
299 len -= bump; in chunkset_core()
312 out += bump; in chunkset_core()
313 len -= bump; in chunkset_core()
[all...]
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dchunkcopy.h86 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; in chunkcopy_core() local
88 out += bump; in chunkcopy_core()
89 from += bump; in chunkcopy_core()
270 const int bump = ((len - 1) % sizeof(v)) + 1; in chunkset_core() local
276 out += bump; in chunkset_core()
277 len -= bump; in chunkset_core()
287 out += bump; in chunkset_core()
288 len -= bump; in chunkset_core()
301 out += bump; in chunkset_core()
302 len -= bump; in chunkset_core()
[all...]
/third_party/ltp/pan/
H A DMakefile40 MAKE_TARGETS := ltp-bump ltp-pan
42 ltp-bump: ltp-bump.o zoolib.o
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs468 fn bump(&self) -> bool { in bump() functions
485 /// the given prefix, then bump the parser to the character immediately
486 /// following the prefix and return true. Otherwise, don't bump the parser
491 self.bump(); in bump_if()
513 /// Bump the parser, and if the `x` flag is enabled, bump through any
517 if !self.bump() { in bump_and_bump_space()
539 self.bump(); in bump_space()
543 self.bump(); in bump_space()
546 self.bump(); in bump_space()
599 /// Returns true if the next call to `bump` woul
[all...]
/third_party/libwebsockets/lib/roles/h2/
H A Dhttp2.c154 lws_h2_update_peer_txcredit(struct lws *wsi, unsigned int sid, int bump) in lws_h2_update_peer_txcredit() argument
161 if (!bump) in lws_h2_update_peer_txcredit()
167 lwsl_info("%s: sid %d: bump %d -> %d\n", __func__, sid, bump, in lws_h2_update_peer_txcredit()
168 (int)wsi->txc.peer_tx_cr_est + bump); in lws_h2_update_peer_txcredit()
175 pps->u.update_window.credit = (unsigned int)bump; in lws_h2_update_peer_txcredit()
176 wsi->txc.peer_tx_cr_est += bump; in lws_h2_update_peer_txcredit()
187 pps->u.update_window.credit = (unsigned int)bump; in lws_h2_update_peer_txcredit()
188 nwsi->txc.peer_tx_cr_est += bump; in lws_h2_update_peer_txcredit()
205 lws_h2_update_peer_txcredit_thresh(struct lws *wsi, unsigned int sid, int threshold, int bump) in lws_h2_update_peer_txcredit_thresh() argument
[all...]
/third_party/libwebsockets/lib/misc/
H A Dlecp.c962 #define bump(_r) count[sp]++ macro
992 bump("a"); in format_scan()
1011 bump("b"); in format_scan()
1017 bump("c"); in format_scan()
1050 bump("pc"); in format_scan()
1067 bump("d"); in format_scan()
1137 bump("e"); in format_scan()
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-process.c308 ss_proxy_onward_txcr(void *userobj, int bump) in ss_proxy_onward_txcr() argument
315 lws_ss_serialize_txcr(m->conn->dsh, bump); in ss_proxy_onward_txcr()
H A Dsecure-streams-client.c1038 lws_sspc_add_peer_tx_credit(struct lws_sspc_handle *h, int32_t bump) in lws_sspc_add_peer_tx_credit() argument
1041 lwsl_sspc_notice(h, "%d\n", bump); in lws_sspc_add_peer_tx_credit()
1042 return _lws_sspc_set_metadata(h, "", NULL, 0, (int)bump); in lws_sspc_add_peer_tx_credit()
H A Dprivate-lib-secure-streams.h478 ss_proxy_onward_txcr(void *userobj, int bump);
H A Dsecure-streams.c1712 lws_ss_add_peer_tx_credit(struct lws_ss_handle *h, int32_t bump) in lws_ss_add_peer_tx_credit() argument
1721 return ssp->tx_cr_add(h, bump); in lws_ss_add_peer_tx_credit()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java497 final int bump = count * maxLabelCount / size; in initLabels()
498 if (bump == old) { in initLabels()
501 old = bump; in initLabels()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAlphabeticIndex.java478 final int bump = count * maxLabelCount / size; in initLabels()
479 if (bump == old) { in initLabels()
482 old = bump; in initLabels()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-http.h988 * \param bump: signed change to confer upon peer tx credit for sid
1000 * \p bump additional bytes.
1010 lws_h2_update_peer_txcredit(struct lws *wsi, unsigned int sid, int bump);
/third_party/icu/icu4c/source/i18n/
H A Dalphaindex.cpp362 int32_t bump = count * maxLabelCount_ / size; in initLabels() local
363 if (bump == old) { in initLabels()
366 old = bump; in initLabels()
H A DdecNumber.cpp7119 Int bump; /* 1 if coefficient needs to be incremented */ local
7124 bump=0; /* assume a smooth ride */
7135 if (residue<0 && lsd5!=1) bump=-1;
7136 else if (residue>0 && lsd5==0) bump=1;
7137 /* [bump==1 could be applied directly; use common path for clarity] */
7142 if (residue<0) bump=-1;
7146 if (residue>5) bump=1;
7150 if (residue>5) bump=1; /* >0.5 goes up */
7153 if (*dn->lsu & 0x01) bump=1;
7158 if (residue>=5) bump
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp362 int32_t bump = count * maxLabelCount_ / size; in initLabels() local
363 if (bump == old) { in initLabels()
366 old = bump; in initLabels()
H A DdecNumber.cpp7119 Int bump; /* 1 if coefficient needs to be incremented */ local
7124 bump=0; /* assume a smooth ride */
7135 if (residue<0 && lsd5!=1) bump=-1;
7136 else if (residue>0 && lsd5==0) bump=1;
7137 /* [bump==1 could be applied directly; use common path for clarity] */
7142 if (residue<0) bump=-1;
7146 if (residue>5) bump=1;
7150 if (residue>5) bump=1; /* >0.5 goes up */
7153 if (*dn->lsu & 0x01) bump=1;
7158 if (residue>=5) bump
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dalphaindex.cpp361 int32_t bump = count * maxLabelCount_ / size; in initLabels() local
362 if (bump == old) { in initLabels()
365 old = bump; in initLabels()
H A DdecNumber.cpp7119 Int bump; /* 1 if coefficient needs to be incremented */ local
7124 bump=0; /* assume a smooth ride */
7135 if (residue<0 && lsd5!=1) bump=-1;
7136 else if (residue>0 && lsd5==0) bump=1;
7137 /* [bump==1 could be applied directly; use common path for clarity] */
7142 if (residue<0) bump=-1;
7146 if (residue>5) bump=1;
7150 if (residue>5) bump=1; /* >0.5 goes up */
7153 if (*dn->lsu & 0x01) bump=1;
7158 if (residue>=5) bump
[all...]
/third_party/libwebsockets/lib/core-net/
H A Dwsi.c1611 lws_wsi_txc_report_manual_txcr_in(struct lws *wsi, int32_t bump) in lws_wsi_txc_report_manual_txcr_in() argument
1622 wsi->user_space, NULL, (size_t)bump); in lws_wsi_txc_report_manual_txcr_in()
H A Dprivate-lib-core-net.h1294 lws_wsi_txc_report_manual_txcr_in(struct lws *wsi, int32_t bump);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 62 milliseconds