Searched defs:FREE (Results 1 - 25 of 28) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_memory.h52 #define FREE(_ptr ) os_free(_ptr) macro
/external/elfutils/lib/
H A Ddynamicsizehash.c196 #define FREE(name) _FREE (name) macro
199 FREE(NAME) (NAME *htab)
/external/ltp/testcases/kernel/io/disktest/
H A Ddefs.h73 #define FREE(mem) HeapFree(GetProcessHeap(), 0, mem) macro
85 #define FREE(mem) free(mem) macro
/external/libchrome/base/threading/
H A Dthread_local_storage.cc77 FREE, enumerator in enum:__anon11032::TlsStatus
203 if (!tls_value || tls_metadata[slot].status == TlsStatus::FREE ||
275 if (g_tls_metadata[slot_candidate].status == TlsStatus::FREE) {
297 g_tls_metadata[slot_].status = TlsStatus::FREE;
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DOpenIntToDoubleHashMap.java43 protected static final byte FREE = 0; field in class:OpenIntToDoubleHashMap
186 if (states[index] == FREE) {
191 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
216 if (states[index] == FREE) {
221 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
274 if (states[index] == FREE) {
294 if (states[index] == FREE) {
307 if (states[index] == FREE) {
360 if (states[index] == FREE) {
365 for (int perturb = perturb(hash); states[index] != FREE; pertur
[all...]
H A DOpenIntToFieldHashMap.java46 protected static final byte FREE = 0; field in class:OpenIntToFieldHashMap
198 if (states[index] == FREE) {
203 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
228 if (states[index] == FREE) {
233 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
286 if (states[index] == FREE) {
306 if (states[index] == FREE) {
319 if (states[index] == FREE) {
372 if (states[index] == FREE) {
377 for (int perturb = perturb(hash); states[index] != FREE; pertur
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dprotobuf.h273 #define FREE(object) efree(object) macro
/external/python/cpython2/Include/
H A Dsymtable.h83 #define FREE 4 macro
/external/python/cpython3/Include/
H A Dsymtable.h109 #define FREE 4 macro
/external/valgrind/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c80 10050 FREE
514 #define FREE(soname, fnname, vg_replacement) \ macro
528 FREE(VG_Z_LIBSTDCXX_SONAME, free, free );
529 FREE(VG_Z_LIBC_SONAME, free, free );
530 FREE(SO_SYN_MALLOC, free, free );
533 FREE(VG_Z_LIBC_SONAME, free, free );
534 FREE(SO_SYN_MALLOC, free, free );
539 FREE(VG_Z_LIBC_SONAME, free, free );
540 FREE(VG_Z_LIBUMEM_SO_1, free, free );
541 FREE(SO_SYN_MALLO
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShellImpl.h21 #define FREE(X) { if(X) { free(X); (X)=0; } } macro
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTGlobal.h137 #define FREE(X) { if(X) { free(X); (X) = 0; } } macro
/external/kernel-headers/original/uapi/rdma/hfi/
H A Dhfi1_user.h162 FREE = 0, enumerator in enum:hfi1_sdma_comp_state
/external/v8/src/
H A Dglobal-handles.cc31 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
33 FREE = 0, enumerator in enum:v8::internal::GlobalHandles::Node::State
80 set_state(FREE);
87 DCHECK(state() == FREE);
106 set_state(FREE);
172 bool IsInUse() const { return state() != FREE; }
185 return state() != FREE &&
223 DCHECK(state() == FREE);
227 DCHECK(state() == FREE);
[all...]
/external/e2fsprogs/misc/
H A De4defrag.c64 #define FREE(tmp) \ macro
321 FREE(mnt_type);
324 FREE(mnt_type);
394 FREE(*vec);
760 FREE(ext_group_tmp);
838 FREE(ext_list);
854 FREE(fiemap_buf);
857 FREE(fiemap_buf);
936 FREE(ext_list_tmp);
/external/libevent/test/
H A Dregress_bufferevent.c215 ALLOC, FREE, enumerator in enum:__anon11411::__anon11412
254 if (!lock || lock->status == FREE || lock->locked) {
257 lock->status = FREE;
264 if (!lock || lock->status == FREE) {
275 if (!lock || lock->status == FREE || !lock->locked) {
/external/mesa3d/src/amd/vulkan/
H A Dradv_radeon_winsys.h38 #define FREE(x) free(x) macro
/external/python/cpython2/Python/
H A Ddtoa.c126 #define FREE PyMem_Free macro
342 FREE.
389 FREE((void*)v);
433 FREE((void*)v);
/external/python/cpython3/Python/
H A Ddtoa.c126 #define FREE PyMem_Free macro
343 FREE.
390 FREE((void*)v);
434 FREE((void*)v);
/external/python/cpython2/Lib/plat-irix5/
H A DFL.py194 FREE = 101 variable
/external/python/cpython2/Lib/plat-irix6/
H A DFL.py194 FREE = 101 variable
/external/expat/lib/
H A Dxmlparse.c649 #define FREE(parser, p) (parser->m_mem.free_fcn((p))) macro
955 FREE(parser, parser);
961 FREE(parser, parser->m_atts);
962 FREE(parser, parser);
968 FREE(parser, parser->m_atts);
970 FREE(parser, parser->m_attInfo);
972 FREE(parser, parser);
982 FREE(parser, parser->m_dataBuf);
983 FREE(parser, parser->m_atts);
985 FREE(parse
[all...]
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c564 #define FREE(p) (parser->m_mem.free_fcn((p))) macro
763 FREE(parser);
769 FREE(atts);
770 FREE(parser);
776 FREE(atts);
778 FREE(attInfo);
780 FREE(parser);
790 FREE(dataBuf);
791 FREE(atts);
793 FREE(attInf
[all...]
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c564 #define FREE(p) (parser->m_mem.free_fcn((p))) macro
763 FREE(parser);
769 FREE(atts);
770 FREE(parser);
776 FREE(atts);
778 FREE(attInfo);
780 FREE(parser);
790 FREE(dataBuf);
791 FREE(atts);
793 FREE(attInf
[all...]
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...

Completed in 907 milliseconds

12