Searched refs:v_high (Results 1 – 2 of 2) sorted by relevance
2432 int32_t v_high = High32Bits(v); in AddInt64() local2436 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()2445 buffer_.push_back(v_high); in AddInt64()
3197 int32_t v_high = v >> 32; in AddInt64() local3201 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()3210 buffer_.push_back(v_high); in AddInt64()