Home
last modified time | relevance | path

Searched refs:TAG_MASK (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
DSnappyCompressorInputStream.java44 private static final int TAG_MASK = 0x03; field in SnappyCompressorInputStream
133 switch (b & TAG_MASK) { in fill()
/external/swiftshader/src/Device/
DVertexProcessor.hpp32 static constexpr uint32_t TAG_MASK = SIZE - 1; // Size must be power of 2. member
/external/sonivox/arm-wt-22k/lib_src/
Deas_pcmdata.h142 #define TAG_MASK 0xffffff00 macro
/external/swiftshader/src/Pipeline/
DVertexRoutine.cpp58 UInt cacheIndex = index & VertexCache::TAG_MASK; in generate()
604 UInt cacheIndex0 = index0 & VertexCache::TAG_MASK; in writeCache()
605 UInt cacheIndex1 = index1 & VertexCache::TAG_MASK; in writeCache()
606 UInt cacheIndex2 = index2 & VertexCache::TAG_MASK; in writeCache()
607 UInt cacheIndex3 = index3 & VertexCache::TAG_MASK; in writeCache()