Home
last modified time | relevance | path

Searched defs:map_size (Results 1 – 25 of 2246) sorted by relevance

12345678910>>...90

/dports/math/eigen3/eigen-3.3.9/bench/
H A Dproduct_threshold.cpp11 template<int S> struct map_size { enum { ret = S }; }; struct
12 template<> struct map_size<10> { enum { ret = 20 }; }; struct
13 template<> struct map_size<11> { enum { ret = 50 }; }; argument
14 template<> struct map_size<12> { enum { ret = 100 }; }; struct
15 template<> struct map_size<13> { enum { ret = 300 }; }; struct
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/
H A Dproduct_threshold.cpp11 template<int S> struct map_size { enum { ret = S }; }; argument
12 template<> struct map_size<10> { enum { ret = 20 }; }; argument
13 template<> struct map_size<11> { enum { ret = 50 }; }; argument
14 template<> struct map_size<12> { enum { ret = 100 }; }; argument
15 template<> struct map_size<13> { enum { ret = 300 }; }; struct
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/
H A Dproduct_threshold.cpp11 template<int S> struct map_size { enum { ret = S }; }; struct
12 template<> struct map_size<10> { enum { ret = 20 }; }; struct
13 template<> struct map_size<11> { enum { ret = 50 }; }; struct
14 template<> struct map_size<12> { enum { ret = 100 }; }; struct
15 template<> struct map_size<13> { enum { ret = 300 }; }; argument
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/
H A Dproduct_threshold.cpp11 template<int S> struct map_size { enum { ret = S }; }; argument
12 template<> struct map_size<10> { enum { ret = 20 }; }; argument
13 template<> struct map_size<11> { enum { ret = 50 }; }; struct
14 template<> struct map_size<12> { enum { ret = 100 }; }; struct
15 template<> struct map_size<13> { enum { ret = 300 }; }; struct
/dports/misc/opennn/opennn-5.0.5/eigen/bench/
H A Dproduct_threshold.cpp11 template<int S> struct map_size { enum { ret = S }; }; struct
12 template<> struct map_size<10> { enum { ret = 20 }; }; argument
13 template<> struct map_size<11> { enum { ret = 50 }; }; struct
14 template<> struct map_size<12> { enum { ret = 100 }; }; struct
15 template<> struct map_size<13> { enum { ret = 300 }; }; struct
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/
H A Dproduct_threshold.cpp11 template<int S> struct map_size { enum { ret = S }; }; struct
12 template<> struct map_size<10> { enum { ret = 20 }; }; argument
13 template<> struct map_size<11> { enum { ret = 50 }; }; struct
14 template<> struct map_size<12> { enum { ret = 100 }; }; argument
15 template<> struct map_size<13> { enum { ret = 300 }; }; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/mmap/
H A Dmmap_test.cc301 size_t map_size = 0x20000; in test_munmap() local
340 size_t map_size = 0x10000; in test_munmap_zero_size() local
371 size_t map_size = 0x20000; in test_mprotect() local
405 size_t map_size = 0x40000; in test_mprotect_offset() local
445 size_t map_size = 0x20000; in test_mprotect_unmapped_memory() local
479 size_t map_size = 0x20000; in test_mmap_end_of_file() local
552 const int map_size = 0x10000; in test_mmap_offset() local
H A Dmmap_prot_test.c104 int test_prot_basic(int fd, size_t map_size, void *test_spec) { in test_prot_basic()
149 int test_prot_access(int fd, size_t map_size, void *test_spec) { in test_prot_access()
190 int test_prot_unmap(int fd, size_t map_size, void *test_spec) { in test_prot_unmap()
216 int test_prot_unmapped(int fd, size_t map_size, void *test_spec) { in test_prot_unmapped()
245 int test_prot_none(int fd, size_t map_size, void *test_spec) { in test_prot_none()
288 int test_prot_mapping(int fd, size_t map_size, void *test_spec) { in test_prot_mapping()
322 int test_prot_ronly_rw(int fd, size_t map_size, void *test_spec) { in test_prot_ronly_rw()
345 size_t map_size; member
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/Template.ocg/DefaultWorld.ocs/
H A DObjects.c41 var map_size = Max(1, LandscapeWidth() * LandscapeHeight() / 250000); in InitVegetation() local
47 private func InitAnimals(int map_size) in InitAnimals()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/DarkMine.ocs/
H A DScript.c57 var map_size = BoundBy(120 + plr_cnt * 10, 140, 240); in Initialize() local
170 private func InitVegetation(int map_size) in InitVegetation()
185 private func InitMaterials(int map_size) in InitMaterials()
205 private func InitEnvironment(int map_size) in InitEnvironment()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_map_buffer_alignment/
H A Dmap-invalidate-range.c58 do_test(uint8_t *vertex_data, unsigned num_verts, int buf_size, int map_size, in do_test()
105 int map_size; in piglit_init() local
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/AcidRift.ocs/
H A DScript.c107 private func InitEnvironment(int map_size, int difficulty) in InitEnvironment()
128 private func InitVegetation(int map_size, int difficulty) in InitVegetation()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c63 int run, result, map_size; in check_anonymous_memory_mapping() local
95 int run, fd, map_size; in check_file_memory_mapping() local
134 int run, prot_flag, result, fd, map_size; in check_clear_prot_mte_flag() local
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c63 int run, result, map_size; in check_anonymous_memory_mapping() local
95 int run, fd, map_size; in check_file_memory_mapping() local
134 int run, prot_flag, result, fd, map_size; in check_clear_prot_mte_flag() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c63 int run, result, map_size; in check_anonymous_memory_mapping() local
95 int run, fd, map_size; in check_file_memory_mapping() local
134 int run, prot_flag, result, fd, map_size; in check_clear_prot_mte_flag() local
/dports/graphics/libmypaint/libmypaint-1.6.1/
H A Dtilemap.c32 const int map_size = 2*self->size*2*self->size; in tile_map_new() local
44 const int map_size = 2*self->size*2*self->size; in tile_map_free() local
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/lib/efi_selftest/
H A Defi_selftest_memory.c57 static int find_in_memory_map(efi_uintn_t map_size, in find_in_memory_map()
100 efi_uintn_t map_size = 0; in execute() local
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_memory.c57 static int find_in_memory_map(efi_uintn_t map_size, in find_in_memory_map()
105 efi_uintn_t map_size = 0; in execute() local
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_memory.c57 static int find_in_memory_map(efi_uintn_t map_size, in find_in_memory_map()
105 efi_uintn_t map_size = 0; in execute() local
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_memory.c57 static int find_in_memory_map(efi_uintn_t map_size, in find_in_memory_map()
105 efi_uintn_t map_size = 0; in execute() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/lib/efi_selftest/
H A Defi_selftest_memory.c57 static int find_in_memory_map(efi_uintn_t map_size, in find_in_memory_map()
100 efi_uintn_t map_size = 0; in execute() local
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_memory.c57 static int find_in_memory_map(efi_uintn_t map_size, in find_in_memory_map()
105 efi_uintn_t map_size = 0; in execute() local
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_memory.c57 static int find_in_memory_map(efi_uintn_t map_size, in find_in_memory_map()
105 efi_uintn_t map_size = 0; in execute() local
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_memory.c57 static int find_in_memory_map(efi_uintn_t map_size, in find_in_memory_map()
105 efi_uintn_t map_size = 0; in execute() local
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_memory.c57 static int find_in_memory_map(efi_uintn_t map_size, in find_in_memory_map()
105 efi_uintn_t map_size = 0; in execute() local

12345678910>>...90