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

12 3 4 5

  /external/freetype/src/truetype/
ttobjs.c 75 FT_Memory memory = zone->memory; local
78 if ( memory )
88 zone->memory = NULL;
102 /* memory :: A handle to the current memory object. */
115 tt_glyphzone_new( FT_Memory memory,
124 zone->memory = memory;
339 FT_Memory memory; local
546 FT_Memory memory = face->root.memory; local
590 FT_Memory memory = face->root.memory; local
    [all...]
ttpload.c 259 FT_Memory memory = stream->memory; local
461 FT_Memory memory = stream->memory; local
535 FT_Memory memory = stream->memory; local
  /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/chromium/base/
shared_memory_unittest.cc 20 // Each thread will open the shared memory. Each thread will take a different 4
22 // Verify that each thread's value in the shared memory is always correct.
29 SharedMemory memory; local
30 memory.Delete(s_test_name_);
37 SharedMemory memory; local
38 bool rv = memory.Create(s_test_name_, false, true, kDataSize);
40 rv = memory.Map(kDataSize);
42 int *ptr = static_cast<int*>(memory.memory()) + id_;
51 memory.Close()
284 SharedMemory memory; local
292 SharedMemory memory; local
    [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
cffgload.h 45 /* memory :: The current memory object. */
83 FT_Memory memory; member in struct:CFF_Builder_
cffobjs.c 168 FT_Memory memory = cffsize->face->memory; local
177 error = funcs->create( cffsize->face->memory, &priv,
188 error = funcs->create( cffsize->face->memory, &priv,
382 cff_strcpy( FT_Memory memory,
528 FT_Memory memory = cffface->memory; local
760 style_name = cff_strcpy( memory, fullp );
775 cffface->family_name = cff_strcpy( memory, cid_font_name );
782 cffface->style_name = cff_strcpy( memory, (char *)"Regular" )
966 FT_Memory memory; local
    [all...]
cffparse.c 637 FT_Memory memory = library->memory; local
646 FT_Memory memory = library->memory; local
  /external/freetype/src/sfnt/
sfdriver.c 219 /* shouldn't happen, but just in case to avoid memory leaks */
249 FT_Memory memory = face->root.memory; local
291 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/smooth/
ftsmooth.c 110 FT_Memory memory; local
146 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...]
  /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/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. */
855 /* Shrink the allocated memory if possible. *
856 CHAR_T *memory; local
    [all...]
  /external/freetype/src/base/
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...]
ftrfork.c 160 FT_Memory memory = library->memory; local
347 raccess_make_file_name( FT_Memory memory,
448 FT_Memory memory; local
453 memory = library->memory;
454 newpath = raccess_make_file_name( memory, base_file_name, "._" );
481 FT_Memory memory; local
487 memory = library->memory;
517 FT_Memory memory; local
549 FT_Memory memory; local
576 FT_Memory memory; local
603 FT_Memory memory; local
634 FT_Memory memory; local
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 601 FT_Memory memory; local
604 memory = globals->memory;
623 psh_globals_new( FT_Memory memory,
637 globals->memory = memory;
pshglob.h 137 FT_Memory memory; member in struct:PSH_GlobalsRec_

Completed in 1205 milliseconds

12 3 4 5