Home
last modified time | relevance | path

Searched defs:memory_size (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/model/model_converter_utils/
Dshared_memory.cc23 Status SharedMemory::Create(uint64_t memory_size) { in Create()
/third_party/ltp/testcases/kernel/mem/page/
Dpage02.c73 int memory_size, half_memory_size; local
Dpage01.c74 int memory_size; local
/third_party/skia/src/core/
DSkFlattenable.cpp128 size_t SkFlattenable::serialize(void* memory, size_t memory_size, in serialize()
/third_party/skia/m133/src/core/
DSkFlattenable.cpp140 size_t SkFlattenable::serialize(void* memory, size_t memory_size, in serialize()
/third_party/FreeBSD/sys/dev/usb/
Dusb_transfer.h82 usb_size_t memory_size; member
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c383 struct util_throttle *t, uint64_t memory_size) in util_throttle_memory_usage()
/third_party/mesa3d/src/panfrost/compiler/valhall/
Dva_pack.c685 unsigned memory_size = (valhall_opcodes[I->op].exact >> 27) & 0x7; in va_pack_load() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Dsymbol_index.rs286 pub fn memory_size(&self) -> usize { in memory_size() method
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Dsuper_kernel_actor.cc583 auto memory_size = device_contexts_[0]->graph_executor_->GetGraphFeatureMemory(graph_); in OnMemoryAllocFinish() local
/third_party/backends/backend/
Dkvs1025_low.h147 int memory_size; /* in MB */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h78 auto memory_size = destroy_size * sizeof(ValueType); in DestroyElements() local
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h2153 FT_Long memory_size; member
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c549 const uint64_t memory_size = sizeof(*dec->rescaler) + in AllocateAndInitRescaler() local
/third_party/skia/m133/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c572 const uint64_t memory_size = sizeof(*dec->rescaler) + in AllocateAndInitRescaler() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_graph_executor.cc1541 …size_t memory_size = std::accumulate(shape.begin(), shape.end(), type_size, std::multiplies<size_t… in GenerateInputGeTensor() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp346 unsigned memory_size() const { return MemoryMembers.size(); } in memory_size() function in __anonf852a0b40111::CongruenceClass