Searched refs:v_high (Results 1 – 2 of 2) sorted by relevance
4047 int32_t v_high = High32Bits(v); in AddInt64() local4051 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()4060 buffer_.push_back(v_high); in AddInt64()
5694 int32_t v_high = v >> 32; in AddInt64() local5698 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()5707 buffer_.push_back(v_high); in AddInt64()