Searched refs:v_low (Results 1 – 2 of 2) sorted by relevance
3886 int32_t v_low = Low32Bits(v); in AddInt64() local3891 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()3899 buffer_.push_back(v_low); in AddInt64()
5417 int32_t v_low = v; in AddInt64() local5422 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()5430 buffer_.push_back(v_low); in AddInt64()