Searched defs:free (Results 151 - 175 of 203) sorted by path

123456789

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c136 FT_Free_Func free; member in struct:FT_MemTableRec_
249 table->free( memory, block );
325 table->free = memory->free;
334 memory->free( memory, table );
667 "trying to free unknown block at %p in (%s:%ld)\n",
718 ft_mem_debug_panic( "trying to free NULL in (%s:%ld)",
836 memory->free = ft_mem_debug_free;
889 memory->free = table->free;
[all...]
H A Dftobjs.c59 #define free md5_free /* suppress a shadow warning */ macro
61 #undef free macro
342 /* free bitmap if needed */
382 /* free bitmap buffer if needed */
388 /* free glyph loader */
4741 FT_TRACE0(( "FT_Done_Library: failed to free some faces\n" ));
4751 /* avoids double free in some occasions. It is a hack. */
H A Dmd5.c213 unsigned long used, free; local
223 free = 64 - used;
225 if (size < free) {
230 memcpy(&ctx->buffer[used], data, free);
231 data = (unsigned char *)data + free;
232 size -= free;
246 unsigned long used, free; local
252 free = 64 - used;
254 if (free < 8) {
255 memset(&ctx->buffer[used], 0, free);
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftmisc.h77 FT_Free_Func free; member in struct:FT_MemoryRec_
/external/qemu/android/
H A Daudio-test.c30 testAudio_audio_callback(void* opaque, int free) argument
34 //printf("%s: pos=%d free=%d\n", __FUNCTION__, ta->pos, free);
36 while (free > 0) {
38 if (avail > free)
39 avail = free;
46 free -= avail;
94 free(testAudio);
/external/qemu/audio/
H A Daudio.c7 * Permission is hereby granted, free of charge, to any person obtaining a copy
1485 int live, free, nb_live, cleanup_required, prev_rpos; local
1515 free = audio_get_free (sw);
1516 if (free > 0) {
1517 sw->callback.fn (sw->callback.opaque, free);
1561 free = audio_get_free (sw);
1562 if (free > 0) {
1563 sw->callback.fn (sw->callback.opaque, free);
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_sysaudio.h94 void (*free)(_THIS); member in struct:SDL_AudioDevice
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c5 This library is free software; you can redistribute it and/or
38 This is a version (aka dlmalloc) of malloc/free/realloc written by
129 errors by defining PROCEED_ON_ERROR. In this case, a bad free
144 When USE_LOCKS is defined, each public call to malloc, free,
208 If MSPACES is defined, then in addition to malloc, free, etc.,
232 You cannot allocate from one and free to another (although
293 rather than aborting. If set, detected bad arguments to free and
310 set will attempt to check every non-mmapped allocated and free chunk
403 be the same as a call to free. Some people think it should. Otherwise,
431 releasing via malloc_trim in free()
617 #define free macro
[all...]
H A DSDL_qsort.c61 #ifdef free
62 #undef free macro
64 #define free SDL_free macro
348 free(pivot);
379 free(pivot);
426 free(pivot);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h5 This library is free software; you can redistribute it and/or
68 be verified by ListModes(), and the video subsystem is free to
324 void (*free)(_THIS); member in struct:SDL_VideoDevice
/external/qemu/hw/android/goldfish/
H A Daudio.c185 goldfish_audio_buff_send( struct goldfish_audio_buff* b, int free, struct goldfish_audio_state* s ) argument
189 if (write > free)
190 write = free;
501 static void goldfish_audio_callback(void *opaque, int free) argument
506 /* loop until free is zero or both buffers are empty */
507 while (free && s->current_buffer) {
510 while (free && s->current_buffer == 1) {
511 int written = goldfish_audio_buff_send( s->out_buff1, free, s );
514 free -= written;
526 while (free
[all...]
/external/qemu/include/qom/
H A Dobject.h385 ObjectFree *free; member in struct:Object
405 * An object should only free the members that are unique to its type in this
784 * meant to allow a property to free its opaque upon object
842 * The caller should free the string.
950 * caller shall free the string.
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/skia/include/core/
H A DSkPostConfig.h254 # ifdef free
255 # undef free macro
258 # undef free macro
H A DSkTemplates.h131 void free() { function in class:SkAutoTDelete
179 void free() { SkDELETE_ARRAY(fArray); fArray = NULL; } function in class:SkAutoTDeleteArray
193 /** Allocate an array of T elements, and free the array in the destructor
276 // 'fArray' was allocated last time so free it now
H A DSkTypes.h46 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
482 void free() { function in class:SkAutoFree
518 * current block is dynamically allocated, free the old block and
555 void free() { function in class:SkAutoMalloc
/external/skia/include/gpu/
H A DGrGlyph.h39 void free() { function in struct:GrGlyph
/external/skia/src/core/
H A DSkTLList.h302 bool free = fFreeList.isInList(block->fNodes + i); local
304 SkASSERT(free != active);
306 freeCnt += free;
323 bool free = fFreeList.isInList(block->fNodes + i); local
325 SkASSERT(free != active);
327 freeCnt += free;
/external/skia/src/gpu/
H A DGrAllocPool.cpp45 size_t free = SkTMin(bytes, fBytesTotal - fBytesFree); local
46 fBytesFree += free;
47 fPtr -= free;
48 return bytes - free;
/external/skia/src/gpu/gl/
H A DGrGLNameAllocator.cpp46 * there is not a free name within.
49 * be set to zero if there were no free names within the
101 * @param name The name to free. Not-allocated names are silently ignored
103 * @return The resulting SparseNameRange after the free (or NULL if it
109 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) = 0;
188 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) SK_OVERRIDE {
190 fLeft.reset(fLeft->free(name));
192 // fLeft became empty after the free.
198 fRight.reset(fRight->free(name));
200 // fRight became empty after the free
363 void GrGLNameAllocator::free(GrGLuint name) { function in class:GrGLNameAllocator
[all...]
/external/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp59 /** Function called to free memory if needed */
62 void free(PoolDiscardableMemory* dm);
109 fPool->free(this);
189 void DiscardableMemoryPool::free(PoolDiscardableMemory* dm) { function in class:__anon30735::DiscardableMemoryPool
/external/sqlite/dist/orig/
H A Dsqlite3ext.h103 void (*free)(void*); member in struct:sqlite3_api_routines
330 #define sqlite3_free sqlite3_api->free
/external/sqlite/dist/
H A Dsqlite3ext.h103 void (*free)(void*); member in struct:sqlite3_api_routines
330 #define sqlite3_free sqlite3_api->free

Completed in 1624 milliseconds

123456789