Home
last modified time | relevance | path

Searched refs:coresize (Results 101 – 125 of 192) sorted by relevance

12345678

/dports/games/species/species/
H A Dspecies.ini10 coresize=8000 key
H A Dinst_gen_markov.cpp178 if(!instruction.valid(chromosome()->warrior()->species()->kingdom()->coresize())) { in suggest_instruction()
196 void CInstGeneratorMarkov::init(const unsigned coresize) { in init() argument
198 CORESIZE = coresize; in init()
H A Dinst_gen_markov_2.hpp38 CInstGeneratorMarkov2(const unsigned coresize); // creates a mutable markov
H A Dinst_gen_markov.hpp143 void init(const unsigned coresize);
/dports/editors/le/le-1.16.6/misc/syntax.d/
H A Dnamed-conf6 |controls|coresize|datasize|deallocate-on-exit|dialup|directory|dump-file|fake-iquery\
/dports/games/fmars/fmars-0.0.207/
H A Ddefs.scm60 ftmp tmp nextip ip irb pta ptb coresize vectc1c1 vectcc vect00 vect11)
/dports/games/tycho/species/
H A Dinst_gen_markov.cpp178 if(!instruction.valid(chromosome()->warrior()->species()->kingdom()->coresize())) { in suggest_instruction()
196 void CInstGeneratorMarkov::init(const unsigned coresize) { in init() argument
198 CORESIZE = coresize; in init()
H A Dinst_gen_markov_2.hpp38 CInstGeneratorMarkov2(const unsigned coresize); // creates a mutable markov
H A Dinst_gen_markov.hpp143 void init(const unsigned coresize);
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-module38 What: /sys/module/*/{coresize,initsize}
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-module38 What: /sys/module/*/{coresize,initsize}
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-module38 What: /sys/module/*/{coresize,initsize}
/dports/devel/py-numba/numba-0.51.2/numba/cuda/tests/cudadrv/
H A Dtest_cuda_ndarray.py310 coresize = np.prod(coreshape)
311 core_c = np.arange(coresize).reshape(coreshape, order='C')
312 core_f = np.arange(coresize).reshape(coreshape, order='F')
/dports/math/parmetis/parmetis-4.0.3/metis/GKlib/
H A Dgk_struct.h244 size_t coresize; /*!< The amount of core memory that has been allocated */ member
/dports/math/py-PyMetis/PyMetis-2020.1/src/metis/GKlib/
H A Dgk_struct.h244 size_t coresize; /*!< The amount of core memory that has been allocated */ member
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/metis/GKlib/
H A Dgk_struct.h244 size_t coresize; /*!< The amount of core memory that has been allocated */ member
/dports/math/libmesh/libmesh-1.6.2/contrib/metis/GKlib/
H A Dgk_struct.h244 size_t coresize; /*!< The amount of core memory that has been allocated */ member
/dports/science/octopus/octopus-10.5/external_libs/metis-5.1/GKlib/
H A Dgk_struct.h243 size_t coresize; /*!< The amount of core memory that has been allocated */ member
/dports/math/metis/metis-5.1.0/GKlib/
H A Dgk_struct.h244 size_t coresize; /*!< The amount of core memory that has been allocated */ member
/dports/dns/bind911/bind-9.11.37/bin/tests/system/checkconf/
H A Dgood.conf27 coresize 1073741824;
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/checkconf/
H A Dgood.conf45 coresize 1073741824;
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/checkconf/
H A Dgood.conf46 coresize 1073741824;
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/checkconf/
H A Dgood.conf48 coresize 1073741824;
/dports/dns/bind916/bind-9.16.27/bin/tests/system/checkconf/
H A Dgood.conf48 coresize 1073741824;
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dsdldisp.c337 Uint32 coresize; /* Guess what? */ member
544 static void init_arena (Layout *layout, size_t coresize, int displaymode);
2479 layout->minh = 2*(a->coresize + cellsperline-1)/cellsperline; in before_layout_arena()
2502 rows = (a->coresize + cellsperline-1)/cellsperline; in after_layout_arena()
2549 for (addr=0; addr<a->coresize; addr++) { in doredraw_arena()
2569 memset((void*)a->core, 0, sizeof(unsigned char)*4*a->coresize); in doclear_arena()
2734 init_arena(Layout *layout, size_t coresize, int displayMode) in init_arena() argument
2738 a->coresize = coresize; in init_arena()
2739 a->core = (unsigned char*)MALLOC(sizeof(char)*4*coresize); in init_arena()
2741 memset((void*)a->core, 0, sizeof(unsigned char)*4*coresize); in init_arena()

12345678