Searched refs:v_high (Results 1 – 1 of 1) sorted by relevance
3667 int32_t v_high = v >> 32; in AddInt64() local3671 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()3680 buffer_.push_back(v_high); in AddInt64()