/third_party/ltp/testcases/kernel/mem/page/ |
H A D | page02.c | 73 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 D | page01.c | 74 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 D | SkFlattenable.cpp | 128 size_t SkFlattenable::serialize(void* memory, size_t memory_size, 130 SkBinaryWriteBuffer writer(memory, memory_size);
|
H A D | SkTextBlob.cpp | 861 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 D | u_helpers.c | 392 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 D | u_helpers.h | 119 struct util_throttle *t, uint64_t memory_size);
|
/third_party/elfio/elfio/ |
H A D | elfio_segment.hpp | 47 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 D | SkFlattenable.h | 73 size_t serialize(void* memory, size_t memory_size,
|
H A D | SkTextBlob.h | 147 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 D | lib_host.c | 75 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 D | wasm-external-refs.cc | 489 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 D | usb_transfer.h | 82 usb_size_t memory_size; member
|
/third_party/libuv/src/unix/ |
H A D | hurd.c | 106 return hbi.memory_size; in uv_get_total_memory()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-stack.h | 58 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 D | hurd.c | 106 return hbi.memory_size; in uv_get_total_memory()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 296 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 D | kvs1025_low.h | 147 int memory_size; /* in MB */ member
|
H A D | kvs1025_low.c | 322 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 D | va_pack.c | 560 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 D | elfio_c_wrapper.cpp | 173 ELFIO_C_GET_SET_ACCESS_IMPL( segment, Elf_Xword, memory_size );
|
H A D | elfio_c_wrapper.h | 174 ELFIO_C_GET_SET_ACCESS( segment, Elf_Xword, memory_size );
|
/third_party/elfio/examples/c_wrapper/ |
H A D | elfio_c_wrapper.cpp | 173 ELFIO_C_GET_SET_ACCESS_IMPL( segment, Elf_Xword, memory_size );
|
H A D | elfio_c_wrapper.h | 172 ELFIO_C_GET_SET_ACCESS( segment, Elf_Xword, memory_size );
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | freetype.h | 2099 * 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 D | inlined_vector.h | 78 auto memory_size = destroy_size * sizeof(ValueType); in DestroyElements() local 79 std::memset(memory_ptr, 0xab, memory_size); in DestroyElements()
|