Home
last modified time | relevance | path

Searched refs:TIMESTAMP_PRECISION (Results 1 – 10 of 10) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dframerate_gui.cpp39 const TimingMeasurement TIMESTAMP_PRECISION = 1000000; variable
745 this->vertical_scale = TIMESTAMP_PRECISION / 10; in FrametimeGraphWindow()
806 TIMESTAMP_PRECISION * 100, in SelectVerticalScale()
807 TIMESTAMP_PRECISION * 10, in SelectVerticalScale()
808 TIMESTAMP_PRECISION * 5, in SelectVerticalScale()
809 TIMESTAMP_PRECISION, in SelectVerticalScale()
810 TIMESTAMP_PRECISION / 2, in SelectVerticalScale()
811 TIMESTAMP_PRECISION / 5, in SelectVerticalScale()
812 TIMESTAMP_PRECISION / 10, in SelectVerticalScale()
813 TIMESTAMP_PRECISION / 50, in SelectVerticalScale()
[all …]
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DSessionFactory.cpp193 if ( settings.has( TIMESTAMP_PRECISION ) ) in create()
194 pSession->setTimestampPrecision(settings.getInt( TIMESTAMP_PRECISION ) ); in create()
H A DSessionSettings.h130 const char TIMESTAMP_PRECISION[] = "TimestampPrecision"; variable
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py38742 TIMESTAMP_PRECISION = cvar.TIMESTAMP_PRECISION variable
H A DQuickfixPython.cpp247523 pyobj = SWIG_FromCharPtr(FIX::TIMESTAMP_PRECISION); in Swig_var_TIMESTAMP_PRECISION_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py38742 TIMESTAMP_PRECISION = cvar.TIMESTAMP_PRECISION variable
H A DQuickfixPython.cpp247523 pyobj = SWIG_FromCharPtr(FIX::TIMESTAMP_PRECISION); in Swig_var_TIMESTAMP_PRECISION_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py38742 TIMESTAMP_PRECISION = cvar.TIMESTAMP_PRECISION variable
H A DQuickfixPython.cpp247523 pyobj = SWIG_FromCharPtr(FIX::TIMESTAMP_PRECISION); in Swig_var_TIMESTAMP_PRECISION_get()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp206826 _val = SWIG_FromCharPtr(FIX::TIMESTAMP_PRECISION); in _wrap_TIMESTAMP_PRECISION_get()