Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/
Dlib.rs158 let bump = Bump::new(); in test_bumpalo() localVariable
/external/angle/third_party/zlib/contrib/optimizations/
Dchunkcopy.h86 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; in chunkcopy_core() local
270 const int bump = ((len - 1) % sizeof(v)) + 1; in chunkset_core() local
/external/zlib/contrib/optimizations/
Dchunkcopy.h86 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; in chunkcopy_core() local
270 const int bump = ((len - 1) % sizeof(v)) + 1; in chunkset_core() local
/external/rust/crates/parking_lot/src/
Draw_fair_mutex.rs47 unsafe fn bump(&self) { in bump() method
Draw_mutex.rs134 unsafe fn bump(&self) { in bump() method
/external/mtools/
Dvfat.c40 int limit, int bump) in autorename()
110 void autorename_short(dos_name_t *name, int bump) in autorename_short()
115 void autorename_long(char *name, int bump) in autorename_long()
/external/libwebsockets/lib/core-net/
Dstats.c251 lws_stats_bump(struct lws_context_per_thread *pt, int i, uint64_t bump) in lws_stats_bump()
Dwsi.c1303 lws_wsi_txc_report_manual_txcr_in(struct lws *wsi, int32_t bump) in lws_wsi_txc_report_manual_txcr_in()
Dprivate-lib-core-net.h1309 struct lws_context_per_thread *pt, int index, uint64_t bump) { in lws_stats_bump()
/external/libwebsockets/lib/roles/h2/
Dhttp2.c154 lws_h2_update_peer_txcredit(struct lws *wsi, int sid, int bump) in lws_h2_update_peer_txcredit()
205 lws_h2_update_peer_txcredit_thresh(struct lws *wsi, int sid, int threshold, int bump) in lws_h2_update_peer_txcredit_thresh()
/external/libwebsockets/lib/secure-streams/
Dsecure-streams-process.c207 ss_proxy_onward_txcr(void *userobj, int bump) in ss_proxy_onward_txcr()
Dsecure-streams-client.c564 lws_sspc_add_peer_tx_credit(struct lws_sspc_handle *h, int32_t bump) in lws_sspc_add_peer_tx_credit()
Dsecure-streams.c558 lws_ss_add_peer_tx_credit(struct lws_ss_handle *h, int32_t bump) in lws_ss_add_peer_tx_credit()
/external/rust/crates/syn/src/
Dbuffer.rs197 unsafe fn bump(self) -> Cursor<'a> { in bump() method
/external/rust/crates/lock_api/src/
Dmutex.rs103 unsafe fn bump(&self) { in bump() method
538 pub fn bump(s: &mut Self) { in bump() method
Dremutex.rs168 pub unsafe fn bump(&self) { in bump() method
644 pub fn bump(s: &mut Self) { in bump() method
Drwlock.rs1001 pub fn bump(s: &mut Self) { in bump() method
1215 pub fn bump(s: &mut Self) { in bump() method
1381 pub fn bump(s: &mut Self) { in bump() method
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java497 final int bump = count * maxLabelCount / size; in initLabels() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DAlphabeticIndex.java478 final int bump = count * maxLabelCount / size; in initLabels() local
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c932 int k, len, count, bump; in sntl_rep_opcodes() local
Dsg_lib.c527 int bump; in sg_decode_transportid_str() local
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp361 int32_t bump = count * maxLabelCount_ / size; in initLabels() local
DdecNumber.cpp7119 Int bump; /* 1 if coefficient needs to be incremented */ local
/external/rust/crates/regex-syntax/src/ast/
Dparse.rs472 fn bump(&self) -> bool { in bump() method
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp1934 Value bump = rewriter.create<LLVM::SubOp>(loc, alignment, one); in createAligned() local