Home
last modified time | relevance | path

Searched refs:maxProps (Results 1 – 3 of 3) sorted by relevance

/dports/games/spring/spring_98.0/AI/Interfaces/Python/src/
H A DInterfaceExport.c124 static const int maxProps = 64; in initStatic() local
125 const char* propKeys[maxProps]; in initStatic()
126 char* propValues[maxProps]; in initStatic()
146 propKeys, (const char**)propValues, maxProps); in initStatic()
/dports/games/spring/spring_98.0/AI/Interfaces/Java/src/main/native/
H A DInterfaceExport.c42 static const int maxProps = 64; in initStatic() local
43 const char* propKeys[maxProps]; in initStatic()
44 char* propValues[maxProps]; in initStatic()
63 propKeys, (const char**)propValues, maxProps); in initStatic()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dsiesta_master.f90138 integer, parameter:: maxProps = 100 ! Max number of properties variable
146 type(propType), save:: prop(maxProps) ! Stored physical properties