Searched refs:kMaxLogDepth (Results 1 – 2 of 2) sorted by relevance
29 const int32_t kMaxLogDepth = 2; variable106 int32_t mask = kLastBitMask << 8 * (kMaxLogDepth - depth); in decorateLastPos()123 return (field & (mask << 8 * (kMaxLogDepth - depth))); in getPath()137 int32_t shift = 8 * (kMaxLogDepth - depth); in getRawPosAtDepth()150 int32_t mask = kLastBitMask << 8 * (kMaxLogDepth - depth); in isLastPos()236 int32_t shift = 8 * (kMaxLogDepth - depth); in getRawMaskAtDepth()
33 int32_t shiftBits = 8 * (kMaxLogDepth - i); in getEncodedField()76 if (depth > kMaxLogDepth) { in translateFieldMatcher()