HomeSort by relevance Sort by last modified time
    Searched defs:kMax (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
compare.cpp 211 static const unsigned int kMax = 0;
213 return (kMax > 0);
  /external/v8/src/
utils.h 227 static const T kMax = static_cast<T>((1U << size) - 1);
231 return (static_cast<uint32_t>(value) & ~static_cast<uint32_t>(kMax)) == 0;

Completed in 39 milliseconds