Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp165 #define BFH(p) ((bfhead_t *)(p)) macro
298 bfhead_t *b = BFH(((char *)p) - sizeof(bhead_t)); in __kmp_bget_dequeue()
319 bfhead_t *b = BFH(((char *)buf) - sizeof(bhead_t)); in __kmp_bget_enqueue()
335 b->ql.flink = BFH(CCAST(void *, old_value)); in __kmp_bget_enqueue()
343 b->ql.flink = BFH(CCAST(void *, old_value)); in __kmp_bget_enqueue()
353 b->ql.flink = BFH(th->th.th_local.bget_list); in __kmp_bget_enqueue()
709 b = BFH(((char *)buf) - sizeof(bhead_t)); in brel()
772 b = BFH(((char *)b) - b->bh.bb.prevfree); in brel()
791 bn = BFH(((char *)b) + b->bh.bb.bsize); in brel()
814 bn = BFH(((char *)b) + b->bh.bb.bsize); in brel()
[all …]