Home
last modified time | relevance | path

Searched refs:string_to_number (Results 1 – 25 of 93) sorted by relevance

1234

/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/variant/test/
H A Dbinary_visitor_test.cpp20 struct string_to_number struct
25 struct string_to_number<double> struct
34 struct string_to_number<std::int64_t> struct
43 struct string_to_number<std::uint64_t> struct
52 struct string_to_number<bool> struct
73 return lhs == string_to_number<T>()(rhs); in operator ()()
79 return string_to_number<T>()(lhs) == rhs; in operator ()()
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/clients/spdsend/
H A Dspdsend.c89 static long string_to_number(const char *string, in string_to_number() function
122 port = string_to_number(argv[3], 0, 65535); in main()
126 conn_id = string_to_number(argv[2], CONNECTION_ID_MIN, in main()
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/clients/spdsend/
H A Dspdsend.c89 static long string_to_number(const char *string, in string_to_number() function
122 port = string_to_number(argv[3], 0, 65535); in main()
126 conn_id = string_to_number(argv[2], CONNECTION_ID_MIN, in main()
/dports/security/py-keepkey/python-keepkey-7.2.1/keepkeylib/
H A Dckd_public.py7 from ecdsa.util import string_to_number, number_to_string
30 x = string_to_number(pubkey[1:33])
50 return string_to_number(tools.hash_160(pubkey)[:4])
78 I_left_as_exponent = string_to_number(I64[:32])
/dports/devel/acme/acme-0.97.r323/src/
H A Dacme.c393 static signed long string_to_number(const char *string) in string_to_number() function
422 start_address = string_to_number(expression); in set_starting_pc()
434 fill_value = string_to_number(expression); in set_mem_contents()
455 value = string_to_number(walk + 1); in define_symbol()
536 config.max_errors = string_to_number(cliargs_safe_get_next("maximum error count")); in long_option()
538 …macro_recursions_left = (source_recursions_left = string_to_number(cliargs_safe_get_next("recursio… in long_option()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dstring_num.h63 T string_to_number(const std::string& s, bool strict, int base_or_boolalpha);
67 T string_to_number(const std::string& s, bool strict = true);
96 T string_to_number(const std::string& s, bool strict, int base_or_boolalpha) in string_to_number() function
106 T string_to_number(const std::string& s, bool strict) in string_to_number() function
/dports/www/firefox/firefox-99.0/third_party/python/ecdsa/ecdsa/
H A Dkeys.py79 from .util import string_to_number, number_to_string, randrange
211 x = string_to_number(xs)
212 y = string_to_number(ys)
223 x = string_to_number(string[1:])
456 digest_as_number = string_to_number(digest)
646 number = string_to_number(digest)
787 secexp = string_to_number(string)
1185 number = string_to_number(digest)
H A Dutil.py170 guess = string_to_number(extrabyte + generate(bytes)) + 1
190 def string_to_number(string): function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/ecdsa/ecdsa/
H A Dkeys.py79 from .util import string_to_number, number_to_string, randrange
211 x = string_to_number(xs)
212 y = string_to_number(ys)
223 x = string_to_number(string[1:])
456 digest_as_number = string_to_number(digest)
646 number = string_to_number(digest)
787 secexp = string_to_number(string)
1185 number = string_to_number(digest)
H A Dutil.py170 guess = string_to_number(extrabyte + generate(bytes)) + 1
190 def string_to_number(string): function
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/ecdsa/ecdsa/
H A Dkeys.py79 from .util import string_to_number, number_to_string, randrange
211 x = string_to_number(xs)
212 y = string_to_number(ys)
223 x = string_to_number(string[1:])
456 digest_as_number = string_to_number(digest)
646 number = string_to_number(digest)
787 secexp = string_to_number(string)
1185 number = string_to_number(digest)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/ecdsa/src/ecdsa/
H A Dkeys.py79 from .util import string_to_number, number_to_string, randrange
211 x = string_to_number(xs)
212 y = string_to_number(ys)
223 x = string_to_number(string[1:])
456 digest_as_number = string_to_number(digest)
646 number = string_to_number(digest)
787 secexp = string_to_number(string)
1185 number = string_to_number(digest)
/dports/print/lilypond-devel/lilypond-2.23.5/python/
H A Dutilities.py25 def string_to_number(s): function
33 num = string_to_number(s)
/dports/print/lilypond/lilypond-2.22.1/python/
H A Dutilities.py25 def string_to_number(s): function
33 num = string_to_number(s)
/dports/finance/py-python-obelisk/python-obelisk-0.1.3/obelisk/
H A Dbitcoin.py397 e = string_to_number(h)
458 (ecdsa.util.string_to_number(I[0:32]) + ecdsa.util.string_to_number(k)) % order, order
518 return string_to_number(seed)
522 return string_to_number(
1098 secret = string_to_number(secret)
1206 e_int = string_to_number(e)
1221 Q_x = string_to_number(Q_x)
1222 Q_y = string_to_number(Q_y)
1229 c = string_to_number(c)
1250 d = string_to_number(d)
[all …]
/dports/security/py-ecdsa/ecdsa-0.16.0/src/ecdsa/
H A Dkeys.py79 from .util import string_to_number, number_to_string, randrange
226 x = string_to_number(xs)
227 y = string_to_number(ys)
238 x = string_to_number(string[1:])
490 digest_as_number = string_to_number(digest)
704 number = string_to_number(digest)
850 secexp = string_to_number(string)
1382 number = string_to_number(digest)
/dports/security/py-btchip-python/btchip-python-0.1.32/btchip/
H A DbtchipKeyRecovery.py6 from ecdsa.util import string_to_number, number_to_string
28 e = string_to_number(h)
/dports/www/kannel/gateway-1.4.4/wap/
H A Dwsp_strings.c106 static long string_to_number(Octstr *ostr, struct table *table);
140 return string_to_number(ostr, &name##_table); \
187 static long string_to_number(Octstr *ostr, struct table *table) in string_to_number() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/
H A Diesparser.cpp69 bool string_to_number(const std::string& str, ValueType* value) in string_to_number() function
526 if (!string_to_number(values[7], &m_luminous_opening.m_width)) in parse_photometric_data()
533 if (!string_to_number(values[8], &m_luminous_opening.m_length)) in parse_photometric_data()
540 if (!string_to_number(values[9], &m_luminous_opening.m_height)) in parse_photometric_data()
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dlnutil.py20 from .ecc import CURVE_ORDER, sig_string_from_der_sig, ECPubkey, string_to_number
426 …p = ecc.ECPubkey(basepoint) + ecc.GENERATOR * ecc.string_to_number(sha256(per_commitment_point + b…
432 basepoint = secret + ecc.string_to_number(sha256(per_commitment_point + basepoint_bytes))
437 k1 = ecc.ECPubkey(basepoint) * ecc.string_to_number(sha256(basepoint + per_commitment_point))
438 …k2 = ecc.ECPubkey(per_commitment_point) * ecc.string_to_number(sha256(per_commitment_point + basep…
444 …k1 = ecc.string_to_number(basepoint_secret) * ecc.string_to_number(sha256(basepoint + per_commitme…
445 …k2 = ecc.string_to_number(per_commitment_secret) * ecc.string_to_number(sha256(per_commitment_poin…
896 pt = ECPubkey(pub) * string_to_number(priv)
H A Decc.py44 def string_to_number(b: bytes) -> int: function
393 secret = string_to_number(secret)
403 secret = string_to_number(privkey_bytes)
426 scalar = string_to_number(privkey_bytes) % CURVE_ORDER
/dports/sysutils/mcollective-nettest-client/mcollective-nettest-agent-3.0.4/application/
H A Dnettest.rb35 arguments = {:fqdn => host_name, :port => DDL.string_to_number(remote_port)}
/dports/sysutils/mcollective-nettest-agent/mcollective-nettest-agent-3.0.4/application/
H A Dnettest.rb35 arguments = {:fqdn => host_name, :port => DDL.string_to_number(remote_port)}
/dports/sysutils/mcollective-nettest-common/mcollective-nettest-agent-3.0.4/application/
H A Dnettest.rb35 arguments = {:fqdn => host_name, :port => DDL.string_to_number(remote_port)}
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/rtc_base/
H A Dmeson.build12 'string_to_number.cc',

1234