Searched defs:memory (Results 1 - 25 of 419) sorted by last modified time

1234567891011>>

/external/webp/src/dec/
H A Dvp8l.c398 uint8_t* memory = (uint8_t*)WebPSafeCalloc(memory_size, sizeof(*memory)); local
399 if (memory == NULL) {
404 dec->rescaler_memory = memory;
406 dec->rescaler = (WebPRescaler*)memory;
407 memory += sizeof(*dec->rescaler);
408 work = (int32_t*)memory;
409 memory += work_size * sizeof(*work);
410 scaled_data = (uint32_t*)memory;
H A Dwebpi.h40 void* memory; // overall scratch memory for the output work. member in struct:WebPDecParams
87 // Internal functions regarding WebPDecBuffer memory (in buffer.c).
92 // memory and setting up the stride information. Validate the parameters. Return
93 // an error code in case of problem (no memory, or invalid stride / size /
107 // memory (still held by 'src').
/external/webp/src/enc/
H A Dhistogram.c92 uint8_t* const memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory)); local
93 if (memory == NULL) return NULL;
94 histo = (VP8LHistogram*)memory;
96 histo->literal_ = (uint32_t*)(memory + sizeof(VP8LHistogram));
107 uint8_t* memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory)); local
108 if (memory == NULL) return NULL;
110 set = (VP8LHistogramSet*)memory;
111 memory
[all...]
H A Dpicture.c66 void* memory; local
78 memory = WebPSafeMalloc(argb_size, sizeof(*picture->argb));
79 if (memory == NULL) {
83 picture->memory_argb_ = memory;
84 picture->argb = (uint32_t*)memory;
177 // WebPMemoryWriter: Write-to-memory
/external/svox/pico/lib/
H A Dpicoapi.c73 void *memory,
85 if (memory == NULL) {
98 sys = (pico_System) picoos_raw_malloc(memory, size, sizeof(pico_system_t),
137 * pico_initialize : initializes the pico system private memory
138 * @param memory : pointer to a free and already allocated memory area
139 * @param size : size of the memory area
141 * @return PICO_OK : successful init, !PICO_OK : error on allocating private memory
146 void *memory,
151 return pico_initialize_priv(memory, siz
72 pico_initialize_priv( void *memory, const pico_Uint32 size, pico_Int16 enableMemProt, pico_System *system ) argument
145 pico_initialize( void *memory, const pico_Uint32 size, pico_System *system ) argument
[all...]
H A Dpicoextapi.c49 void *memory,
59 void *memory,
65 return pico_initialize_priv(memory, size, enableMemProt, outSystem);
58 picoext_initialize( void *memory, const pico_Uint32 size, pico_Int16 enableMemProt, pico_System *outSystem ) argument
/external/skia/src/ports/
H A DSkFontHost_fontconfig.cpp182 const void* memory = stream->getMemoryBase(); local
183 if (NULL != memory) {
184 return new SkMemoryStream(memory, length, true);
/external/skia/bench/
H A DRefCntBench.cpp7 #include <memory>
65 char memory[sizeof(PlacedRefCnt)]; local
67 PlacedRefCnt* ref = new (memory) PlacedRefCnt();
151 char memory[sizeof(PlacedWeakRefCnt)]; local
153 PlacedWeakRefCnt* ref = new (memory) PlacedWeakRefCnt();
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c61 int console, memory; local
67 memory = open(PS2_DEV_MEM, O_RDWR, 0);
68 if ( memory >= 0 ) {
69 close(memory);
71 return((console >= 0) && (memory >= 0));
483 /* Memory map the DMA area for block memory transfer */
531 /* Set up the memory for screen update DMA commands */
565 /* We lie here - the screen memory isn't really the visible
566 display memory and still requires an update, but this
/external/qemu/
H A Dexec.c75 /* io memory support */
649 ram_addr_t memory, ram_addr_t region_offset);
656 * Set a custom physical guest memory alloator.
685 /* register physical memory.
688 io memory page. The address used when calling the IO function is
783 /* XXX: temporary until new memory mapping API */
850 ram_addr_t memory,
865 if (memory < hpagesize) {
894 memory = (memory
849 file_ram_alloc(RAMBlock *block, ram_addr_t memory, const char *path) argument
955 file_ram_alloc(RAMBlock *block, ram_addr_t memory, const char *path) argument
1737 subpage_register(subpage_t *mmio, uint32_t start, uint32_t end, ram_addr_t memory, ram_addr_t region_offset) argument
[all...]
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h3029 ChardevRingbuf * memory; member in union:ChardevBackend::__anon30072
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/pcre/dist/sljit/
H A DsljitLir.h55 (including memory allocators). See sljitConfig.h
66 - SLJIT supports complex memory addressing modes
93 /* Cannot allocate non executable memory. */
95 /* Cannot allocate executable memory.
168 and cannot be used for memory addressing (cannot be part of
188 and cannot be used for memory addressing (cannot be part of
272 sljit_ub memory[1]; member in struct:sljit_memory_fragment
423 Allocate a small amount of memory. The size must be <= 64 bytes on 32 bit,
424 and <= 128 bytes on 64 bit architectures. The memory area is owned by the
430 indicate that there is no more memory (doe
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h329 /* It also embeds a memory manager (see @FT_Memory), as well as a */
969 FT_Memory memory; member in struct:FT_FaceRec_
1680 /* In case you want to provide your own memory allocating routines, */
1723 /* FT_OPEN_MEMORY :: This is a memory-based stream. */
1801 /* memory_base :: The first byte of the file in memory. */
1803 /* memory_size :: The size in bytes of the file in memory. */
1824 /* memory file of `memory_size' bytes, located at `memory_address'. */
1902 /* loaded into memory. */
1910 /* file_size :: The size of the memory chunk used by the font data. */
1924 /* You must not deallocate the memory befor
[all...]
H A Dftsystem.h38 /* How FreeType manages memory and i/o. */
41 /* This section contains various definitions related to memory */
43 /* information if you want to use a custom memory manager or you own */
62 * A handle to a given memory manager object, defined with an
75 * A function used to allocate `size' bytes from `memory'.
78 * memory ::
79 * A handle to the source memory manager.
85 * Address of new memory block. 0~in case of failure.
89 (*FT_Alloc_Func)( FT_Memory memory,
94 (*FT_AllocDebug_Func)( FT_Memory memory,
339 FT_Memory memory; member in struct:FT_StreamRec_
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftgloadr.h81 FT_Memory memory; member in struct:FT_GlyphLoaderRec_
97 FT_GlyphLoader_New( FT_Memory memory,
H A Dftobjs.h467 /* memory :: A handle to the memory manager. */
473 FT_Memory memory; member in struct:FT_ModuleRec_
482 #define FT_MODULE_MEMORY( x ) FT_MODULE( x )->memory
559 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory
796 /* memory :: The library's memory object. Manages memory */
856 FT_Memory memory; /* library's memory manage member in struct:FT_LibraryRec_
944 FT_Done_Memory( FT_Memory memory ); variable
[all...]
H A Dpsaux.h68 FT_Memory memory );
92 /* a single memory block. */
95 /* block :: The address in memory of the growheap's block. This */
115 /* memory :: The object used for memory operations */
122 FT_Byte* block; /* current memory block */
123 FT_Offset cursor; /* current cursor in memory block */
124 FT_Offset capacity; /* current size of memory block */
132 FT_Memory memory; member in struct:PS_TableRec_
348 FT_Memory memory );
434 FT_Memory memory; member in struct:PS_ParserRec_
565 FT_Memory memory; member in struct:T1_BuilderRec_
755 FT_Memory memory; member in struct:AFM_ParserRec_
[all...]
H A Dtttypes.h1049 /* in memory (it's an extracted frame). */
1341 /* memory :: A handle to the memory manager. */
1364 FT_Memory memory; member in struct:TT_GlyphZoneRec_
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr_mini.cpp167 void CFixedMgr_Proxy::Common_Free(FXMEM_SystemMgr2* pMgr, void* memory) argument
171 if (memory > pProxyMgr->m_pBuffer && memory < (FX_LPBYTE)pProxyMgr->m_pBuffer + pProxyMgr->m_nSize) {
172 pProxyMgr->m_pFixedPage->Free(memory);
174 free(memory);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFontCollection.h140 PrivateFontCollection::AddMemoryFont(IN const void* memory, argument
145 memory,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h329 /* It also embeds a memory manager (see @FT_Memory), as well as a */
969 FT_Memory memory; member in struct:FT_FaceRec_
1680 /* In case you want to provide your own memory allocating routines, */
1723 /* FT_OPEN_MEMORY :: This is a memory-based stream. */
1801 /* memory_base :: The first byte of the file in memory. */
1803 /* memory_size :: The size in bytes of the file in memory. */
1824 /* memory file of `memory_size' bytes, located at `memory_address'. */
1902 /* loaded into memory. */
1910 /* file_size :: The size of the memory chunk used by the font data. */
1924 /* You must not deallocate the memory befor
[all...]
H A Dftsystem.h38 /* How FreeType manages memory and i/o. */
41 /* This section contains various definitions related to memory */
43 /* information if you want to use a custom memory manager or you own */
62 * A handle to a given memory manager object, defined with an
75 * A function used to allocate `size' bytes from `memory'.
78 * memory ::
79 * A handle to the source memory manager.
85 * Address of new memory block. 0~in case of failure.
89 (*FT_Alloc_Func)( FT_Memory memory,
94 (*FT_AllocDebug_Func)( FT_Memory memory,
339 FT_Memory memory; member in struct:FT_StreamRec_
[all...]

Completed in 1613 milliseconds

1234567891011>>