Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbuddy.cc197 *st = BitAnd(val, ALLOC_BIT) ? STATE::kAlloc : STATE::kFree; in GetBuddySegState()
226 val = BitOr(val, ALLOC_BIT); in SetBuddySegState()
228 val = BitAnd(val, ~(static_cast<uint64_t>(ALLOC_BIT))); in SetBuddySegState()
Dbuddy.h30 #define ALLOC_BIT 0x80 macro