HomeSort by relevance Sort by last modified time
    Searched defs:memory (Results 26 - 50 of 136) sorted by null

12 3 4 5 6

  /external/freetype/src/base/
ftgloadr.c 69 FT_GlyphLoader_New( FT_Memory memory,
78 loader->memory = memory;
106 FT_Memory memory = loader->memory; local
131 FT_Memory memory = loader->memory; local
168 FT_Memory memory = loader->memory; local
204 FT_Memory memory = loader->memory local
279 FT_Memory memory = loader->memory; local
    [all...]
ftglyph.c 283 FT_Memory memory = library->memory; local
615 FT_Memory memory = glyph->library->memory; local
ftbitmap.c 45 FT_Memory memory = library->memory; local
98 ft_bitmap_assure_buffer( FT_Memory memory,
141 /* if no need to allocate memory */
282 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr );
381 FT_Memory memory; local
387 memory = library->memory;
645 FT_Memory memory; local
654 memory = library->memory
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 160 FT_Memory memory = stream->memory; local
312 FT_Memory memory = stream->memory; local
417 FT_Memory memory = face->root.memory; local
sfdriver.c 224 /* shouldn't happen, but just in case to avoid memory leaks */
254 FT_Memory memory = face->root.memory; local
296 FT_Memory memory = face->root.memory; local
ttmtx.c 39 * Unfortunately, we can't enable our memory optimizations if
108 FT_Memory memory = stream->memory; local
  /external/freetype/src/truetype/
ttpload.c 286 FT_Memory memory = stream->memory; local
488 FT_Memory memory = stream->memory; local
562 FT_Memory memory = stream->memory; local
  /external/webkit/Source/WebKit2/Platform/win/
SharedMemoryWin.cpp 59 // FIXME: If the receiving process crashes before it receives the memory, the memory will be
125 RefPtr<SharedMemory> memory = adoptRef(new SharedMemory); local
126 memory->m_size = size;
127 memory->m_data = baseAddress;
128 memory->m_handle = handle;
130 return memory.release();
148 RefPtr<SharedMemory> memory = adopt(handle.m_handle, handle.m_size, protection); local
149 if (!memory)
155 return memory.release()
    [all...]
  /frameworks/base/libs/binder/
MemoryHeapPmem.cpp 171 sp<MemoryPmem> memory = createMemory(offset, size); local
172 if (memory != 0) {
174 mAllocations.add(memory);
176 return memory;
182 sp<SubRegionMemory> memory; local
184 memory = new SubRegionMemory(this, offset, size);
185 return memory;
235 sp<MemoryPmem> memory(allocations[i].promote());
236 if (memory != 0)
237 memory->revoke()
    [all...]
  /external/elfutils/libebl/
eblwstrtab.c 52 char memory[0]; member in struct:memoryblock
59 struct memoryblock *memory; member in struct:Ebl_WStrtab
110 newmem->next = st->memory;
111 st->memory = newmem;
112 st->backp = newmem->memory;
113 st->left = len - offsetof (struct memoryblock, memory);
122 struct memoryblock *mb = st->memory;
148 /* Make sure there is enough room in the memory block. */
220 /* Allocate memory for the new string and its associated information. */
240 /* We have an exact match with a substring. Free the memory
    [all...]
eblgstrtab.c 51 char memory[0]; member in struct:memoryblock
58 struct memoryblock *memory; member in struct:Ebl_GStrtab
113 newmem->next = st->memory;
114 st->memory = newmem;
115 st->backp = newmem->memory;
116 st->left = len - offsetof (struct memoryblock, memory);
123 struct memoryblock *mb = st->memory;
153 /* Make sure there is enough room in the memory block. */
233 /* Allocate memory for the new string and its associated information. */
251 /* We have an exact match with a substring. Free the memory
    [all...]
eblstrtab.c 51 char memory[0]; member in struct:memoryblock
58 struct memoryblock *memory; member in struct:Ebl_Strtab
111 newmem->next = st->memory;
112 st->memory = newmem;
113 st->backp = newmem->memory;
114 st->left = len - offsetof (struct memoryblock, memory);
123 struct memoryblock *mb = st->memory;
149 /* Make sure there is enough room in the memory block. */
220 /* Allocate memory for the new string and its associated information. */
240 /* We have an exact match with a substring. Free the memory
    [all...]
  /external/freetype/include/freetype/
ftsystem.h 38 /* 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,
99 * A function used to release a given block of memory
332 FT_Memory memory; member in struct:FT_StreamRec_
    [all...]
  /external/freetype/include/freetype/internal/
ftgloadr.h 81 FT_Memory memory; member in struct:FT_GlyphLoaderRec_
97 FT_GlyphLoader_New( FT_Memory memory,
  /external/freetype/src/cff/
cffdrivr.c 332 FT_Memory memory = face->root.memory; local
  /external/freetype/src/smooth/
ftsmooth.c 113 FT_Memory memory; local
167 memory = render->root.memory;
  /external/grub/netboot/
smc9000.c 13 * 4608 byte packet memory. ( for the 91C92/4. Others have more )
66 * 3. reset the memory management unit
209 /* now, try to allocate the memory */
214 /* wait for the memory allocation to finnish */
225 /* We've got the memory */
228 printf("SMC9000: Memory allocation timed out, resetting MMU.\n");
237 printf("SMC9000: Memory allocation failed. \n");
388 int memory; local
441 /* get the memory information */
443 memory = ( inw(smc9000_base + MCR) >> 9 ) & 0x7; /* multiplier *
    [all...]
  /external/markdown/
test-markdown.py 48 def memory(since=0.0): function
49 '''Return memory usage in bytes.
56 '''Return resident memory usage in bytes.
110 <td>Memory</td>
188 mem = memory()
192 construction_mem = memory(mem)
244 mem = memory()
249 conversion_mem = memory(mem)
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.cpp 33 // Release the allocated memory for this thread.
91 // be obtained to allocate memory.
225 // much memory the caller asked for. allocationSize is the total
244 unsigned char* memory = reinterpret_cast<unsigned char *>(inUseList) + currentPageOffset; local
248 return initializeAllocation(inUseList, memory, numBytes);
257 tHeader* memory = reinterpret_cast<tHeader*>(::new char[numBytesToAlloc]); local
258 if (memory == 0)
262 new(memory) tHeader(inUseList, (numBytesToAlloc + pageSize - 1) / pageSize);
263 inUseList = memory;
268 return reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(memory) + headerSkip)
274 tHeader* memory; local
    [all...]
  /external/webp/src/dec/
webpi.h 52 void* memory; // overall scratch memory for the output work. member in struct:WebPDecParams
89 // Internal functions regarding WebPDecBuffer memory (in buffer.c).
94 // memory and setting up the stride information. Validate the parameters. Return
95 // an error code in case of problem (no memory, or invalid stride / size /
104 // memory (still held by 'src').
  /system/core/sh/
redir.c 103 * stdout, is saved in memory.
114 char memory[10]; /* file descriptors to write to memory */ local
117 memory[i] = 0;
118 memory[1] = flags & REDIR_BACKQ;
143 openredirect(n, memory, flags);
165 openredirect(n, memory, flags);
167 if (memory[1])
169 if (memory[2])
175 openredirect(union node *redir, char memory[10], int flags
    [all...]
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.c 1 /* vsprintf with automatic memory allocation.
301 char *memory; \
307 memory = (char *) malloc (allocated); \
309 memory = (char *) realloc (result, allocated); \
311 if (memory == NULL) \
321 memcpy (memory, result, length); \
322 result = memory; \
614 /* Out of memory. */
1068 /* Shrink the allocated memory if possible. */
1069 char *memory; local
    [all...]
  /external/chromium/base/
shared_memory_unittest.cc 7 #include "base/memory/scoped_ptr.h"
22 // Each thread will open the shared memory. Each thread will take a different 4
24 // Verify that each thread's value in the shared memory is always correct.
31 SharedMemory memory; local
32 memory.Delete(s_test_name_);
39 SharedMemory memory; local
40 bool rv = memory.CreateNamed(s_test_name_, true, kDataSize);
42 rv = memory.Map(kDataSize);
44 int *ptr = static_cast<int*>(memory.memory()) + id_
334 SharedMemory memory; local
342 SharedMemory memory; local
    [all...]
  /external/e2fsprogs/intl/
relocatable.c 115 char *memory; local
119 memory = (char *) xmalloc (orig_prefix_len + 1 + curr_prefix_len + 1);
121 if (memory != NULL)
124 memcpy (memory, orig_prefix_arg, orig_prefix_len + 1);
125 orig_prefix = memory;
126 memory += orig_prefix_len + 1;
127 memcpy (memory, curr_prefix_arg, curr_prefix_len + 1);
128 curr_prefix = memory;
134 /* Don't worry about wasted memory here - this function is usually only
vasnprintf.c 1 /* vsprintf with automatic memory allocation.
188 CHAR_T *memory; \
197 memory = (CHAR_T *) malloc (memory_size); \
199 memory = (CHAR_T *) realloc (result, memory_size); \
200 if (memory == NULL) \
203 memcpy (memory, result, length * sizeof (CHAR_T)); \
204 result = memory; \
492 /* Overflow, would lead to out of memory. */
496 /* Out of memory. */
854 /* Shrink the allocated memory if possible. *
855 CHAR_T *memory; local
    [all...]

Completed in 826 milliseconds

12 3 4 5 6