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

  /build/tools/apriori/
debug.h 63 static inline void FREE(void *ptr) {
64 free(ptr);
68 if (ptr) FREE(ptr);
  /build/tools/iself/
debug.h 65 static inline void FREE(void *ptr) {
66 free(ptr);
70 if (ptr) FREE(ptr);
  /build/tools/isprelinked/
debug.h 63 static inline void FREE(void *ptr) {
64 free(ptr);
68 if (ptr) FREE(ptr);
  /build/tools/lsd/
debug.h 66 static inline void FREE(void *ptr)
68 free(ptr);
73 if (ptr) FREE(ptr);
  /build/tools/soslim/
debug.h 63 static inline void FREE(void *ptr) {
64 free(ptr);
68 if (ptr) FREE(ptr);
  /development/tools/yuv420sp2rgb/
debug.h 65 static inline void FREE(void *ptr) {
66 free(ptr);
70 if (ptr) FREE(ptr);
  /external/elfcopy/
debug.h 63 static inline void FREE(void *ptr) {
64 free(ptr);
68 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/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)
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 84 #define FREE(_ptr) \
87 free(_ptr); \
  /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::__anon489
  /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
  /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
  /external/expat/lib/
xmlparse.c 177 TAG objects in a free list.
553 #define FREE(p) (parser->m_mem.free_fcn((p)))
724 mtemp->free_fcn = free;
737 FREE(parser);
742 FREE(atts);
743 FREE(parser);
753 FREE(dataBuf);
754 FREE(atts);
755 FREE(parser);
909 FREE(unknownEncodingMem)
    [all...]

Completed in 5141 milliseconds