| /external/rust/crates/hashbrown/src/ | 
| D | lib.rs | 147     let bump = Bump::new();  in test_bumpalo()  localVariable
  | 
| /external/tflite-support/third_party/zlib/contrib/optimizations/ | 
| D | chunkcopy.h | 86   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/ | 
| D | vfat.c | 40 		       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/ | 
| D | sg_vpd_common.c | 332     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
  | 
| D | sg_unmap.c | 609         uint32_t bump;  in main()  local
  | 
| D | sg_vpd.c | 521     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
  | 
| D | sg_inq.c | 1071     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
  | 
| D | sg_read_attr.c | 599     int bump, id, alen;  in decode_attr_vals()  local
  | 
| /external/rust/crates/parking_lot/src/ | 
| D | raw_fair_mutex.rs | 47     unsafe fn bump(&self) {  in bump()  method
  | 
| D | raw_mutex.rs | 134     unsafe fn bump(&self) {  in bump()  method
  | 
| /external/zlib/contrib/optimizations/ | 
| D | chunkcopy.h | 97   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/ | 
| D | http2.c | 154 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/ | 
| D | secure-streams-process.c | 308 ss_proxy_onward_txcr(void *userobj, int bump)  in ss_proxy_onward_txcr()
  | 
| D | secure-streams-client.c | 1038 lws_sspc_add_peer_tx_credit(struct lws_sspc_handle *h, int32_t bump)  in lws_sspc_add_peer_tx_credit()
  | 
| D | secure-streams.c | 1703 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/ | 
| D | mutex.rs | 110     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
  | 
| D | remutex.rs | 182     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
  | 
| D | rwlock.rs | 1314     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/ | 
| D | dpb.rs | 312     pub fn bump(&mut self, flush: bool) -> Option<DpbEntry<T>> {  in bump()  method
  | 
| /external/libwebsockets/lib/misc/ | 
| D | lecp.c | 962 #define bump(_r) count[sp]++  macro
  | 
| /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ | 
| D | AlphabeticIndex.java | 497                 final int bump = count * maxLabelCount / size;  in initLabels()  local
  | 
| /external/icu/android_icu4j/src/main/java/android/icu/text/ | 
| D | AlphabeticIndex.java | 478                 final int bump = count * maxLabelCount / size;  in initLabels()  local
  | 
| /external/cronet/third_party/icu/source/i18n/ | 
| D | alphaindex.cpp | 362             int32_t bump = count * maxLabelCount_ / size;  in initLabels()  local
  | 
| /external/icu/icu4c/source/i18n/ | 
| D | alphaindex.cpp | 362             int32_t bump = count * maxLabelCount_ / size;  in initLabels()  local
  | 
| /external/libwebsockets/lib/core-net/ | 
| D | wsi.c | 1611 lws_wsi_txc_report_manual_txcr_in(struct lws *wsi, int32_t bump)  in lws_wsi_txc_report_manual_txcr_in()
  |