Home
last modified time | relevance | path

Searched refs:TAG_MASK (Results 1 – 5 of 5) 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/llvm-project/llvm/include/llvm/ADT/
DWaymarking.h128 TAG_MASK = (MARK_MASK | STOP_MASK), enumerator
215 Traits::TAG_MASK;
/external/swiftshader/src/Device/
DVertexProcessor.hpp34 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()
523 UInt cacheIndex0 = index0 & VertexCache::TAG_MASK; in writeCache()
524 UInt cacheIndex1 = index1 & VertexCache::TAG_MASK; in writeCache()
525 UInt cacheIndex2 = index2 & VertexCache::TAG_MASK; in writeCache()
526 UInt cacheIndex3 = index3 & VertexCache::TAG_MASK; in writeCache()