Searched defs:free (Results 76 - 100 of 203) sorted by last modified time

123456789

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h38 void (*free)(struct ins_operands *ops); member in struct:ins_ops
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.h112 # define free vpx_free macro
/external/libvterm/include/
H A Dvterm.h112 void (*free)(void *ptr, void *allocdata); member in struct:__anon25012
/external/libxml2/
H A Ddict.c106 xmlChar *free; member in struct:_xmlDictStrings
252 if (pool->end - pool->free > namelen)
275 pool->free = &pool->array[0];
284 ret = pool->free;
285 memcpy(pool->free, name, namelen);
286 pool->free += namelen;
287 *(pool->free++) = 0;
320 if (pool->end - pool->free > namelen + plen + 1)
343 pool->free = &pool->array[0];
352 ret = pool->free;
[all...]
/external/libxml2/include/libxml/
H A Dparser.h72 xmlParserInputDeallocate free; /* function to deallocate the base */ member in struct:_xmlParserInput
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h264 void (*free)(struct kvm_vcpu *vcpu); member in struct:kvm_mmu
/external/libnfc-nci/src/nfa/include/
H A Dnfa_snep_api.h158 UINT8 *p_buff; /* buffer to free */
181 tNFA_SNEP_FREE free; /* NFA_SNEP_FREE_BUFF_EVT */ member in union:__anon24077
323 ** through registered p_cback. Application may free the buffer
347 ** through p_cback. Application may free the buffer after receiving
382 ** through registered callback function. Application may free
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hrcv.c43 ** Returns TRUE-caller of this function to free the GKI buffer p_msg
50 BOOLEAN free = TRUE; local
69 free = FALSE;
93 return free;
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c364 ** Returns TRUE if need to free buffer
370 BOOLEAN free = TRUE; local
384 free = FALSE;
403 free = nci_proc_core_rsp (p_msg);
456 return (free);
/external/libexif/libexif/
H A Dexif-mnote-data-priv.h5 * This library is free software; you can redistribute it and/or
39 void (* free) (ExifMnoteData *); member in struct:_ExifMnoteDataMethods
/external/kernel-headers/original/uapi/drm/
H A Dsis_drm.h6 * Permission is hereby granted, free of charge, to any person obtaining a
56 unsigned long free; member in struct:__anon22844
/external/kernel-headers/original/uapi/linux/
H A Domapfb.h9 * This program is free software; you can redistribute it and/or modify it
201 __u32 free; member in struct:omapfb_vram_info
/external/jemalloc/include/jemalloc/
H A Djemalloc.h180 # define free je_free macro
H A Djemalloc_mangle.h19 # define free je_free macro
H A Djemalloc_mangle_jet.h19 # define free jet_free macro
/external/iputils/
H A Darping.c4 * This program is free software; you can redistribute it and/or
514 int free; member in struct:sysfs_devattrs
536 .free = 1,
542 .free = 1,
650 free(v->ifname);
652 if (sysfs_devattrs[i].free)
653 free(v->value[i].ptr);
713 free(m);
881 free(ifr0);
1108 free(id
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/ipsec-tools/src/racoon/
H A Dgcmalloc.h46 * malloc(), calloc(), realloc(), and free() entry points in the main
77 free(void *ptr) function
120 #define racoon_free(p) free((p))
/external/iptables/include/libiptc/
H A Dxtcshared.h10 void (*free)(struct xtc_handle *); member in struct:xtc_ops
/external/icu/icu4c/source/i18n/
H A DdecNumber.c177 #include <stdlib.h> /* for malloc, free, etc. */
308 #define free(a) uprv_free(a) macro
312 /* Handle malloc/free accounting. If enabled, our accountable routines */
314 /* and free routines. */
316 #define free(a) decFree(a) macro
318 /* 'Our' malloc and free: */
735 if (allocres!=NULL) free(allocres); /* drop any storage used */
994 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
995 if (allocbufb!=NULL) free(allocbufb); /* .. */
1098 if (allocrhs !=NULL) free(allocrh
8121 #undef free macro
8185 #define free macro
[all...]
/external/freetype/include/
H A Dftsystem.h164 * free ::
175 FT_Free_Func free; member in struct:FT_MemoryRec_
/external/freetype/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...]
/external/freetype/src/raster/
H A Dftmisc.h77 FT_Free_Func free; member in struct:FT_MemoryRec_
/external/eigen/test/eigen2/
H A Dgsl_helper.h4 // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
30 static void free(Matrix& m) { gsl_matrix_free(m); m=0; } function in struct:Eigen::GslTraits
31 static void free(Vector& m) { gsl_vector_free(m); m=0; } function in struct:Eigen::GslTraits
43 free(a);
55 free(a);
65 static void free(Matrix& m) { gsl_matrix_complex_free(m); m=0; } function in struct:Eigen::GslTraits
66 static void free(Vector& m) { gsl_vector_complex_free(m); m=0; } function in struct:Eigen::GslTraits
79 free(a);
91 free(a);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 409 milliseconds

123456789