Searched refs:to_free (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmemory-block.cc47 block_list *to_free = *blocks;
50 while (to_free)
52 block_list *next = to_free->m_next;
53 XDELETEVEC (to_free);
54 to_free = next;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dmemory-block.cc47 block_list *to_free = *blocks;
50 while (to_free)
52 block_list *next = to_free->m_next;
53 XDELETEVEC (to_free);
54 to_free = next;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c1311 struct gomp_task *to_free = NULL; local
1341 if (to_free)
1343 gomp_finish_task (to_free);
1344 free (to_free);
1345 to_free = NULL;
1358 if (to_free)
1360 gomp_finish_task (to_free);
1361 free (to_free);
1362 to_free = NULL;
1403 to_free
1436 struct gomp_task *to_free = NULL; local
1635 struct gomp_task *to_free = NULL; local
1873 struct gomp_task *to_free = NULL; local
[all...]
H A Dtarget.c908 tgt->to_free = devaddrs[0];
909 tgt->tgt_start = (uintptr_t) tgt->to_free;
917 tgt->to_free = devicep->alloc_func (devicep->target_id,
919 if (!tgt->to_free)
925 tgt->tgt_start = (uintptr_t) tgt->to_free;
944 tgt->to_free = NULL;
1333 gomp_free_device_memory (tgt->device_descr, tgt->to_free);
1607 tgt->to_free = NULL;
2923 tgt->to_free = NULL;
2974 && n->tgt->to_free
[all...]
H A Dlibgomp.h969 void *to_free; member in struct:target_mem_desc
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtask.c1371 struct gomp_task *to_free = NULL; local
1402 if (to_free)
1404 gomp_finish_task (to_free);
1405 free (to_free);
1406 to_free = NULL;
1419 if (to_free)
1421 gomp_finish_task (to_free);
1422 free (to_free);
1432 if (to_free)
1434 gomp_finish_task (to_free);
1517 struct gomp_task *to_free = NULL; local
1730 struct gomp_task *to_free = NULL; local
1968 struct gomp_task *to_free = NULL; local
[all...]
H A Dtarget.c1229 tgt->to_free = devaddrs[0];
1230 tgt->tgt_start = (uintptr_t) tgt->to_free;
1238 tgt->to_free = devicep->alloc_func (devicep->target_id,
1240 if (!tgt->to_free)
1246 tgt->tgt_start = (uintptr_t) tgt->to_free;
1265 tgt->to_free = NULL;
1776 gomp_free_device_memory (tgt->device_descr, tgt->to_free);
2124 tgt->to_free = NULL;
3613 tgt->to_free = NULL;
3664 && n->tgt->to_free
[all...]
H A Dlibgomp.h1049 void *to_free; member in struct:target_mem_desc
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_mman.c759 struct i915_mmap_offset *to_free = NULL; local
763 to_free = mmo;
770 if (to_free) {
772 &to_free->vma_node);
773 uvm_obj_destroy(&to_free->uobj, /*free lock*/true);
774 drm_vma_node_destroy(&to_free->vma_node);
775 kfree(to_free);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.c862 auto_vec<fma_node *> to_free; local
901 to_free.safe_push (node);
908 while (!to_free.is_empty ())
910 fma_node *node = to_free.pop ();
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.cc862 auto_vec<fma_node *> to_free; local
901 to_free.safe_push (node);
908 while (!to_free.is_empty ())
910 fma_node *node = to_free.pop ();
/netbsd-current/sbin/cgdconfig/
H A Dparams.c542 struct keygen *kg, *to_free = NULL; local
547 kg->next = to_free;
548 to_free = kg;
553 keygen_free(to_free);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc949 buffer->to_free = buffer->buf;
987 buffer->to_free = file->buffer_start;
1651 const unsigned char *to_free)
1661 if (to_free)
1663 if (to_free == file->buffer_start)
1669 free ((void *) to_free);
2183 res.to_free = (char *) file.buffer_start;
1650 _cpp_pop_file_buffer(cpp_reader *pfile, _cpp_file *file, const unsigned char *to_free) argument
H A Ddirectives.cc2749 const unsigned char *to_free; local
2763 to_free = buffer->to_free;
2772 _cpp_pop_file_buffer (pfile, inc, to_free);
2776 else if (to_free)
2777 free ((void *)to_free);
/netbsd-current/external/bsd/top/dist/
H A Dhash.m4c308 dnl # HASH_TABLE_TMPL(suffix, keytype, to_hash, to_cmp, to_alloc, to_free)
316 dnl # "to_free" is an expression that frees "key", or empty if no
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c949 buffer->to_free = file->buffer_start;
1511 const unsigned char *to_free)
1521 if (to_free)
1523 if (to_free == file->buffer_start)
1529 free ((void *) to_free);
1510 _cpp_pop_file_buffer(cpp_reader *pfile, _cpp_file *file, const unsigned char *to_free) argument
H A Ddirectives.c2598 const unsigned char *to_free; local
2612 to_free = buffer->to_free;
2621 _cpp_pop_file_buffer (pfile, inc, to_free);
2625 else if (to_free)
2626 free ((void *)to_free);
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dopts.c280 static opt_apply to_free[] = variable
1376 apply_opts(free_op, to_free, FALSE);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c3837 arc_shrink(int64_t to_free) argument
3841 arc_c_min, uint64_t, arc_p, uint64_t, to_free);
3842 if (arc_c > arc_c_min + to_free)
3843 atomic_add_64(&arc_c, -to_free);
4175 int64_t to_free = local
4177 if (to_free > 0) {
4179 to_free = MAX(to_free, ptob(needfree));
4181 arc_shrink(to_free);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_rsakey.c1754 void *to_free; local
1766 to_free = rsakey->key.encData;
1770 rsakey->key.encData = to_free; // restore
1776 free(to_free);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c514 CONF *to_free = NULL; local
517 config = to_free = app_load_config_quiet(default_config_file);
524 NCONF_free(to_free);
527 NCONF_free(to_free);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c402 CONF *to_free = NULL; local
405 config = to_free = app_load_config_quiet(default_config_file);
412 NCONF_free(to_free);
415 NCONF_free(to_free);
/netbsd-current/sys/uvm/
H A Duvm_loan.c929 struct vm_anon *anon, *to_free = NULL; local
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d2239 Node* to_free = n.next;
2241 freeNode(to_free);
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1426 char *to_free;

Completed in 446 milliseconds

12