Searched refs:NextBits (Results 1 – 2 of 2) sorted by relevance
373 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs() local374 NextBits |= CurrentBits; in propagateAttrs()
2009 uint64_t NextBits; in GetVBR() local2011 NextBits = MatcherTable[Idx++]; in GetVBR()2012 Val |= (NextBits&127) << Shift; in GetVBR()2014 } while (NextBits & 128); in GetVBR()