Searched refs:v_high (Results 1 – 2 of 2) sorted by relevance
3887 int32_t v_high = High32Bits(v); in AddInt64() local3891 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()3900 buffer_.push_back(v_high); in AddInt64()
5418 int32_t v_high = v >> 32; in AddInt64() local5422 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()5431 buffer_.push_back(v_high); in AddInt64()