Searched refs:memory (Results 51 - 75 of 122) sorted by relevance

12345

/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h88 uint32 memory; member in struct:settings
104 uint32 use_clone_bugfix; /*for 4.5.0, cloning of physical memory does not work*/
111 /*memory mappings*/
112 area_id regs_area, regs2_area; /* Kernel's area_id for the memory mapped registers.
120 void *framebuffer; /* As viewed from virtual memory */
123 void *pseudo_dma; /* As viewed from virtual memory */
166 uint32 control; /* colordepth, memory pitch and other config stuff */
202 uint32 memory_size; /* memory (Kbytes) */
203 uint32 curmem_size; /* memory (bytes) */
/haiku/src/add-ons/accelerants/ati/
H A Daccelerant.cpp209 adi->memory = si.maxFrameBufferSize;
/haiku/src/add-ons/accelerants/intel_810/
H A Daccelerant.cpp27 // and down through a menu. However, if a large number of video memory
30 // why this function accesses a large number of video memory locations
31 // frequently. Note that the accessed memory locations are at the end of
32 // the video memory. This is because some artifacts still occur at the
33 // top of the screen if the accessed memory is at the beginning of the
34 // video memory.
231 adi->memory = si.maxFrameBufferSize;
/haiku/src/add-ons/accelerants/s3/
H A Daccel.cpp213 adi->memory = si.maxFrameBufferSize;
/haiku/src/add-ons/accelerants/nvidia/
H A DGetDeviceInfo.c21 adi->memory = si->ps.memory_size;
37 LOG(4,("GET_EDID_INFO: not enough memory available\n"));
H A DInitAccelerant.c42 LOG(4,("init_common: logmask 0x%08x, memory %dMB, hardcursor %d, usebios %d, switchhead %d, force_pci %d\n",
43 si->settings.logmask, si->settings.memory, si->settings.hardcursor, si->settings.usebios, si->settings.switchhead, si->settings.force_pci));
59 /* clone the memory mapped registers for our use - does not work on <4.5.2 (but is better this way)*/
80 /* release the memory mapped registers */
/haiku/src/add-ons/accelerants/vesa/
H A Daccelerant.cpp210 info->memory = gInfo->shared_info->vram_size;
/haiku/headers/private/netservices2/
H A DHttpRequest.h9 #include <memory>
/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c28 #include <memory.h>
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h51 struct memory { struct in union:adjust_t::__anon268
54 } memory; member in union:adjust_t::__anon268
/haiku/src/bin/rc/
H A Dlexer.l205 abort_compile(B_NO_MEMORY, "out of memory");
266 abort_compile(B_NO_MEMORY, "out of memory");
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h67 void Free(void* memory) const
69 free(memory);
77 * be used at times where memory allocations aren't possible, such as code
78 * called byt he memory allocator).
82 * out of memory (except at Init time).
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h67 void Free(void* memory) const
69 free(memory);
77 * be used at times where memory allocations aren't possible, such as code
78 * called by the memory allocator).
82 * out of memory (except at Init time).
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp48 inline void operator()(void* memory) argument
50 if (memory != NULL)
51 platform_free_region(memory, kTarRegionSize);
789 // allocate memory for the uncompressed data
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp104 void* memory = malloc( local
106 if (memory == NULL)
109 return new(memory) IORequest(scheduledEvent, finishedEvent, operationCount);
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_general.c158 /* override memory detection if requested by user */
159 if (si->settings.memory != 0)
160 si->ps.memory_size = si->settings.memory;
358 /* (keep) card enabled, set plain normal memory usage, no old VGA 'tricks' ... */
360 /* ... plain sequential memory use, more than 64Kb RAM installed,
398 /* enable memory above 256Kb: set b4 (disables adress wraparound at 256Kb boundary) */
432 * This routine assumes that the CRTC memory pitch granularity is 'smaller than',
433 * or 'equals' the acceleration engine memory pitch granularity! */
439 /* determine pixel multiple based on CRTC memory pitch constraints.
519 /* virtual_height: The only constraint here is the cards memory siz
[all...]
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h91 uint32 memory; member in struct:settings
111 uint32 use_clone_bugfix; /*for 4.5.0, cloning of physical memory does not work*/
114 /*memory mappings*/
115 area_id regs_area; /* Kernel's area_id for the memory mapped registers.
123 void *framebuffer; /* As viewed from virtual memory */
126 void *pseudo_dma; /* As viewed from virtual memory */
264 uint32 std_memory_clock; /* card memory clock speed needed (Mhz) */
281 uint32 memory_size; /* memory (in bytes) */
/haiku/src/add-ons/accelerants/neomagic/
H A DInitAccelerant.c42 LOG(4,("init_common: logmask 0x%08x, memory %dMB, hardcursor %d, usebios %d\n",
43 si->settings.logmask, si->settings.memory, si->settings.hardcursor, si->settings.usebios));
68 /* clone the memory mapped registers for our use - does not work on <4.5.2 (but is better this way)*/
106 /* release the memory mapped registers if they exist */
/haiku/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c41 LOG(4,("init_common: logmask 0x%08x, memory %dMB, hardcursor %d, usebios %d, switchhead %d, force_pci %d\n",
42 si->settings.logmask, si->settings.memory, si->settings.hardcursor, si->settings.usebios, si->settings.switchhead, si->settings.force_pci));
56 /* clone the memory mapped registers for our use - does not work on <4.5.2 (but is better this way)*/
80 /* release the memory mapped registers */
/haiku/src/apps/glteapot/
H A Dutil.h9 #include <memory.h>
258 #if 0 /* leaks memory */
/haiku/src/libs/print/libprint/
H A DHalftone.cpp9 #include <memory>
/haiku/headers/private/graphics/via/
H A DDriverInterface.h91 uint32 memory; member in struct:settings
178 uint32 use_clone_bugfix; /*for 4.5.0, cloning of physical memory does not work*/
181 /*memory mappings*/
182 area_id regs_area; /* Kernel's area_id for the memory mapped registers.
190 void *framebuffer; /* As viewed from virtual memory */
193 void *pseudo_dma; /* As viewed from virtual memory */
275 uint32 std_memory_clock; /* card memory clock speed needed (Mhz) */
292 uint32 memory_size; /* memory (in bytes) */
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h92 uint32 memory; /* amount of memory on the device, */ member in struct:__anon8
125 /* buffer in virtual memory */
128 /* buffer in physical memory for DMA */
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp10 #include <memory>
275 ShowError("Out of memory");
/haiku/src/add-ons/accelerants/matrox/
H A DInitAccelerant.c43 LOG(4,("init_common: logmask 0x%08x, memory %dMB, hardcursor %d, usebios %d, greensync %d\n",
44 si->settings.logmask, si->settings.memory, si->settings.hardcursor, si->settings.usebios, si->settings.greensync));
56 /* clone the memory mapped registers for our use - does not work on <4.5.2 (but is better this way)*/
80 /* release the memory mapped registers */

Completed in 128 milliseconds

12345