HomeSort by: relevance | last modified time | path
    Searched refs:memory (Results 1 - 25 of 2330) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/unittests/
memory-map-selftests.c 1 /* Self tests for memory-map for GDB, the GNU debugger.
21 #include "memory-map.h"
31 <!DOCTYPE memory-map
32 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
33 "http://sourceware.org/gdb/gdb-memory-map.dtd">
34 <memory-map>
35 <memory type="ram" start="0" length="4096" />
36 <memory type="rom" start="65536" length="256" />
37 <memory type="flash" start="131072" length="65536">
39 </memory>
    [all...]
  /src/external/gpl3/gdb/dist/gdb/unittests/
memory-map-selftests.c 1 /* Self tests for memory-map for GDB, the GNU debugger.
21 #include "memory-map.h"
31 <!DOCTYPE memory-map
32 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
33 "http://sourceware.org/gdb/gdb-memory-map.dtd">
34 <memory-map>
35 <memory type="ram" start="0" length="4096" />
36 <memory type="rom" start="65536" length="256" />
37 <memory type="flash" start="131072" length="65536">
39 </memory>
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/
shared_ptr.hpp 38 # include <memory>
40 # include <tr1/memory>
memory_test.cpp 33 #include "utils/memory.hpp"
47 const units::bytes memory = utils::physical_memory(); local
50 ATF_REQUIRE(memory == 0);
52 ATF_REQUIRE(memory > 0);
53 ATF_REQUIRE(memory < 100 * units::TB); // Large enough for now...
55 fail("Unimplemented memory query type");
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-alloc.c 1 /* Hardware memory allocator.
54 struct hw_alloc_data *memory = ZALLOC (struct hw_alloc_data); local
55 memory->alloc = zalloc (size);
56 memory->next = me->alloc_of_hw;
57 me->alloc_of_hw = memory;
58 return memory->alloc;
64 struct hw_alloc_data *memory = ZALLOC (struct hw_alloc_data); local
65 memory->alloc = zalloc (size);
66 memory->next = me->alloc_of_hw;
67 me->alloc_of_hw = memory;
75 struct hw_alloc_data **memory; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
hw-alloc.c 1 /* Hardware memory allocator.
54 struct hw_alloc_data *memory = ZALLOC (struct hw_alloc_data); local
55 memory->alloc = zalloc (size);
56 memory->next = me->alloc_of_hw;
57 me->alloc_of_hw = memory;
58 return memory->alloc;
64 struct hw_alloc_data *memory = ZALLOC (struct hw_alloc_data); local
65 memory->alloc = zalloc (size);
66 memory->next = me->alloc_of_hw;
67 me->alloc_of_hw = memory;
75 struct hw_alloc_data **memory; local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
allocator-inst.cc 29 #include <memory>
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
allocator-inst.cc 29 #include <memory>
  /src/external/bsd/zstd/dist/tests/cli-tests/basic/
memlimit.sh 5 println "+ zstd --memory=32LB file"
6 zstd --memory=32LB file && die "Should not allow bogus suffix"
7 println "+ zstd --memory=32LiB file"
8 zstd --memory=32LiB file && die "Should not allow bogus suffix"
9 println "+ zstd --memory=32A file"
10 zstd --memory=32A file && die "Should not allow bogus suffix"
11 println "+ zstd --memory=32r82347dn83 file"
12 zstd --memory=32r82347dn83 file && die "Should not allow bogus suffix"
13 println "+ zstd --memory=32asbdf file"
14 zstd --memory=32asbdf file && die "Should not allow bogus suffix
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6dl-ts4900.dts 51 memory@10000000 {
52 device_type = "memory";
imx6dl-ts7970.dts 52 memory@10000000 {
53 device_type = "memory";
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
unknown_gc.d 5 import core.memory;
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.init_fini/
test18996.d 7 import core.memory;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUExportClustering.h 13 #include <memory>
AMDGPUMacroFusion.h 13 #include <memory>
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_core.c 54 core *memory = (core*)device_data(me); local
55 core_init(memory);
68 core *memory = (core*)device_data(me); local
71 core_attach(memory,
88 core *memory = (core*)device_data(me); local
89 return core_map_read_buffer(core_readable(memory),
104 core *memory = (core*)device_data(me); local
106 ? core_readable(memory)
107 : core_writeable(memory));
133 core *memory = core_create() local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_core.c 54 core *memory = (core*)device_data(me); local
55 core_init(memory);
68 core *memory = (core*)device_data(me); local
71 core_attach(memory,
88 core *memory = (core*)device_data(me); local
89 return core_map_read_buffer(core_readable(memory),
104 core *memory = (core*)device_data(me); local
106 ? core_readable(memory)
107 : core_writeable(memory));
133 core *memory = core_create() local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_memory.c 29 #include <core/memory.h>
35 nvkm_memory_tags_put(struct nvkm_memory *memory, struct nvkm_device *device,
44 kfree(memory->tags);
45 memory->tags = NULL;
53 nvkm_memory_tags_get(struct nvkm_memory *memory, struct nvkm_device *device,
61 if ((tags = memory->tags)) {
62 /* If comptags exist for the memory, but a different amount
89 * As memory can be mapped in multiple places, we still
99 *ptags = memory->tags = tags;
106 struct nvkm_memory *memory)
115 struct nvkm_memory *memory = container_of(kref, typeof(*memory), kref); local
126 struct nvkm_memory *memory = *pmemory; local
147 struct nvkm_memory *memory; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86MacroFusion.h 17 #include <memory>
  /src/external/bsd/jemalloc/dist/test/integration/cpp/
infallible_new_false.cpp 1 #include <memory>
  /src/external/gpl2/xcvs/dist/src/
ms-buffer.h 19 ms_buffer_initialize (void (*memory) (struct buffer *),
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
memory.d 13 module rt.memory;
16 import core.memory;
  /src/external/mit/expat/dist/lib/
winconfig.h 45 #include <memory.h>
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/
bcm94708.dts 41 memory@0 {
42 device_type = "memory";
bcm94709.dts 41 memory@0 {
42 device_type = "memory";

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 91011>>