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.cpp179 #define BFH(p) ((bfhead_t *)(p)) macro
312 bfhead_t *b = BFH(((char *)p) - sizeof(bhead_t)); in __kmp_bget_dequeue()
333 bfhead_t *b = BFH(((char *)buf) - sizeof(bhead_t)); in __kmp_bget_enqueue()
349 b->ql.flink = BFH(CCAST(void *, old_value)); in __kmp_bget_enqueue()
357 b->ql.flink = BFH(CCAST(void *, old_value)); in __kmp_bget_enqueue()
367 b->ql.flink = BFH(th->th.th_local.bget_list); in __kmp_bget_enqueue()
723 b = BFH(((char *)buf) - sizeof(bhead_t)); in brel()
786 b = BFH(((char *)b) - b->bh.bb.prevfree); in brel()
805 bn = BFH(((char *)b) + b->bh.bb.bsize); in brel()
828 bn = BFH(((char *)b) + b->bh.bb.bsize); in brel()
[all …]