Home
last modified time | relevance | path

Searched defs:AlignmentMask (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h53 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h67 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1; variable
/third_party/boost/boost/interprocess/mem_algo/
Drbtree_best_fit.hpp344 static const size_type AlignmentMask = (Alignment - 1); member in boost::interprocess::rbtree_best_fit