HomeSort by relevance Sort by last modified time
    Searched defs:FREE (Results 1 - 25 of 26) sorted by null

1 2

  /development/tools/yuv420sp2rgb/
debug.h 65 static inline void FREE(void *ptr) {
66 free(ptr);
70 if (ptr) FREE(ptr);
  /external/elfutils/lib/
dynamicsizehash.c 154 free (table);
185 #define FREE(name) _FREE (name)
188 FREE(NAME) (htab)
191 free (htab->table);
  /external/harfbuzz/src/
harfbuzz-impl.h 91 #define FREE(_ptr) \
  /external/srec/portable/include/
pmemory.h 68 #define FREE(p) free(p)
77 #define PMemLogFree(p) (free(p), ESR_SUCCESS)
88 #define free #error macro
147 * Portable free()
149 #define FREE(ptr) pfree(ptr, L(__FILE__), __LINE__)
152 * Portable free()
154 #define FREE(ptr) pfree(ptr)
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h 146 /* macro to free allocated memory */
147 #define FREE(ptr) \
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 84 #define FREE(_ptr) \
87 free(_ptr); \
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 2 Copyright (C) 1998, 1999, 2002, 2003 Free Software Foundation, Inc.
4 This program is free software; you can redistribute it and/or modify
6 the Free Software Foundation; either version 2, or (at your option)
15 along with this program; if not, write to the Free Software
92 #define FREE(x) (ck_free(VCAST(VOID *)x))
  /external/mesa3d/src/mesa/main/
imports.h 7 * Permission is hereby granted, free of charge, to any person obtaining a
31 * like malloc(), free(), printf(), getenv(), etc.
60 /** Free memory */
61 #define FREE(PTR) free(PTR)
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 14 This program is free software; you can redistribute it and/or
16 published by the Free Software Foundation; either version 2 of the
25 along with this program; if not, write to the Free Software
80 through to malloc/free.
89 /* Apparently it is necessary to make ourselves free of any dependency
157 /* Below are new versions of malloc, __builtin_new, free,
335 /*---------------------- free ----------------------*/
338 'vg_replacement' to free previously allocated memory.
352 #define FREE(soname, fnname, vg_replacement) \
364 // free
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
DatabaseConnectionPool.java 48 /** Random number generator used to pick a free connection out of the pool */
72 * get a free connection from the pool
87 // no free ( = available) connections
119 // there are free connections available. pick one
128 // didn't find a free database connection with the given SQL already
129 // pre-compiled. return a free connection (this means, the same SQL could be
182 * Returns a list of all database connections in the pool (both free and busy connections).
220 buff.append(", #free = ");
265 private boolean mFreeBusyFlag = FREE;
266 private static final boolean FREE = true
    [all...]
  /frameworks/base/include/gui/
SurfaceTexture.h 254 // synchronous mode and free all buffers. In asynchronous mode, all buffers
280 mBufferState(BufferSlot::FREE),
303 // FREE indicates that the buffer is not currently being used and
306 FREE = 0,
507 // mFrameCounter is the free running counter, incremented for every buffer queued
  /frameworks/base/include/media/stagefright/
SurfaceMediaSource.h 76 // can be set to FREE for dequeuing
110 // wait to hear from StageFrightRecorder to set the buffer FREE
199 : mBufferState(BufferSlot::FREE),
211 // FREE indicates that the buffer is not currently being used and
214 FREE = 0,
  /external/valgrind/tsan/
ts_events.h 72 FREE, // {tid, pc, addr, 0}
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 9 * This program is free software; you can redistribute it and/or modify
11 * published by the Free Software Foundation.
41 #define FREE(x) kfree(x)
217 FREE(ned.block[i]);
219 FREE(ned.block);
241 FREE(ned.block[i]->page[j]);
243 FREE(ned.block[i]);
246 FREE(ned.block);
  /bionic/libc/netbsd/isc/
eventlib_p.h 63 #define FREE(p) memput((p), sizeof *(p))
75 #define FREE(p) free(p)
172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
179 struct { struct evEvent_p *next; } free; member in union:evEvent_p::__anon552
  /bionic/libc/kernel/arch-arm/asm/arch/
mcbsp.h 53 #define FREE 0x0200
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
mcbsp.h 53 #define FREE 0x0200
  /external/bluetooth/glib/tests/
sequence-test.c 78 NEW, FREE, GET_LENGTH, FOREACH, FOREACH_RANGE, SORT, SORT_ITER,
420 case FREE:
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/arch/
mcbsp.h 53 #define FREE 0x0200
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/arch/
mcbsp.h 53 #define FREE 0x0200
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/arch/
mcbsp.h 53 #define FREE 0x0200
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/arch/
mcbsp.h 53 #define FREE 0x0200
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/arch/
mcbsp.h 53 #define FREE 0x0200
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/arch/
mcbsp.h 53 #define FREE 0x0200
  /external/kernel-headers/original/asm-arm/arch/
mcbsp.h 9 * This program is free software; you can redistribute it and/or modify
11 * the Free Software Foundation; either version 2 of the License, or
20 * along with this program; if not, write to the Free Software
156 #define FREE 0x0200

Completed in 1494 milliseconds

1 2