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