Home
last modified time | relevance | path

Searched refs:memory_size (Results 1 - 25 of 37) sorted by relevance

12

/third_party/ltp/testcases/kernel/mem/page/
H A Dpage02.c73 int memory_size, half_memory_size; local
89 memory_size = 128 * 1024;
92 if (sscanf(argv[1], "%d", &memory_size) != 1)
101 half_memory_size = memory_size / 2;
125 /* "memory_size" */
129 memory_pointer = malloc(memory_size * sizeof(int));
148 memory_size, i);
155 (memory_size / 2);
178 (memory_size / 2);
H A Dpage01.c74 int memory_size; local
83 memory_size = 256 * 1024;
86 if (sscanf(argv[1], "%d", &memory_size) != 1)
117 /* "memory_size" */
121 memory_pointer = malloc(memory_size * sizeof(int));
146 for (j = 1; j <= memory_size; j++)
159 for (j = 1; j <= memory_size; j++) {
/third_party/skia/src/core/
H A DSkFlattenable.cpp128 size_t SkFlattenable::serialize(void* memory, size_t memory_size,
130 SkBinaryWriteBuffer writer(memory, memory_size);
H A DSkTextBlob.cpp861 size_t SkTextBlob::serialize(const SkSerialProcs& procs, void* memory, size_t memory_size) const { in serialize()
862 SkBinaryWriteBuffer buffer(memory, memory_size); in serialize()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c392 struct util_throttle *t, uint64_t memory_size) in util_throttle_memory_usage()
408 total && total + memory_size > t->max_mem_usage) { in util_throttle_memory_usage()
432 t->ring[t->flush_index].mem_usage + memory_size > in util_throttle_memory_usage()
460 t->ring[t->flush_index].mem_usage += memory_size; in util_throttle_memory_usage()
391 util_throttle_memory_usage(struct pipe_context *pipe, struct util_throttle *t, uint64_t memory_size) util_throttle_memory_usage() argument
H A Du_helpers.h119 struct util_throttle *t, uint64_t memory_size);
/third_party/elfio/elfio/
H A Delfio_segment.hpp47 ELFIO_GET_SET_ACCESS_DECL( Elf_Xword, memory_size );
93 ELFIO_GET_SET_ACCESS( Elf_Xword, memory_size, ph.p_memsz );
/third_party/skia/include/core/
H A DSkFlattenable.h73 size_t serialize(void* memory, size_t memory_size,
H A DSkTextBlob.h147 to receive the encoded data, and memory_size describes the size of storage.
158 @param memory_size size of storage
159 @return bytes written, or zero if required storage is larger than memory_size
163 size_t serialize(const SkSerialProcs& procs, void* memory, size_t memory_size) const;
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_host.c75 if (paddr >= base && paddr - base < inst->ram[i].memory_size) in tst_kvm_find_phys_memslot()
146 memslot.memory_size = size; in tst_kvm_alloc_memory()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-external-refs.cc489 uint64_t mem_size = instance.memory_size(); in memory_init_wrapper()
511 uint64_t mem_size = instance.memory_size(); in memory_copy_wrapper()
533 uint64_t mem_size = instance.memory_size(); in memory_fill_wrapper()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_transfer.h82 usb_size_t memory_size; member
/third_party/libuv/src/unix/
H A Dhurd.c106 return hbi.memory_size; in uv_get_total_memory()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-stack.h58 size_t memory_size() const { return thread_local_.memory_size_; } in memory_size() function in v8::internal::final
/third_party/node/deps/uv/src/unix/
H A Dhurd.c106 return hbi.memory_size; in uv_get_total_memory()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc296 size_t mem_size = instance->memory_size(); in GetWasmMemory()
323 size_t mem_size = instance->memory_size(); in GetWasmData()
/third_party/backends/backend/
H A Dkvs1025_low.h147 int memory_size; /* in MB */ member
H A Dkvs1025_low.c322 dev->support_info.memory_size in CMD_read_support_info()
351 "support_info.memory_size = %d (MB)\n", in CMD_read_support_info()
352 dev->support_info.memory_size); in CMD_read_support_info()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c560 unsigned memory_size = (valhall_opcodes[I->op].exact >> 27) & 0x7; in va_pack_load() local
561 uint64_t hex = (uint64_t) load_lane_identity[memory_size] << 36; in va_pack_load()
/third_party/elfio/c_wrapper/
H A Delfio_c_wrapper.cpp173 ELFIO_C_GET_SET_ACCESS_IMPL( segment, Elf_Xword, memory_size );
H A Delfio_c_wrapper.h174 ELFIO_C_GET_SET_ACCESS( segment, Elf_Xword, memory_size );
/third_party/elfio/examples/c_wrapper/
H A Delfio_c_wrapper.cpp173 ELFIO_C_GET_SET_ACCESS_IMPL( segment, Elf_Xword, memory_size );
H A Delfio_c_wrapper.h172 ELFIO_C_GET_SET_ACCESS( segment, Elf_Xword, memory_size );
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfreetype.h2099 * memory_size ::
2126 * of `memory_size` bytes, located at `memory_address`. The data are not
2153 FT_Long memory_size; member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h78 auto memory_size = destroy_size * sizeof(ValueType); in DestroyElements() local
79 std::memset(memory_ptr, 0xab, memory_size); in DestroyElements()

Completed in 31 milliseconds

12