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

1 2 34 5 6

  /external/freetype/src/truetype/
ttinterp.h 118 FT_Memory memory; member in struct:TT_ExecContextRec_
243 Update_Max( FT_Memory memory,
ttgload.c 865 FT_Memory memory = loader->face->memory; local
1354 FT_Memory memory = loader->face->memory; local
1448 FT_Memory memory = face->root.memory; local
    [all...]
  /external/icu4c/common/
utrie2.h 79 * Open a frozen trie from its serialized from, stored in 32-bit-aligned memory.
81 * The memory must remain valid and unchanged as long as the trie is used.
86 * @param data a pointer to 32-bit-aligned memory containing the serialized form of a UTrie2
232 * Close a trie and release associated memory.
303 * Serialize a frozen trie into 32-bit aligned memory.
308 * @param data a pointer to 32-bit-aligned memory to be filled with the trie data,
328 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
331 * @param data a pointer to 32-bit-aligned memory containing the serialized form
712 void *memory; /* serialized bytes; NULL if not frozen yet */ member in struct:UTrie2
713 int32_t length; /* number of serialized bytes at memory; 0 if not frozen yet *
    [all...]
normalizer2impl.h 196 Normalizer2Impl() : memory(NULL), normTrie(NULL) {
477 UDataMemory *memory; member in class:Normalizer2Impl
  /external/v8/src/
platform-openbsd.cc 88 __asm__ __volatile__("" : : : "memory");
212 PosixMemoryMappedFile(FILE* file, void* memory, int size)
213 : file_(file), memory_(memory), size_(size) { }
215 virtual void* memory() { return memory_; } function in class:v8::internal::PosixMemoryMappedFile
231 void* memory = local
233 return new PosixMemoryMappedFile(file, memory, size);
246 void* memory = local
248 return new PosixMemoryMappedFile(file, memory, size);
d8.cc 342 void* memory = (counters_file_ == NULL) ? local
343 NULL : counters_file_->memory();
344 if (memory == NULL) {
348 counters_ = static_cast<CounterCollection*>(memory);
platform-cygwin.cc 89 __asm__ __volatile__("" : : : "memory");
205 PosixMemoryMappedFile(FILE* file, void* memory, int size)
206 : file_(file), memory_(memory), size_(size) { }
208 virtual void* memory() { return memory_; } function in class:v8::internal::PosixMemoryMappedFile
224 void* memory = local
226 return new PosixMemoryMappedFile(file, memory, size);
239 void* memory = local
241 return new PosixMemoryMappedFile(file, memory, size);
325 // The mmap-based virtual memory implementation as it is used on most posix
327 // This causes VirtualMemory::Commit to not always commit the memory regio
    [all...]
platform-freebsd.cc 94 __asm__ __volatile__("" : : : "memory");
222 PosixMemoryMappedFile(FILE* file, void* memory, int size)
223 : file_(file), memory_(memory), size_(size) { }
225 virtual void* memory() { return memory_; } function in class:v8::internal::PosixMemoryMappedFile
241 void* memory = local
243 return new PosixMemoryMappedFile(file, memory, size);
256 void* memory = local
258 return new PosixMemoryMappedFile(file, memory, size);
platform-macos.cc 140 // defined tag 255 This helps identify V8-allocated regions in memory analysis
204 PosixMemoryMappedFile(FILE* file, void* memory, int size)
205 : file_(file), memory_(memory), size_(size) { }
207 virtual void* memory() { return memory_; } function in class:v8::internal::PosixMemoryMappedFile
223 void* memory = local
225 return new PosixMemoryMappedFile(file, memory, size);
238 void* memory = local
240 return new PosixMemoryMappedFile(file, memory, size);
platform-solaris.cc 114 __asm__ __volatile__("" : : : "memory");
226 PosixMemoryMappedFile(FILE* file, void* memory, int size)
227 : file_(file), memory_(memory), size_(size) { }
229 virtual void* memory() { return memory_; } function in class:v8::internal::PosixMemoryMappedFile
245 void* memory = local
247 return new PosixMemoryMappedFile(file, memory, size);
260 void* memory = local
262 return new PosixMemoryMappedFile(file, memory, size);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_model.c 231 * memory access.
331 * Free tile memory.
503 } memory; member in struct:_Ewk_Tile_Unused_Cache
527 * possible to allocate memory, @c NULL is returned.
536 tuc->memory.max = max;
574 "memory=(max:%zd, used:%zd)",
576 tuc->memory.max, tuc->memory.used);
601 tuc->memory.used = 0;
643 tuc->memory.max = max
    [all...]
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 278 // Returns a piece of memory with the contents of the file |path|.
510 scoped_refptr<RefCountedMemory> memory;
512 memory = data_pack_->GetStaticMemory(prs_id);
516 memory = it->second;
520 if (memory.get()) {
523 if (!gfx::PNGCodec::Decode(memory->front(), memory->size(),
540 RefCountedMemory* memory = NULL; local
545 memory = data_pack_->GetStaticMemory(prs_id);
549 memory = it->second
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 11 "about:memory": "transform!.mp3",
  /external/freetype/include/freetype/internal/
ftobjs.h 437 /* memory :: A handle to the memory manager. */
445 FT_Memory memory; member in struct:FT_ModuleRec_
455 #define FT_MODULE_MEMORY( x ) FT_MODULE( x )->memory
532 #define FT_FACE_MEMORY( x ) FT_FACE( x )->memory
839 FT_Memory memory; \/* library's memory manager *\/ member in struct:FT_LibraryRec_
929 FT_Done_Memory( FT_Memory memory ); variable
    [all...]
  /external/freetype/src/autofit/
afcjk.c 77 af_glyph_hints_init( hints, face->memory );
896 FT_Memory memory = hints->memory; local
1000 memory, &edge );
    [all...]
aflatin.c 63 af_glyph_hints_init( hints, face->memory );
730 FT_Memory memory = hints->memory; local
869 error = af_axis_hints_new_segment( axis, memory, &segment );
1044 FT_Memory memory = hints->memory; local
    [all...]
  /external/freetype/src/base/
ftobjs.c 132 FT_Memory memory; local
144 memory = library->memory;
149 stream->memory = memory;
153 /* create a memory-based stream */
185 stream->memory = memory; /* just to be certain */
200 FT_Memory memory = stream->memory; local
239 FT_Memory memory = driver->root.memory; local
267 FT_Memory memory = FT_FACE_MEMORY( slot->face ); local
298 FT_Memory memory = FT_FACE_MEMORY( slot->face ); local
349 FT_Memory memory = driver->root.memory; local
382 FT_Memory memory; local
430 FT_Memory memory = driver->root.memory; local
1110 FT_Memory memory; local
1276 FT_Memory memory = stream->memory; local
1297 FT_Memory memory; local
1336 FT_Memory memory = library->memory; local
1469 FT_Memory memory = library->memory; local
1539 FT_Memory memory = library->memory; local
1681 FT_Memory memory = library->memory; local
1748 FT_Memory memory = library->memory; local
1859 FT_Memory memory = library->memory; local
1996 FT_Memory memory; local
2328 FT_Memory memory; local
2369 FT_Memory memory; local
2430 FT_Memory memory; local
3098 FT_Memory memory = FT_FACE_MEMORY(face); local
3114 FT_Memory memory = FT_FACE_MEMORY( face ); local
3162 FT_Memory memory; local
3386 FT_Memory memory = FT_FACE_MEMORY( face ); local
3414 FT_Memory memory = FT_FACE_MEMORY( face ); local
3448 FT_Memory memory = FT_FACE_MEMORY( face ); local
3778 FT_Memory memory = library->memory; local
3826 FT_Memory memory = library->memory; local
4019 FT_Memory memory = module->memory; local
4055 FT_Memory memory; local
4425 FT_Memory memory; local
    [all...]
  /external/freetype/src/cff/
cfftypes.h 61 /* bytes :: If the index is loaded in memory, its bytes. */
221 FT_Memory memory; member in struct:CFF_FontRec_
  /external/freetype/src/psaux/
afmparse.c 400 FT_Memory memory = parser->memory; local
526 FT_Memory memory,
543 parser->memory = memory;
555 FT_Memory memory = parser->memory; local
597 FT_Memory memory = parser->memory; local
698 FT_Memory memory = parser->memory local
849 FT_Memory memory = parser->memory; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 67 FT_Memory memory )
178 FT_Memory memory )
1141 FT_Memory memory = glyph->memory; local
1144 psh_hint_table_done( &glyph->hint_tables[1], memory );
1145 psh_hint_table_done( &glyph->hint_tables[0], memory );
1153 glyph->memory = 0;
1265 FT_Memory memory; local
1888 FT_Memory memory = glyph->memory; local
2190 FT_Memory memory; local
    [all...]
pshalgo.h 211 FT_Memory memory; member in struct:PSH_GlyphRec_
  /external/freetype/src/sfnt/
ttcmap.c 2669 FT_Memory memory; member in struct:TT_CMap14Rec_
2677 FT_Memory memory = cmap->memory; local
    [all...]
  /external/quake/quake/src/QW/client/
cd_audio.c 797 char *memory; local
842 memory = dos_getmemory(sizeof(struct cd_request
844 if (memory == NULL)
846 Con_DPrintf("CDAudio_Init: Unable to allocate low memory.\n");
850 cdRequest = (struct cd_request *)memory;
854 readInfo = (union readInfo_u *)(memory + sizeof(struct cd_request));
  /external/quake/quake/src/WinQuake/
cd_audio.cpp 803 char *memory; local
846 memory = dos_getmemory(sizeof(struct cd_request
848 if (memory == NULL)
850 Con_DPrintf("CDAudio_Init: Unable to allocate low memory.\n");
854 cdRequest = (struct cd_request *)memory;
858 readInfo = (union readInfo_u *)(memory + sizeof(struct cd_request));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 60 unsigned int memory; /* begin of waveform in onboard memory */ member in struct:iwffff_wave::__anon20660
61 unsigned char *ptr; /* pointer to waveform in system memory */

Completed in 1125 milliseconds

1 2 34 5 6