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

1 2 3 45

  /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 142 char* memory = new char[bytes]; local
143 if (memory != NULL) {
147 delete_these_arrays_on_tear_down->Add(memory);
149 return memory;
    [all...]
platform-win32.cc 826 // VirtualAlloc'ed blocks of memory.
916 Win32MemoryMappedFile(HANDLE file, HANDLE file_mapping, void* memory)
917 : file_(file), file_mapping_(file_mapping), memory_(memory) { }
919 virtual void* memory() { return memory_; } function in class:v8::internal::Win32MemoryMappedFile
937 // Map a view of the file into memory
938 void* memory = MapViewOfFile(file_mapping, FILE_MAP_ALL_ACCESS, 0, 0, size); local
939 if (memory) memmove(memory, initial, size);
940 return new Win32MemoryMappedFile(file, file_mapping, memory);
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1467 FT_Memory memory; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/freetype/src/raster/
ftraster.c 549 void* memory; member in struct:TRaster_
3433 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 392 /* memory :: A handle to the parent memory object. */
403 FT_Memory memory = exec->memory; local
441 /* memory :: A handle to the parent memory object. */
451 FT_Memory memory )
458 exec->memory = memory;
481 FT_ERROR(( "Init_Context: not enough memory for 0x%08lx\n"
783 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
  /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
  /bionic/libc/kernel/common/linux/
videodev2.h 345 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
359 enum v4l2_memory memory; member in struct:v4l2_buffer
    [all...]
  /external/kernel-headers/original/linux/
videodev2.h 85 #define VID_TYPE_FRAMERAM 64 /* Uses the frame buffer memory */
497 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
511 /* memory location */
512 enum v4l2_memory memory; member in struct:v4l2_buffer
538 /* FIXME: in theory we should pass something like PCI device + memory
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev2.h 74 #define VID_TYPE_FRAMERAM 64 /* Uses the frame buffer memory */
476 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
491 /* memory location */
492 enum v4l2_memory memory; member in struct:v4l2_buffer
519 /* FIXME: in theory we should pass something like PCI device + memory
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
videodev2.h 345 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
359 enum v4l2_memory memory; member in struct:v4l2_buffer
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
videodev2.h 345 enum v4l2_memory memory; member in struct:v4l2_requestbuffers
359 enum v4l2_memory memory; member in struct:v4l2_buffer
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 264 memory. If this is set, iostream points to a bfd_in_memory struct. */
267 /* The sections in this BFD specify a memory page. */
425 each function should be written to allocate a new block of memory member in struct:bfd_hash_table
431 void *memory;
457 into newly allocated memory when adding an entry. */
730 reconstruct an ELF file by reading the segments out of remote memory
737 remote memory at target address VMA into the local buffer at MYADDR; it
740 the remote memory. */
4626 void *memory; member in struct:bfd
    [all...]

Completed in 2232 milliseconds

1 2 3 45