Home
last modified time | relevance | path

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

12

/external/rust/crates/hashbrown/src/
Dlib.rs147 let bump = Bump::new(); in test_bumpalo() localVariable
/external/tflite-support/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/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/sg3_utils/src/
Dsg_vpd_common.c332 int k, bump, na_len, assoc, nst; in decode_net_man_vpd() local
680 int k, n, bump, ppc, pspc; in decode_mode_policy_vpd() local
910 int k, bump; in decode_feature_sets_vpd() local
975 int k, j, res, bump, csd_len; in decode_dev_constit_vpd() local
1263 int k, bump, pcmp_id, pcmp_unit; in decode_power_consumption() local
2246 int k, bump; in decode_rod_descriptor() local
2486 int j, k, m, bump, desc_type, desc_len, sa_len, pdt; in decode_3party_copy_vpd() local
2786 int k, bump, rel_port, desc_len, proto; in decode_proto_lu_vpd() local
2847 int k, j, bump, rel_port, desc_len, proto, phy; in decode_proto_port_vpd() local
2925 int k, bump; in decode_lb_protection_vpd() local
Dsg_unmap.c609 uint32_t bump; in main() local
Dsg_vpd.c521 int k, bump, rel_port, ip_tid_len, tpd_len; in decode_scsi_ports_vpd_4vpd() local
2170 int bump, off; in svpd_decode_all() local
Dsg_inq.c1071 int bump, off; in svpd_inhex_decode_all() local
1199 int al, k, bump; in decode_ascii_inf() local
1249 int k, bump, rel_port, ip_tid_len, tpd_len; in decode_scsi_ports_vpd_4inq() local
Dsg_read_attr.c599 int bump, id, alen; in decode_attr_vals() 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/zlib/contrib/optimizations/
Dchunkcopy.h97 const int bump = (--len % CHUNKCOPY_CHUNK_SIZE) + 1; in chunkcopy_core() local
281 const int bump = ((len - 1) % sizeof(v)) + 1; in chunkset_core() local
/external/libwebsockets/lib/roles/h2/
Dhttp2.c154 lws_h2_update_peer_txcredit(struct lws *wsi, unsigned int sid, int 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()
/external/libwebsockets/lib/secure-streams/
Dsecure-streams-process.c308 ss_proxy_onward_txcr(void *userobj, int bump) in ss_proxy_onward_txcr()
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()
Dsecure-streams.c1703 lws_ss_add_peer_tx_credit(struct lws_ss_handle *h, int32_t bump) in lws_ss_add_peer_tx_credit()
/external/rust/crates/lock_api/src/
Dmutex.rs110 unsafe fn bump(&self) { in bump() method
628 pub fn bump(s: &mut Self) { in bump() method
773 pub fn bump(s: &mut Self) { in bump() method
Dremutex.rs182 pub unsafe fn bump(&self) { in bump() method
739 pub fn bump(s: &mut Self) { in bump() method
865 pub fn bump(s: &mut Self) { in bump() method
Drwlock.rs1314 pub fn bump(s: &mut Self) { in bump() method
1429 pub fn bump(s: &mut Self) { in bump() method
1642 pub fn bump(s: &mut Self) { in bump() method
1809 pub fn bump(s: &mut Self) { in bump() method
1975 pub fn bump(s: &mut Self) { in bump() method
2202 pub fn bump(s: &mut Self) { in bump() method
/external/crosvm/media/cros-codecs/src/decoders/h264/
Ddpb.rs312 pub fn bump(&mut self, flush: bool) -> Option<DpbEntry<T>> { in bump() method
/external/libwebsockets/lib/misc/
Dlecp.c962 #define bump(_r) count[sp]++ macro
/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/cronet/third_party/icu/source/i18n/
Dalphaindex.cpp362 int32_t bump = count * maxLabelCount_ / size; in initLabels() local
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp362 int32_t bump = count * maxLabelCount_ / size; in initLabels() local
/external/libwebsockets/lib/core-net/
Dwsi.c1611 lws_wsi_txc_report_manual_txcr_in(struct lws *wsi, int32_t bump) in lws_wsi_txc_report_manual_txcr_in()

12