Searched refs:MAX_RESOURCES_TYPE_NUM (Results 1 – 3 of 3) sorted by relevance
40 static const uint32_t MAX_RESOURCES_TYPE_NUM = ResourceTypeName.size(); variable41 static const uint32_t MAX_RESOURCES_MASK = (1 << MAX_RESOURCES_TYPE_NUM) - 1;
35 static constexpr uint32_t MAX_RESOURCES_TYPE_NUM = 7; variable103 resourceInfo->resourceNumber_ = 1 << MAX_RESOURCES_TYPE_NUM;609 auto resourceNumber = (1 << MAX_RESOURCES_TYPE_NUM);
48 const uint32_t MAX_RESOURCES_TYPE_NUM = ResourceTypeName.size(); variable428 for (uint32_t resourceIndex = 0; resourceIndex < MAX_RESOURCES_TYPE_NUM; ++resourceIndex) { in UpdateResourcesEndtime()802 if (resourceType < 0 || resourceType > static_cast<int32_t>(MAX_RESOURCES_TYPE_NUM)) { in GetExemptedResourceType()