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

1 2 3 45 6

  /external/freetype/include/freetype/
freetype.h 325 /* It also embeds a memory manager (see @FT_Memory), as well as a */
956 FT_Memory memory; member in struct:FT_FaceRec_
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 68 FT_Memory memory );
92 /* a single memory block. */
95 /* block :: The address in memory of the growheap's block. This */
112 /* memory :: The object used for memory operations */
119 FT_Byte* block; /* current memory block */
120 FT_Offset cursor; /* current cursor in memory block */
121 FT_Offset capacity; /* current size of memory block */
129 FT_Memory memory; member in struct:PS_TableRec_
344 FT_Memory memory );
430 FT_Memory memory; member in struct:PS_ParserRec_
561 FT_Memory memory; member in struct:T1_BuilderRec_
751 FT_Memory memory; member in struct:AFM_ParserRec_
    [all...]
tttypes.h 1467 FT_Memory memory; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 66 af_glyph_hints_init( hints, face->memory );
682 FT_Memory memory = hints->memory; local
791 error = af_axis_hints_new_segment( axis, memory, &segment );
1040 FT_Memory memory = hints->memory; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 310 FT_Memory memory; member in struct:FT_StrokeBorderRec_
328 FT_Memory memory = border->memory; local
611 FT_Memory memory )
613 border->memory = memory;
636 FT_Memory memory = border->memory; local
793 FT_Memory memory; local
800 memory = library->memory
862 FT_Memory memory = stroker->library->memory; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 381 void* memory; member in struct:TRaster_
1995 FT_Memory memory = (FT_Memory)((PRaster)raster)->memory; local
    [all...]
  /external/icu4c/common/
ubidi.c 137 /* allocate memory for the object */
150 /* allocate memory for arrays as requested */
181 * We are allowed to allocate memory if memory==NULL or
183 * We also try to grow memory as needed if we
196 /* check for existing memory */
198 /* we need to allocate memory */
207 /* there is already enough memory */
211 /* not enough memory, and we must not allocate */
215 void *memory; local
    [all...]
  /external/kernel-headers/original/linux/
tcp.h 234 int memory; member in struct:tcp_sock::__anon7496
  /external/libxml2/
xmllint.c 119 XMLLINT_ERR_MEM /* Out of memory error */
168 static int memory = 0; variable
332 * Memory allocation consumption debugging *
339 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
    [all...]
  /external/v8/src/
bootstrapper.cc 104 char* memory = new char[bytes]; local
105 if (memory != NULL) {
109 delete_these_arrays_on_tear_down_->Add(memory);
111 return memory;
    [all...]
platform-linux.cc 41 // Ubuntu Dapper requires memory pages to be marked as
255 __asm__ __volatile__("" : : : "memory");
313 // TODO(805): Port randomization of allocated executable memory to Linux.
382 PosixMemoryMappedFile(FILE* file, void* memory, int size)
383 : file_(file), memory_(memory), size_(size) { }
385 virtual void* memory() { return memory_; } function in class:v8::internal::PosixMemoryMappedFile
401 void* memory = local
403 return new PosixMemoryMappedFile(file, memory, size);
416 void* memory = local
418 return new PosixMemoryMappedFile(file, memory, size)
    [all...]
platform-win32.cc 185 // Copy memory area to disjoint memory area.
846 // VirtualAlloc'ed blocks of memory.
863 // Use a multiple of 64k to prevent committing unused memory.
967 void* memory,
971 memory_(memory),
974 virtual void* memory() { return memory_; } function in class:v8::internal::Win32MemoryMappedFile
997 // Map a view of the file into memory
998 void* memory = MapViewOfFile(file_mapping, FILE_MAP_ALL_ACCESS, 0, 0, size); local
999 return new Win32MemoryMappedFile(file, file_mapping, memory, size)
1014 void* memory = MapViewOfFile(file_mapping, FILE_MAP_ALL_ACCESS, 0, 0, size); local
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 70 VirtualMemory* memory = new VirtualMemory(kBufferSize); local
71 if (!memory->IsReserved()) {
72 delete memory;
75 ASSERT(memory->size() >= static_cast<size_t>(kBufferSize));
76 if (!memory->Commit(memory->address(), kBufferSize, true/*executable*/)) {
77 delete memory;
81 Assembler assm(NULL, memory->address(), kBufferSize);
136 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address()));
143 delete memory;
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 61 VirtualMemory* memory = new VirtualMemory(kBufferSize); local
62 if (!memory->IsReserved()) {
63 delete memory;
66 ASSERT(memory->size() >= static_cast<size_t>(kBufferSize));
67 if (!memory->Commit(memory->address(), kBufferSize, true/*executable*/)) {
68 delete memory;
72 Assembler assm(NULL, memory->address(), kBufferSize);
137 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address()));
149 delete memory;
    [all...]
  /external/freetype/src/raster/
ftraster.c 547 void* memory; member in struct:TRaster_
3469 FT_Memory memory = (FT_Memory)raster->memory; local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 410 have the same prototype and store their keys as naturally as possible. This also removes the need for dynamic memory
426 pass the scheduled key onto \textit{rc5\_ecb\_encrypt()}. All built--in setup functions do not allocate memory off the heap so
671 \hline \textbf{TWOFISH\_SMALL} & \textbf{TWOFISH\_TABLES} & \textbf{Speed and Memory (per key)} \\
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 395 /* memory :: A handle to the parent memory object. */
406 FT_Memory memory = exec->memory; local
444 /* memory :: A handle to the parent memory object. */
454 FT_Memory memory )
461 exec->memory = memory;
484 FT_ERROR(( "Init_Context: not enough memory for %p\n", exec ))
791 FT_Memory memory; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 259 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
274 enum v4l2_memory memory; member in struct:v4l2_buffer
  /external/clang/lib/AST/
ASTContext.cpp 260 // Release all of the memory associated with overridden C++ methods.
271 // Increment in loop to prevent using deallocated memory.
277 // Increment in loop to prevent using deallocated memory.
4818 void *memory = Allocate(sizeof(OverloadedTemplateStorage) + local
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
videodev2.h 259 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
274 enum v4l2_memory memory; member in struct:v4l2_buffer
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
videodev2.h 259 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
274 enum v4l2_memory memory; member in struct:v4l2_buffer
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
videodev2.h 259 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
274 enum v4l2_memory memory; member in struct:v4l2_buffer
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
videodev2.h 259 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
274 enum v4l2_memory memory; member in struct:v4l2_buffer
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
videodev2.h 259 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
274 enum v4l2_memory memory; member in struct:v4l2_buffer
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
videodev2.h 259 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
274 enum v4l2_memory memory; member in struct:v4l2_buffer

Completed in 1437 milliseconds

1 2 3 45 6