Home
last modified time | relevance | path

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

12

/external/eigen/bench/
Dproduct_threshold.cpp11 template<int S> struct map_size { enum { ret = S }; }; argument
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 }; }; argument
15 template<> struct map_size<13> { enum { ret = 300 }; }; struct
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
D2-1.c32 int rc, fd, map_size; in main() local
/external/ltp/testcases/kernel/mem/mtest07/
Dshm_test.c90 int map_size; member
282 int map_size; /* size of the file mapped. */ in main() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lru_map.c253 unsigned int map_size; in test_lru_sanity1() local
330 unsigned int map_size; in test_lru_sanity2() local
437 unsigned int map_size; in test_lru_sanity3() local
624 unsigned int map_size = tgt_free * 2; in test_lru_sanity6() local
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_direct_map_extent.h19 size_t map_size; // Mapped size, not including guard pages and meta-data. member
Dpartition_bucket.cc34 size_t map_size = size + kPartitionPageSize; in PartitionDirectMap() local
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_fuchsia.cpp236 static uptr DoMmapFixedOrDie(zx_handle_t vmar, uptr fixed_addr, uptr map_size, in DoMmapFixedOrDie()
265 uptr ReservedAddressRange::Map(uptr fixed_addr, uptr map_size, in Map()
271 uptr ReservedAddressRange::MapOrDie(uptr fixed_addr, uptr map_size, in MapOrDie()
339 size_t map_size = size + alignment; in MmapAlignedOrDieOnFatalError() local
416 size_t map_size = RoundUpTo(max_len, PAGE_SIZE); in ReadFileToBuffer() local
Dsanitizer_allocator_secondary.h87 uptr map_size = RoundUpMapSize(size); in Allocate() local
295 uptr map_size; member
/external/libchrome/base/files/
Dmemory_mapped_file_posix.cc34 size_t map_size = 0; in MapFileRegionToMemory() local
/external/llvm-project/compiler-rt/test/dfsan/
Drelease_shadow_space.c34 const size_t map_size = 100 << 20; in main() local
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.h36 uint32_t map_size; member
/external/libbrillo/brillo/dbus/
Ddata_serialization_fuzzer.cc209 int map_size = data_provider.ConsumeIntegralInRange<int>( in LLVMFuzzerTestOneInput() local
219 int map_size = data_provider.ConsumeIntegralInRange<int>( in LLVMFuzzerTestOneInput() local
/external/protobuf/src/google/protobuf/
Ddynamic_message.h158 static std::vector<const Message*> Sort(const Message& message, int map_size, in Sort()
Dmap_field.cc531 size_t map_size = map_.size(); in SpaceUsedExcludingSelfNoLock() local
/external/google-breakpad/src/processor/
Dcfi_frame_info.h243 SimpleCFIWalker(const RegisterSet *register_map, size_t map_size) in SimpleCFIWalker()
/external/igt-gpu-tools/benchmarks/
Dgem_userptr_benchmark.c393 unsigned long map_size = BO_SIZE + PAGE_SIZE - 1; in test_single() local
421 unsigned long map_size = batch * BO_SIZE + PAGE_SIZE - 1; in test_multiple() local
/external/libdrm/tests/amdgpu/
Dvm_tests.c184 const uint64_t map_size = (4ULL << 30) - (2 << 12); in amdgpu_vm_unaligned_map() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc228 const int64 map_size = node_to_condid_map_.size(); in LookupCondId() local
239 const int64 map_size = node_to_condid_map_.size(); in ResetCondId() local
247 const int64 map_size = node_to_ancestorid_map_.size(); in LookupAncestorId() local
259 const int64 map_size = node_to_ancestorid_map_.size(); in ResetAncestorId() local
/external/libwebsockets/lib/misc/
Dlws-struct-sqlite.c397 int map_size = schema->child_map_size, subsequent = 0; in lws_struct_sq3_create_table() local
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c642 unsigned map_size; in domapread() local
779 unsigned map_size; in domapwrite() local
/external/elfutils/src/
Dstrings.c468 size_t map_size = MIN ((off_t) mmap_max, fdlen); in map_file() local
/external/python/cpython2/Modules/
Dmmapmodule.c1084 Py_ssize_t map_size; in new_mmap_object() local
1243 Py_ssize_t map_size; in new_mmap_object() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h551 uptr map_size = kUserMapSize; in PopulateFreeList() local
563 uptr map_size = kMetaMapSize; in PopulateFreeList() local
1050 uptr map_size = RoundUpMapSize(size); in Allocate() local
1249 uptr map_size; member
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dmsg.c194 int map_size = _upb_map_size(map); in _upb_mapsorter_pushmap() local
/external/python/cpython3/Modules/
Dmmapmodule.c1143 Py_ssize_t map_size; in new_mmap_object() local
1314 Py_ssize_t map_size; in new_mmap_object() local

12