Searched refs:NextBits (Results 1 – 5 of 5) sorted by relevance
335 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs() local336 NextBits |= CurrentBits; in propagateAttrs()
325 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs() local326 NextBits |= CurrentBits; in propagateAttrs()
372 uint64 NextBits(random::SimplePhilox* rnd, int bits) { in NextBits() function386 values[i] = NextBits(&rnd, state.max_iterations % 64) * multiplier; in BM_WriteNum()405 T val = NextBits(&rnd, i % 64) * multiplier; in BM_ReadNum()
2159 uint64_t NextBits; in GetVBR() local2161 NextBits = MatcherTable[Idx++]; in GetVBR()2162 Val |= (NextBits&127) << Shift; in GetVBR()2164 } while (NextBits & 128); in GetVBR()
2295 uint64_t NextBits; in GetVBR() local2297 NextBits = MatcherTable[Idx++]; in GetVBR()2298 Val |= (NextBits&127) << Shift; in GetVBR()2300 } while (NextBits & 128); in GetVBR()