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

1 2 3 45 6 7 8 91011>>

  /external/freetype/src/cff/
cffload.c 231 FT_Memory memory = stream->memory; local
306 FT_Memory memory = stream->memory; local
323 FT_Memory memory = stream->memory; local
388 FT_Memory memory = idx->stream->memory; local
540 /* this index was completely loaded in memory, that's easy */
586 FT_Memory memory = idx->stream->memory local
842 FT_Memory memory = stream->memory; local
861 FT_Memory memory = stream->memory; local
1438 FT_Memory memory = stream->memory; local
1630 FT_Memory memory = font->memory; local
    [all...]
  /external/svox/pico/lib/
picoextapi.c 49 void *memory,
59 void *memory,
65 return pico_initialize_priv(memory, size, enableMemProt, outSystem);
136 /* Memory usage ***************************************************************/
picoextapi.h 76 /* Same as pico_initialize, but allows to enable memory protection
80 void *memory,
132 /* Memory usage ***************************************************************/
  /bionic/libc/kernel/common/linux/
mca.h 59 void *memory);
  /development/ndk/platforms/android-3/include/linux/
mca.h 55 void *memory);
  /external/chromium/sdch/open-vcdiff/src/
decodetable.h 22 #include <memory> // auto_ptr
45 // may free the memory occupied by the argument code table after
133 // code that uses the object from having to worry about memory
  /external/e2fsprogs/intl/
printf-parse.c 76 /* Out of memory. */
89 argument *memory; \
96 /* Overflow, would lead to out of memory. */ \
98 memory = (a->arg \
101 if (memory == NULL) \
102 /* Out of memory. */ \
104 a->arg = memory; \
151 /* n too large, would lead to out of memory later. */
221 /* n too large, would lead to out of memory later. */
278 /* n too large, would lead to out of memory
505 DIRECTIVE *memory; local
    [all...]
  /external/freetype/src/autofit/
afmodule.c 44 return af_loader_init( module->loader, module->root.library->memory );
  /external/freetype/src/pfr/
pfrload.c 352 FT_Memory memory = phy_font->memory; local
453 FT_Memory memory = phy_font->memory; local
481 FT_Memory memory = phy_font->memory; local
525 FT_Memory memory = phy_font->memory; local
631 FT_Memory memory,
669 FT_Memory memory )
718 FT_Memory memory = stream->memory; local
    [all...]
  /external/freetype/src/psaux/
afmparse.h 32 FT_Memory memory,
  /external/libnfc-nxp/src/
phOsalNfc.h 42 #include <memory.h>
72 phOsalNfc_e_NoMemory, /**<Memory allocation failed */
174 * \brief Allocates some memory
178 * \retval NON-NULL value: The memory was successfully allocated ; the return value points to the allocated memory location
187 * \brief This API allows to free already allocated memory.
188 * \param[in] pMem Pointer to the memory block to deallocated
195 * \brief Compares the values stored in the source memory with the
196 * values stored in the destination memory.
198 * \param[in] src Pointer to the Source Memory
    [all...]
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 18 memory buffer [mb] in the context [context]. Returns [m] if successful, or
25 memory buffer [mb] in the context [context]. Returns [m] if successful, or
  /external/mesa3d/docs/
MESA_agp_offset.spec 35 This extensions provides a way to convert pointers in an AGP memory
65 3.6 AGP Memory Access
67 On "PC" computers, AGP memory can be allocated with glXAllocateMemoryNV
69 block of AGP memory is located with respect to the start of the AGP
74 Returns the offset of the given memory block from the start of AGP
75 memory in basic machine units (i.e. bytes). If pointer is invalid
85 an AGP memory region.
  /external/srec/srec/AcousticState/include/
SR_AcousticStateImpl.h 26 #include <memory.h>
  /external/srtp/crypto/kernel/
alloc.c 4 * memory allocation and deallocation
48 /* the debug module for memory allocation */
58 * of the memory locations on which they are operating. This fact can
59 * be used to locate memory leaks, by turning on memory debugging,
115 #else /* we need to define our own memory allocation routines */
117 #error no memory allocation defined yet
  /external/stlport/test/unit/
memory_test.cpp 1 #include <memory>
rawriter_test.cpp 3 #include <memory>
  /external/tcpdump/
print-beep.c 24 #include <memory.h>
  /external/valgrind/main/drd/tests/
atomic_var.c 7 * Note: for the i386 and x86_64 memory models, thread 2 must print y = 1.
9 * the PPC memory model allows different CPU's to observe stores to variables
23 has built-in functions for atomic memory access.
  /external/webkit/Source/JavaScriptCore/wtf/
DynamicAnnotations.h 80 void WTFAnnotateBenignRaceSized(const char* file, int line, const volatile void* memory, long size, const char* description);
  /external/webkit/Source/WebCore/platform/text/
TextCodec.h 30 #include <memory>
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
ChunkedUpdateDrawingAreaWin.cpp 44 OwnPtr<HBITMAP> hbmp(::CreateDIBSection(0, &bmp, DIB_RGB_COLORS, &bits, updateChunk->memory(), 0));
  /ndk/tests/device/test-gnustl-full/unit/
memory_test.cpp 1 #include <memory>
rawriter_test.cpp 3 #include <memory>
  /ndk/tests/device/test-stlport/unit/
memory_test.cpp 1 #include <memory>

Completed in 556 milliseconds

1 2 3 45 6 7 8 91011>>