/development/ndk/platforms/android-3/include/linux/ |
module.h | 59 void (*free)(struct module *); member in struct:module_attribute
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3baserecognizer.h | 352 /** Pointer to a function that knows how to free the resources of a base recognizer. 354 void (*free) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member in struct:ANTLR3_BASE_RECOGNIZER_struct
|
antlr3basetreeadaptor.h | 144 void (*free) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor); member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
|
antlr3commontreenodestream.h | 119 void (*free) (struct ANTLR3_TREE_NODE_STREAM_struct * tns); member in struct:ANTLR3_TREE_NODE_STREAM_struct 299 void (*free) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct 304 /// closed it will not free the root tree as this tree always
|
antlr3debugeventlistener.h | 386 /// Free up the resources allocated to this structure 388 void (*free) (pANTLR3_DEBUG_EVENT_LISTENER delboy); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
|
antlr3tokenstream.h | 180 /** Function that knows how to free the memory for an ANTLR3_TOKEN_STREAM 182 void (*free) (struct ANTLR3_TOKEN_STREAM_struct * tokenStream); member in struct:ANTLR3_TOKEN_STREAM_struct 285 * but that does not free up any resources, such as the token factory 293 /** Function that knows how to free an ANTLR3_COMMON_TOKEN_STREAM 295 void (*free) (struct ANTLR3_COMMON_TOKEN_STREAM_struct * tokenStream); member in struct:ANTLR3_COMMON_TOKEN_STREAM_struct
|
/external/clang/test/SemaTemplate/ |
alias-templates.cpp | 33 void free(inner_ptr&&); 49 ~thing() { traits.free(static_cast<inner_ptr&&>(val)); } 61 template<> void traits<thing<bool>>::free(bool&) {} function in class:X::traits
|
/external/e2fsprogs/lib/ext2fs/ |
qcow2.h | 73 __u32 free; member in struct:ext2_qcow2_l2_cache
|
/external/jemalloc/include/jemalloc/ |
jemalloc_mangle.h | 19 # define free je_free macro
|
jemalloc_mangle_jet.h | 19 # define free jet_free macro
|
/external/linux-tools-perf/src/tools/perf/util/ |
annotate.h | 38 void (*free)(struct ins_operands *ops); member in struct:ins_ops
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 21 struct list_head free; member in struct:mm_bucket 41 int free; member in struct:mm_slab 50 if (slab->free == 0) 58 slab->free--; 71 slab->free++; 72 assert(slab->free <= slab->count); 134 FREE(slab); 142 slab->count = slab->free = size >> chunk_order; 144 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free); 180 if (LIST_IS_EMPTY(&bucket->free)) { [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
gzguts.h | 116 extern void free OF((voidpf ptr)); 131 #define free(ptr) FXMEM_DefaultFree(ptr, 0) macro
|
/external/skia/include/core/ |
SkPostConfig.h | 245 # ifdef free 246 # undef free macro 249 # undef free macro
|
/external/v8/src/ia32/ |
lithium-gap-resolver-ia32.cc | 32 // registers free for the whole algorithm. 230 // 2. We may have a free register that we can use without spilling. 231 Register free = GetFreeRegisterNot(no_reg); local 232 if (!free.is(no_reg)) return free; 368 // Register-memory. Use a free register as a temp if possible. Do not 388 // free register after that, use it as a second temporary.
|
/external/v8/src/x87/ |
lithium-gap-resolver-x87.cc | 32 // registers free for the whole algorithm. 230 // 2. We may have a free register that we can use without spilling. 231 Register free = GetFreeRegisterNot(no_reg); local 232 if (!free.is(no_reg)) return free; 372 // Register-memory. Use a free register as a temp if possible. Do not 392 // free register after that, use it as a second temporary.
|
/external/wpa_supplicant_8/src/utils/ |
os.h | 325 * os_free - Free dynamic memory 491 #define os_free(p) free((p)) 630 #define free OS_DO_NOT_USE_free macro
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 181 * This function doesn't close or free the handle itself; this is done 348 * (*free)() Frees a previously allocated buffer. 357 int (*free)(struct alloc_device_t* dev, member in struct:alloc_device_t
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/include/gdb/ |
jit-reader.h | 3 Copyright (C) 2011-2014 Free Software Foundation, Inc. 7 This program is free software; you can redistribute it and/or modify 9 the Free Software Foundation; either version 3 of the License, or 176 /* A function of this type is used to free a gdb_reg_value. See the 177 comment on `free' in struct gdb_reg_value. */ 197 contain the corresponding "free" function. 208 gdb_reg_value_free *free; member in struct:gdb_reg_value 255 using the FREE function (see gdb_reg_value). 310 free SELF, if required. */
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/gdb/ |
jit-reader.h | 3 Copyright (C) 2011-2013 Free Software Foundation, Inc. 7 This program is free software; you can redistribute it and/or modify 9 the Free Software Foundation; either version 3 of the License, or 176 /* A function of this type is used to free a gdb_reg_value. See the 177 comment on `free' in struct gdb_reg_value. */ 197 contain the corresponding "free" function. 208 gdb_reg_value_free *free; member in struct:gdb_reg_value 255 using the FREE function (see gdb_reg_value). 310 free SELF, if required. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/include/gdb/ |
jit-reader.h | 3 Copyright (C) 2011-2014 Free Software Foundation, Inc. 7 This program is free software; you can redistribute it and/or modify 9 the Free Software Foundation; either version 3 of the License, or 176 /* A function of this type is used to free a gdb_reg_value. See the 177 comment on `free' in struct gdb_reg_value. */ 197 contain the corresponding "free" function. 208 gdb_reg_value_free *free; member in struct:gdb_reg_value 255 using the FREE function (see gdb_reg_value). 310 free SELF, if required. */
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/include/gdb/ |
jit-reader.h | 3 Copyright (C) 2011-2014 Free Software Foundation, Inc. 7 This program is free software; you can redistribute it and/or modify 9 the Free Software Foundation; either version 3 of the License, or 176 /* A function of this type is used to free a gdb_reg_value. See the 177 comment on `free' in struct gdb_reg_value. */ 197 contain the corresponding "free" function. 208 gdb_reg_value_free *free; member in struct:gdb_reg_value 255 using the FREE function (see gdb_reg_value). 310 free SELF, if required. */
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/include/gdb/ |
jit-reader.h | 3 Copyright (C) 2011-2014 Free Software Foundation, Inc. 7 This program is free software; you can redistribute it and/or modify 9 the Free Software Foundation; either version 3 of the License, or 176 /* A function of this type is used to free a gdb_reg_value. See the 177 comment on `free' in struct gdb_reg_value. */ 197 contain the corresponding "free" function. 208 gdb_reg_value_free *free; member in struct:gdb_reg_value 255 using the FREE function (see gdb_reg_value). 310 free SELF, if required. */
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/include/gdb/ |
jit-reader.h | 3 Copyright (C) 2011-2014 Free Software Foundation, Inc. 7 This program is free software; you can redistribute it and/or modify 9 the Free Software Foundation; either version 3 of the License, or 176 /* A function of this type is used to free a gdb_reg_value. See the 177 comment on `free' in struct gdb_reg_value. */ 197 contain the corresponding "free" function. 208 gdb_reg_value_free *free; member in struct:gdb_reg_value 255 using the FREE function (see gdb_reg_value). 310 free SELF, if required. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/gdb/ |
jit-reader.h | 3 Copyright (C) 2011-2013 Free Software Foundation, Inc. 7 This program is free software; you can redistribute it and/or modify 9 the Free Software Foundation; either version 3 of the License, or 176 /* A function of this type is used to free a gdb_reg_value. See the 177 comment on `free' in struct gdb_reg_value. */ 197 contain the corresponding "free" function. 208 gdb_reg_value_free *free; member in struct:gdb_reg_value 255 using the FREE function (see gdb_reg_value). 310 free SELF, if required. */
|