Home
last modified time | relevance | path

Searched defs:twodigits (Results 1 – 24 of 24) sorted by relevance

/dports/security/zebedee/zebedee-2.5.3/
H A Dhuge.h39 typedef unsigned long long twodigits; typedef
45 typedef unsigned long twodigits; typedef
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/lang/python310/Python-3.10.1/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/lang/python37/Python-3.7.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/lang/python38/Python-3.8.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/lang/python39/Python-3.9.9/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dlongintrepr.h51 typedef PY_UINT64_T twodigits; typedef
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
/dports/lang/python27/Python-2.7.18/Include/
H A Dlongintrepr.h47 typedef PY_UINT64_T twodigits; typedef
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dlongintrepr.h47 typedef PY_UINT64_T twodigits; typedef
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dlongintrepr.h47 typedef PY_UINT64_T twodigits; typedef
/dports/games/vvvvvv/VVVVVV-cb3640e5/mobile_version/src/
H A Dhelpclass.as74 public function twodigits(t:int):String { method in helpclass
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/src/
H A DUtilityClass.cpp116 std::string UtilityClass::twodigits( int t ) in twodigits() function in UtilityClass
/dports/comms/hylafax/hylafax-6.0.7/hfaxd/
H A DParser.c++246 HylaFAXServer::twodigits(const char* cp, u_int range) in twodigits() function in HylaFAXServer
/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c1782 doubleBigDigitType twodigits; in uBigDiv() local
2345 doubleBigDigitType twodigits; in uBigRem() local
/dports/math/mpdecimal/mpdecimal-2.5.1/tests++/
H A Druntest.cc995 std::string twodigits = hex.substr(i, 2); in parse_escapes_hexstring() local