/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/rustc-serialize-0.3.24/src/ |
H A D | lib.rs | 59 fn cap_capacity<T>(given_len: usize) -> usize { in cap_capacity() 65 0 => min(given_len, PRE_ALLOCATE_CAP), in cap_capacity() 66 n => min(given_len, PRE_ALLOCATE_CAP / n) in cap_capacity()
|
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/rustc-serialize/src/ |
H A D | lib.rs | 59 fn cap_capacity<T>(given_len: usize) -> usize { in cap_capacity() 65 0 => min(given_len, PRE_ALLOCATE_CAP), in cap_capacity() 66 n => min(given_len, PRE_ALLOCATE_CAP / n) in cap_capacity()
|
/dports/audio/lewton/lewton-0.10.2/cargo-crates/rustc-serialize-0.3.24/src/ |
H A D | lib.rs | 59 fn cap_capacity<T>(given_len: usize) -> usize { in cap_capacity() 65 0 => min(given_len, PRE_ALLOCATE_CAP), in cap_capacity() 66 n => min(given_len, PRE_ALLOCATE_CAP / n) in cap_capacity()
|
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/rustc-serialize-0.3.24/src/ |
H A D | lib.rs | 59 fn cap_capacity<T>(given_len: usize) -> usize { in cap_capacity() 65 0 => min(given_len, PRE_ALLOCATE_CAP), in cap_capacity() 66 n => min(given_len, PRE_ALLOCATE_CAP / n) in cap_capacity()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustc-serialize-0.3.24/src/ |
H A D | lib.rs | 59 fn cap_capacity<T>(given_len: usize) -> usize { in cap_capacity() 65 0 => min(given_len, PRE_ALLOCATE_CAP), in cap_capacity() 66 n => min(given_len, PRE_ALLOCATE_CAP / n) in cap_capacity()
|
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rustc-serialize-0.3.24/src/ |
H A D | lib.rs | 59 fn cap_capacity<T>(given_len: usize) -> usize { in cap_capacity() 65 0 => min(given_len, PRE_ALLOCATE_CAP), in cap_capacity() 66 n => min(given_len, PRE_ALLOCATE_CAP / n) in cap_capacity()
|
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustc-serialize-0.3.24/src/ |
H A D | lib.rs | 59 fn cap_capacity<T>(given_len: usize) -> usize { in cap_capacity() 65 0 => min(given_len, PRE_ALLOCATE_CAP), in cap_capacity() 66 n => min(given_len, PRE_ALLOCATE_CAP / n) in cap_capacity()
|
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/rustc-serialize-0.3.24/src/ |
H A D | lib.rs | 59 fn cap_capacity<T>(given_len: usize) -> usize { in cap_capacity() 65 0 => min(given_len, PRE_ALLOCATE_CAP), in cap_capacity() 66 n => min(given_len, PRE_ALLOCATE_CAP / n) in cap_capacity()
|
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/rustc-serialize-0.3.24/src/ |
H A D | lib.rs | 59 fn cap_capacity<T>(given_len: usize) -> usize { in cap_capacity() 65 0 => min(given_len, PRE_ALLOCATE_CAP), in cap_capacity() 66 n => min(given_len, PRE_ALLOCATE_CAP / n) in cap_capacity()
|
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/rustc-serialize-0.3.24/src/ |
H A D | lib.rs | 59 fn cap_capacity<T>(given_len: usize) -> usize { in cap_capacity() 65 0 => min(given_len, PRE_ALLOCATE_CAP), in cap_capacity() 66 n => min(given_len, PRE_ALLOCATE_CAP / n) in cap_capacity()
|
/dports/devel/ding-libs/ding-libs-0.6.1/collection/ |
H A D | collection.c | 83 int given_len; member 1379 int given_len; member 1805 traverse_data->given_len = 0; in col_find_item_and_do() 2042 traverse_data->given_len = 0; in col_act_traverse_handler() 2068 property_len = traverse_data->given_len; in col_act_traverse_handler() 2088 traverse_data->given_len = current->property_len; in col_act_traverse_handler() 2211 traverse_data->given_len = 0; in col_copy_traverse_handler() 2575 traverse_data.given_len = 0; in col_copy_collection_with_cb() 2862 traverse_data.given_len = strlen(as_property); in col_add_collection_to_collection() 2866 traverse_data.given_len = 0; in col_add_collection_to_collection() [all …]
|
/dports/www/py-spyne/spyne-2.13.16/spyne/util/ |
H A D | web.py | 75 def log_repr(obj, cls=None, given_len=None, parent=None, from_array=False, argument 135 if given_len is not None: 136 l = str(given_len)
|
/dports/math/py-pandas/pandas-1.2.5/pandas/core/ops/ |
H A D | __init__.py | 214 msg.format(req_len=len(left.index), given_len=len(right)) 220 msg.format(req_len=len(left.columns), given_len=len(right))
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/scsipi/ |
H A D | ses.c | 567 size_t given_len = inqp->additional_length + 4; in ses_type() local 569 if (given_len < 8+SEN_ID_LEN) in ses_type() 597 if (given_len < SAFTE_END - 2) { in ses_type()
|
/dports/graphics/py-wand/Wand-0.6.7/wand/ |
H A D | image.py | 5516 given_len = len(data) 5517 if expected_len != given_len: 5520 given_len
|