Home
last modified time | relevance | path

Searched refs:MAX_USHORT (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/pcc/pcc-1.1.0/arch/nova/
H A Dmacdefs.h74 #define MAX_USHORT 65535 macro
77 #define MAX_UNSIGNED MAX_USHORT
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfsexplorer/types/applesingle/
H A DAppleSingleHeader.java41 private static final int MAX_USHORT = 0xFFFF; field in AppleSingleHeader
64 if(numEntries < 0 || numEntries > MAX_USHORT) in AppleSingleHeader()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dschedule.c91 #define MAX_USHORT (0xFFFF) macro
96 if (stamp <= gametime - (MAX_USHORT / 2)) in expand_tstamp()
97 stamp += MAX_USHORT; in expand_tstamp()
98 else if (stamp >= gametime + (MAX_USHORT / 2)) in expand_tstamp()
99 stamp -= MAX_USHORT; in expand_tstamp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Dgendata.py13 MAX_USHORT = "65535" variable
40 mm_ushort = [MAX_USHORT]
41 mm_ushort1 = [minus1(MAX_USHORT)]
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dhtmllex.c91 #define MAX_USHORT ((unsigned short)(~0)) macro
392 if (doInt(v, "HEIGHT", 0, MAX_USHORT, &u)) in heightfn()
402 if (doInt(v, "WIDTH", 0, MAX_USHORT, &u)) in widthfn()
412 if (doInt(v, "ROWSPAN", 0, MAX_USHORT, &u)) in rowspanfn()
426 if (doInt(v, "COLSPAN", 0, MAX_USHORT, &u)) in colspanfn()
/dports/lang/pcc/pcc-1.1.0/arch/i86/
H A Dmacdefs.h80 #define MAX_USHORT 65535 macro
83 #define MAX_UNSIGNED MAX_USHORT
/dports/lang/pcc/pcc-1.1.0/arch/m16c/
H A Dmacdefs.h80 #define MAX_USHORT 65535 macro
/dports/lang/pcc/pcc-1.1.0/arch/pdp11/
H A Dmacdefs.h79 #define MAX_USHORT 65535 macro
/dports/lang/pcc/pcc-1.1.0/arch/vax/
H A Dmacdefs.h72 #define MAX_USHORT 65535 macro
/dports/math/py-numpy/numpy-1.20.3/numpy/core/include/numpy/
H A Dnoprefix.h104 #define MAX_USHORT NPY_MAX_USHORT macro
/dports/lang/pcc/pcc-1.1.0/arch/arm/
H A Dmacdefs.h76 #define MAX_USHORT 65535 macro
/dports/lang/pcc/pcc-1.1.0/arch/pdp10/
H A Dmacdefs.h82 #define MAX_USHORT 262143 macro
/dports/lang/pcc/pcc-1.1.0/arch/m68k/
H A Dmacdefs.h68 #define MAX_USHORT 65535 macro
/dports/lang/pcc/pcc-1.1.0/arch/amd64/
H A Dmacdefs.h81 #define MAX_USHORT 65535 macro
/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Dncgen.l57 static int MAX_USHORT = NC_MAX_USHORT; variable
77 #define NC_MAX_USHORT MAX_USHORT
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Dncgen.l56 static int MAX_USHORT = NC_MAX_USHORT; variable
76 #define NC_MAX_USHORT MAX_USHORT
/dports/lang/pcc/pcc-1.1.0/arch/sparc64/
H A Dmacdefs.h80 #define MAX_USHORT 65535 macro
/dports/lang/pcc/pcc-1.1.0/arch/powerpc/
H A Dmacdefs.h88 #define MAX_USHORT 65535 macro
/dports/lang/pcc/pcc-1.1.0/arch/mips/
H A Dmacdefs.h90 #define MAX_USHORT 65535 macro
/dports/devel/flatbuffers/flatbuffers-2.0.0/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersInternals.kt212 internal const val MAX_USHORT = 65535 constant
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersInternals.kt212 internal const val MAX_USHORT = 65535 constant
/dports/lang/pcc/pcc-1.1.0/arch/i386/
H A Dmacdefs.h88 #define MAX_USHORT 65535 macro
/dports/lang/pcc/pcc-1.1.0/cc/cxxcom/
H A Dstabs.c115 ptype("unsigned short", ADDTYPE(USHORT)->num, INTNUM, 0, MAX_USHORT); in stabs_init()
/dports/lang/pcc/pcc-1.1.0/cc/ccom/
H A Dstabs.c115 ptype("unsigned short", ADDTYPE(USHORT)->num, INTNUM, 0, MAX_USHORT); in stabs_init()
/dports/lang/pcc/pcc-1.1.0/arch/hppa/
H A Dmacdefs.h77 #define MAX_USHORT 65535 macro

12