Home
last modified time | relevance | path

Searched refs:MAX_INTEGER_VALUE (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/btcheck/btcheck-2.1/src/
H A Dbtree.h25 #define MAX_INTEGER_VALUE (900000000000000000LL) /* Lower than 2^63/10 */ macro
H A Dbdecode.c59 if (integer >= MAX_INTEGER_VALUE) { in get_torrent_integer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx589 const sal_Int64 MAX_INTEGER_VALUE = SAL_MAX_INT32; in startDMLAnchorInline() local
613 if (nPosXEMU > MAX_INTEGER_VALUE) in startDMLAnchorInline()
615 nPosXEMU = MAX_INTEGER_VALUE; in startDMLAnchorInline()
651 if (nPosYEMU > MAX_INTEGER_VALUE) in startDMLAnchorInline()
653 nPosYEMU = MAX_INTEGER_VALUE; in startDMLAnchorInline()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx621 const sal_Int64 MAX_INTEGER_VALUE = SAL_MAX_INT32; in startDMLAnchorInline() local
645 if (nPosXEMU > MAX_INTEGER_VALUE) in startDMLAnchorInline()
647 nPosXEMU = MAX_INTEGER_VALUE; in startDMLAnchorInline()
683 if (nPosYEMU > MAX_INTEGER_VALUE) in startDMLAnchorInline()
685 nPosYEMU = MAX_INTEGER_VALUE; in startDMLAnchorInline()