OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINOR_BITS
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/opengl/
gluRenderContext.hpp
77
int getMinorVersion (void) const { return int((m_bits>>MINOR_SHIFT) & ((1u<<
MINOR_BITS
)-1u)); }
101
MINOR_BITS
= 4,
103
TOTAL_API_BITS = MAJOR_BITS+
MINOR_BITS
+PROFILE_BITS,
107
PROFILE_SHIFT = MINOR_SHIFT+
MINOR_BITS
116
DE_ASSERT((deUint32(minor) & ~((1<<
MINOR_BITS
)-1)) == 0);
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar
Completed in 48 milliseconds