Searched refs:max_bytes (Results 1 – 2 of 2) sorted by relevance
91 size_t max_bytes = g_max_bytes_used[tag].load(std::memory_order_relaxed); in RegisterAllocation() local92 while (max_bytes < new_bytes in RegisterAllocation()93 && !g_max_bytes_used[tag].compare_exchange_weak(max_bytes /* updated */, new_bytes, in RegisterAllocation()
40 const size_t max_bytes = (num_bits + 6u) / 7u; in DecodeLeb128Helper() local41 for (size_t index = 0; index < max_bytes; ++index) { in DecodeLeb128Helper()52 if (index < max_bytes - 1) { in DecodeLeb128Helper()