Home
last modified time | relevance | path

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

12345678910>>...257

/dports/biology/p5-AcePerl/AcePerl-1.92/acelib/
H A Dbump.c39 BUMP bump; in bumpCreate() local
61 if (!bump) in bumpReCreate()
88 if (!bump) in bumpDestroy()
100 if (!bump) in bumpMax()
112 if (!bump) in bumpSetSloppy()
142 j = wid < bump->n ? wid : bump->n; in bumpRegister()
164 if (bump->xAscii + wid + bump->xGapAscii > bump->n) in asciiBumpItem()
173 x = bump->xAscii + bump->xGapAscii ; in asciiBumpItem()
212 if (x + wid + bump->minSpace > bump->n) in bumpAdd()
213 x = bump->n - wid - bump->minSpace ; in bumpAdd()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/ICeWall/test/flipchip_test/
H A Dflipchip_test.package.m9.strategy21 sig1 {type sig cell {origin {x 198.5 y 55}} bump {row 24 col 1}}
22 sig2 {type sig cell {origin {x 353.5 y 55}} bump {row 24 col 2}}
23 sig3 {type sig cell {origin {x 301.5 y 55}} bump {row 23 col 2}}
24 sig4 {type sig cell {origin {x 508.5 y 55}} bump {row 24 col 3}}
25 sig5 {type sig cell {origin {x 456.5 y 55}} bump {row 23 col 3}}
27 sig6 {type sig cell {origin {x 560.5 y 55}} bump {row 22 col 3}}
28 sig7 {type sig cell {origin {x 663.5 y 55}} bump {row 24 col 4}}
29 sig8 {type sig cell {origin {x 611.5 y 55}} bump {row 23 col 4}}
30 sig9 {type sig cell {origin {x 715.5 y 55}} bump {row 22 col 4}}
31 sig10 {type sig cell {origin {x 818.5 y 55}} bump {row 24 col 5}}
[all …]
H A Dflipchip_test.package.strategy21 sig1 {type sig cell {origin {x 198.5 y 55}} bump {row 24 col 1}}
22 sig2 {type sig cell {origin {x 353.5 y 55}} bump {row 24 col 2}}
23 sig3 {type sig cell {origin {x 301.5 y 55}} bump {row 23 col 2}}
24 sig4 {type sig cell {origin {x 508.5 y 55}} bump {row 24 col 3}}
25 sig5 {type sig cell {origin {x 456.5 y 55}} bump {row 23 col 3}}
27 sig6 {type sig cell {origin {x 560.5 y 55}} bump {row 22 col 3}}
28 sig7 {type sig cell {origin {x 663.5 y 55}} bump {row 24 col 4}}
29 sig8 {type sig cell {origin {x 611.5 y 55}} bump {row 23 col 4}}
30 sig9 {type sig cell {origin {x 715.5 y 55}} bump {row 22 col 4}}
31 sig10 {type sig cell {origin {x 818.5 y 55}} bump {row 24 col 5}}
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/bumpalo-3.7.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/bumpalo-3.7.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/bumpalo-3.7.1/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/bumpalo-3.7.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/bumpalo-3.7.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/bumpalo-3.7.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/bumpalo-3.7.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/bumpalo-3.7.1/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/bumpalo/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/bumpalo-3.7.1/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/bumpalo/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/bumpalo-3.7.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/bumpalo/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/bumpalo-3.7.1/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
426 impl<'bump> String<'bump> {
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
498 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> String<'bump> { in with_capacity_in() argument
633 pub fn from_utf8_lossy_in(v: &[u8], bump: &'bump Bump) -> String<'bump> { in from_utf8_lossy_in() argument
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 bump: &'bump Bump, in from_raw_parts_in()
1677 impl<'bump> FromUtf8Error<'bump> {
1772 impl<'bump> Clone for String<'bump> {
1809 impl<'bump> Extend<String<'bump>> for String<'bump> {
[all …]

12345678910>>...257