HomeSort by relevance Sort by last modified time
    Searched defs:memory (Results 151 - 175 of 502) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/freetype/src/cache/
ftcsbits.c 45 FT_Memory memory )
71 FT_Memory memory = cache->memory; local
94 * out-of-memory condition. For all other errors (e.g., corresponding
99 * function below to see how out-of-memory is handled during a lookup.
110 FT_Memory memory = manager->memory; local
180 error = ftc_sbit_copy_bitmap( sbit, bitmap, memory );
212 FT_Memory memory = cache->memory; local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2ft.c 102 FT_Memory memory = font->memory; local
105 (void)memory;
209 FT_Memory memory,
214 outline->root.memory = memory;
273 FT_Memory memory; local
280 memory = decoder->builder.memory;
297 font->memory = memory
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
sfdriver.c 227 /* shouldn't happen, but just in case to avoid memory leaks */
257 FT_Memory memory = face->root.memory; local
299 FT_Memory memory = face->root.memory; local
  /external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c 113 FT_Memory memory = render->root.memory; local
  /external/elfutils/0.153/libebl/
eblwstrtab.c 88 char memory[0]; member in struct:memoryblock
95 struct memoryblock *memory; member in struct:Ebl_WStrtab
146 newmem->next = st->memory;
147 st->memory = newmem;
148 st->backp = newmem->memory;
149 st->left = len - offsetof (struct memoryblock, memory);
158 struct memoryblock *mb = st->memory;
184 /* Make sure there is enough room in the memory block. */
256 /* Allocate memory for the new string and its associated information. */
276 /* We have an exact match with a substring. Free the memory
    [all...]
  /external/freetype/include/
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/internal/
ftgloadr.h 81 FT_Memory memory; member in struct:FT_GlyphLoaderRec_
97 FT_GlyphLoader_New( FT_Memory memory,
  /external/freetype/src/cache/
ftccache.c 134 FT_Memory memory = cache->memory; local
188 FT_Memory memory = cache->memory; local
337 FT_Memory memory = cache->memory; local
391 if ( cache->memory )
393 FT_Memory memory = cache->memory; local
403 cache->memory = NULL
    [all...]
ftccmap.c 103 FT_Memory memory = cache->memory; local
119 FT_Memory memory = cache->memory; local
ftcsbits.c 45 FT_Memory memory )
71 FT_Memory memory = cache->memory; local
94 * out-of-memory condition. For all other errors (e.g., corresponding
99 * function below to see how out-of-memory is handled during a lookup.
110 FT_Memory memory = manager->memory; local
180 error = ftc_sbit_copy_bitmap( sbit, bitmap, memory );
212 FT_Memory memory = cache->memory; local
    [all...]
  /external/freetype/src/cff/
cf2ft.c 104 FT_Memory memory = font->memory; local
107 (void)memory;
211 FT_Memory memory,
216 outline->root.memory = memory;
273 FT_Memory memory; local
280 memory = decoder->builder.memory;
297 font->memory = memory
    [all...]
  /external/freetype/src/sfnt/
sfdriver.c 227 /* shouldn't happen, but just in case to avoid memory leaks */
257 FT_Memory memory = face->root.memory; local
299 FT_Memory memory = face->root.memory; local
  /external/freetype/src/smooth/
ftsmooth.c 113 FT_Memory memory = render->root.memory; local
  /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/pdfium/core/include/thirdparties/freetype/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,
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/
ftgloadr.h 81 FT_Memory memory; member in struct:FT_GlyphLoaderRec_
97 FT_GlyphLoader_New( FT_Memory memory,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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,
94 (*FT_AllocDebug_Func)( FT_Memory memory,
339 FT_Memory memory; member in struct:FT_StreamRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftgloadr.h 81 FT_Memory memory; member in struct:FT_GlyphLoaderRec_
97 FT_GlyphLoader_New( FT_Memory memory,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2ft.c 102 FT_Memory memory = font->memory; local
105 (void)memory;
209 FT_Memory memory,
214 outline->root.memory = memory;
273 FT_Memory memory; local
280 memory = decoder->builder.memory;
297 font->memory = memory
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidgload.c 51 FT_Memory memory = face->root.memory; local
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
sfdriver.c 227 /* shouldn't happen, but just in case to avoid memory leaks */
257 FT_Memory memory = face->root.memory; local
299 FT_Memory memory = face->root.memory; local
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftsmooth.c 113 FT_Memory memory = render->root.memory; local
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1afm.c 38 T1_Done_Metrics( FT_Memory memory,
112 FT_Memory memory = stream->memory; local
238 FT_Memory memory = stream->memory; local
257 stream->memory,
310 T1_Done_Metrics( memory, fi );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
options.h 48 * maximum total allocated memory for code generation.
107 int memory ; /* Memory spent for code generation in kilobytes. */ member in struct:cloogoptions
147 * Memory deallocation function *
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
options.h 48 * maximum total allocated memory for code generation.
107 int memory ; /* Memory spent for code generation in kilobytes. */ member in struct:cloogoptions
147 * Memory deallocation function *

Completed in 250 milliseconds

1 2 3 4 5 67 8 91011>>