Searched refs:NextBits (Results 1 – 2 of 2) sorted by relevance
324 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs() local325 NextBits |= CurrentBits; in propagateAttrs()
2357 uint64_t NextBits; in GetVBR() local2359 NextBits = MatcherTable[Idx++]; in GetVBR()2360 Val |= (NextBits&127) << Shift; in GetVBR()2362 } while (NextBits & 128); in GetVBR()