Searched refs:kMaxLogDepth (Results 1 – 2 of 2) sorted by relevance
30 const int32_t kMaxLogDepth = 2; variable107 int32_t mask = kLastBitMask << 8 * (kMaxLogDepth - depth); in decorateLastPos()124 return (field & (mask << 8 * (kMaxLogDepth - depth))); in getPath()138 int32_t shift = 8 * (kMaxLogDepth - depth); in getRawPosAtDepth()151 int32_t mask = kLastBitMask << 8 * (kMaxLogDepth - depth); in isLastPos()233 int32_t shift = 8 * (kMaxLogDepth - depth); in getRawMaskAtDepth()
31 int32_t shiftBits = 8 * (kMaxLogDepth - i); in getEncodedField()63 if (depth > kMaxLogDepth) { in translateFieldMatcher()