Searched refs:VBRSize (Results 1 – 1 of 1) sorted by relevance
169 unsigned VBRSize = 0; in EmitMatcher() local171 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()177 CurrentIdx+VBRSize, FOS); in EmitMatcher()178 } while (GetVBRSize(ChildSize) != VBRSize); in EmitMatcher()304 unsigned VBRSize = 0; in EmitMatcher() local306 VBRSize = GetVBRSize(ChildSize); in EmitMatcher()311 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize, in EmitMatcher()313 } while (GetVBRSize(ChildSize) != VBRSize); in EmitMatcher()