Searched refs:kDepthMask (Results 1 – 3 of 3) sorted by relevance
3109 return depth & kDepthMask; in OffsetForDepth()3114 frames_[depth_++ & kDepthMask] = string; in PushLeft()3120 frames_[(depth_-1) & kDepthMask] = string; in PushRight()
9232 static const unsigned kDepthMask = kStackSize-1; variable
1919 static const CommandId kCmdId = kDepthMask;