Searched refs:v_low (Results 1 – 2 of 2) sorted by relevance
4046 int32_t v_low = Low32Bits(v); in AddInt64() local4051 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()4059 buffer_.push_back(v_low); in AddInt64()
5693 int32_t v_low = v; in AddInt64() local5698 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()5706 buffer_.push_back(v_low); in AddInt64()