Home
last modified time | relevance | path

Searched refs:to_long (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/devel/py-phonenumbers/phonenumbers-8.4.1/tests/
H A Dphonenumbertest.py22 from phonenumbers.util import to_long
37 numberA.national_number = to_long(6502530000)
44 numberA.national_number = to_long(6502530000)
48 numberB.national_number = to_long(6502530000)
65 numberA.national_number = to_long(6502530000)
69 numberB.national_number = to_long(6502530000)
75 numberA.national_number = to_long(6502530000)
83 numberB.national_number = to_long(6502530000)
93 numberA.national_number = to_long(6502530000)
97 numberB.national_number = to_long(6502530000)
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/wave/grammars/
H A Dcpp_grammar.hpp208 self.rule_ids.ifdef_id = ppifdef.id().to_long(); in definition()
209 self.rule_ids.ifndef_id = ppifndef.id().to_long(); in definition()
210 self.rule_ids.if_id = ppif.id().to_long(); in definition()
211 self.rule_ids.elif_id = ppelif.id().to_long(); in definition()
212 self.rule_ids.else_id = ppelse.id().to_long(); in definition()
213 self.rule_ids.endif_id = ppendif.id().to_long(); in definition()
214 self.rule_ids.line_id = ppline.id().to_long(); in definition()
215 self.rule_ids.error_id = pperror.id().to_long(); in definition()
217 self.rule_ids.pragma_id = pppragma.id().to_long(); in definition()
219 self.rule_ids.ppspace_id = ppsp.id().to_long(); in definition()
[all …]
/dports/print/hplip/hplip-3.20.6/base/
H A Dstatus.py174 top_door = bool(s1[2] & to_long(0x8)) + s1[2] & to_long(0x1)
175 supply_door = bool(s1[3] & to_long(0x8)) + s1[3] & to_long(0x1)
176 duplexer = bool(s1[4] & to_long(0xc)) + s1[4] & to_long(0x1)
180 in_tray1 = bool(s1[6] & to_long(0x8)) + s1[6] & to_long(0x1)
181 in_tray2 = bool(s1[7] & to_long(0x8)) + s1[7] & to_long(0x1)
186 …media_path = bool(s1[8] & to_long(0x8)) + (s1[8] & to_long(0x1)) + ((bool(s1[18] & to_long(0x2)))<…
212 pen['level-trigger'] = int ((info & to_long(0x0e00)) >> to_long(9))
213 pen['health'] = int((info & to_long(0x0180)) >> to_long(7))
218 … pen['kind'] = bool(info & to_long(0x80000000)) + ((bool(info & to_long(0x40000000)))<<to_long(1))
219 pen['type'] = int((info & to_long(0x3f000000)) >> to_long(24))
[all …]
/dports/devel/py-BTrees/BTrees-4.9.2/src/BTrees/tests/
H A Dtest__datatypes.py21 to_long = _datatypes.L() variable
55 self.assertEqual(to_long(3), 3)
59 self.assertEqual(to_long(long(3)), 3)
64 self.assertRaises(TypeError, to_long, 2**64)
67 self.assertRaises(TypeError, to_long, ())
/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/
H A Dxlsx_revision_context.cpp55 m_disk_revisions = to_long(attr.value) != 0; in operator ()()
58 m_highest_revid = to_long(attr.value); in operator ()()
61 m_version = to_long(attr.value); in operator ()()
107 m_next_sheet_id = to_long(attr.value); in operator ()()
115 m_min_revid = to_long(attr.value); in operator ()()
118 m_max_revid = to_long(attr.value); in operator ()()
265 m_revision_id = to_long(attr.value); in operator ()()
269 m_sheet_id = to_long(attr.value); in operator ()()
306 m_revision_id = to_long(attr.value); in operator ()()
310 m_sheet_id = to_long(attr.value); in operator ()()
[all …]
H A Dxlsx_pivot_context.cpp325 count = to_long(attr.value); in start_element()
443 count = to_long(attr.value); in start_element()
495 index = to_long(attr.value); in start_element()
918 count = to_long(attr.value); in start_element_shared_items()
1164 v = to_long(attr.value); in start_element()
1203 v = to_long(attr.value); in start_element()
1208 v = to_long(attr.value); in start_element()
1228 v = to_long(attr.value); in start_element()
1290 v = to_long(attr.value); in start_element()
1295 v = to_long(attr.value); in start_element()
[all …]
H A Dxlsx_drawing_context.cpp151 m_col = to_long(str); in characters()
154 m_row = to_long(str); in characters()
157 m_col_offset = to_long(str); in characters()
160 m_row_offset = to_long(str); in characters()
H A Dxlsx_context.cpp46 m_count = to_long(attr.value); in operator ()()
49 m_unique_count = to_long(attr.value); in operator ()()
393 size_t n = to_long(attr.value); in operator ()()
399 size_t n = to_long(attr.value); in operator ()()
420 size_t n = to_long(attr.value); in operator ()()
426 size_t n = to_long(attr.value); in operator ()()
432 size_t n = to_long(attr.value); in operator ()()
438 size_t n = to_long(attr.value); in operator ()()
444 size_t n = to_long(attr.value); in operator ()()
637 size_t font_count = to_long(ps); in start_element()
[all …]
/dports/math/ntl/ntl-11.5.1/src/
H A DQuadTest.cpp65 n = to_long((1UL << (shamt-1)) - 1UL); in main()
67 n1 = to_long(c); in main()
74 n = to_long(1UL << (shamt-1)); in main()
76 n1 = to_long(c); in main()
/dports/archivers/zoo/zoo-2.10.1_4/
H A Dportable.c46 long to_long PARMS((BYTE[]));
216 long to_long(data) in to_long() function
265 long to_long(data) in to_long() function
429 zoo_header->zoo_minus = to_long(&bytes[ZSTM_I]);
439 zoo_header->acmt_pos = to_long(&bytes[ACMTPOS_I]);
569 direntry->zoo_tag = to_long(&bytes[DTAG_I]);
572 direntry->next = to_long(&bytes[NXT_I]);
573 direntry->offset = to_long(&bytes[OFS_I]);
577 direntry->org_size = to_long(&bytes[ORGS_I]);
578 direntry->size_now = to_long(&bytes[SIZNOW_I]);
[all …]
/dports/devel/aegis/aegis-4.25.D510/aede-policy/validation/
H A Dversion-info.cc124 long n1 = parts[idx].to_long(); in grope_shared_library()
125 long n2 = parts[idx + 1].to_long(); in grope_shared_library()
126 long n3 = parts[idx + 2].to_long(); in grope_shared_library()
189 c = parts.size() < 1 ? 0 : parts[0].to_long(); in version_info_split()
192 r = parts.size() < 2 ? 0 : parts[1].to_long(); in version_info_split()
195 a = parts.size() < 3 ? 0 : parts[2].to_long(); in version_info_split()
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/encoding/
H A Db58.py5 from .base_conversion import from_long, to_long, EncodingError
17 v, prefix = to_long(256, lambda x: x, iterbytes(s))
24 v, prefix = to_long(BASE58_BASE, lambda c: BASE58_LOOKUP[c], s.encode("utf8"))
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/spirit/home/classic/core/non_terminal/
H A Dparser_id.hpp37 std::size_t to_long() const { return l; } in to_long() function in boost::spirit::parser_id
52 out << (unsigned int)rid.to_long(); in operator <<()
104 tag.to_long() in id()

12345678910>>...14