Home
last modified time | relevance | path

Searched refs:delptr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libucl/uthash/
H A Duthash.h216 #define HASH_DELETE(hh,head,delptr) \ argument
220 if ( ((delptr)->hh.prev == NULL) && ((delptr)->hh.next == NULL) ) { \
227 _hd_hh_del = &((delptr)->hh); \
228 if ((delptr) == ELMT_FROM_HH((head)->hh.tbl,(head)->hh.tbl->tail)) { \
230 (UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \
233 if ((delptr)->hh.prev) { \
234 ((UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \
235 (head)->hh.tbl->hho))->next = (delptr)->hh.next; \
237 DECLTYPE_ASSIGN(head,(delptr)->hh.next); \
271 #define HASH_DEL(head,delptr) \ argument
[all …]
/freebsd/contrib/elftoolchain/common/
H A Duthash.h206 #define HASH_DELETE(hh,head,delptr) \ argument
210 if ( ((delptr)->hh.prev == NULL) && ((delptr)->hh.next == NULL) ) { \
217 _hd_hh_del = &((delptr)->hh); \
218 if ((delptr) == ELMT_FROM_HH((head)->hh.tbl,(head)->hh.tbl->tail)) { \
220 (UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \
223 if ((delptr)->hh.prev) { \
224 ((UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \
225 (head)->hh.tbl->hho))->next = (delptr)->hh.next; \
227 DECLTYPE_ASSIGN(head,(delptr)->hh.next); \
255 #define HASH_DEL(head,delptr) \ argument
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp401 kmp_stats_list *delptr = this->next; in deallocate() local
403 delptr = ptr; in deallocate()
406 delptr->_event_vector.deallocate(); in deallocate()
407 delptr->~kmp_stats_list(); in deallocate()
408 __kmp_free(delptr); in deallocate()